commit 7842228705aef406a96cd335feaeb630ae849a94 Author: Paolo Borelli Date: 2010-03-01 Release 2.9.8 M NEWS M README M configure.ac commit 9b681ac75bcfbf90adbbdb46e825d9d0db9dbbb7 Author: Jesse van den Kieboom Date: 2010-02-28 Protect functions against being called when highlighting is disabled M gtksourceview/gtksourcecontextengine.c commit 53ce23afab3b9ae54584c133591eac1452819949 Author: Claude Paroz Date: 2010-02-28 Updated French translation M po/fr.po commit ad435862443bd3ee08c2f252c2dc07317d8afa3c Author: Jesse van den Kieboom Date: 2010-02-28 Improved non-intruisiveness of words scanner M gtksourceview/completion-providers/words/gtksourcecompletionwords.c M gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c commit 6b068f3c86ea30dcba7c6bdb43ca1f13bd633be5 Author: Jesse van den Kieboom Date: 2010-02-28 Implemented new words completion word finder method The previous method was buggy and needed a lot of book keeping because it tried to store words per line. The new method instead uses marks to mark scan regions and removes words by scanning again the buffer before text is inserted or removed. M gtksourceview/completion-providers/words/gtksourcecompletionwords.c M gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c M gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c commit 2a22ea2041b26b56c8ceb8f97056b71a6ca42004 Author: Javier Jardón Date: 2010-02-25 [configure] Relax the intltool version to >= 0.40 M configure.ac commit db30b477b6e394d6d6267e3ec9a25c7979356a05 Author: Bruce Cowan Date: 2010-02-24 Updated British English translation M po/en_GB.po commit ba67986939f9620f75c085d6f787011ab1d3fa1d Author: Mario Blättermann Date: 2010-02-23 Updated German translation M po/de.po commit 92317deaf02414b4ebba80cecf51124b7ccb1e85 Author: Ignacio Casal Quinteiro Date: 2010-02-10 Add comment properties. Fixes bug #609527. M gtksourceview/language-specs/prolog.lang commit 635d7c4265142815906c281a1ec260ccfb0c896b Author: Matej Urbančič Date: 2010-02-23 Updated Slovenian translation M po/sl.po commit f67b22aad94162abb2f8b31773fe944f157b0bfb Author: Alexander Shopov Date: 2010-02-23 Updated Bulgarian translation M po/bg.po commit 57b3de501d74725f756d077e810910ca98e30492 Author: Javier Jardón Date: 2010-02-22 Modernize autotools configuration New requirements: autoconf >= 2.64 automake >= 1.11.1 libtool >= 2.2.6 intltool >= 0.41.0 gtk-doc >= 1.11 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609209 M Makefile.am M autogen.sh M configure.ac M gtksourceview/Makefile.am M gtksourceview/completion-providers/words/Makefile.am M tests/Makefile.am