commit 15475be9a78a38fd7697910d51b7a2f9cb99ea42 Author: Sébastien Wilmet Date: 2013-09-16 Release 3.9.92 M NEWS commit 68c8ad6ee5f0310aa87276a5d470c7683bb2b4d0 Author: Ask H. Larsen Date: 2013-09-16 Updated Danish translation M po/da.po commit 4098ff29efeac7974c665875dda3aed72e730b11 Author: Gabor Kelemen Date: 2013-09-16 Updated Hungarian translation M po/hu.po commit efbfbf1f33d50870abdc25fc2769e72709cf5ef0 Author: Sébastien Wilmet Date: 2013-09-10 Transform GtkSourceEngine into an interface The ContextEngine is the only implementation. M gtksourceview/gtksourcecontextengine.c M gtksourceview/gtksourcecontextengine.h M gtksourceview/gtksourceengine.c M gtksourceview/gtksourceengine.h commit 32148ca208be8d729a5e7574ec895fe599a21e55 Author: Sébastien Wilmet Date: 2013-08-23 Improve doc of escape/unescape utils functions M gtksourceview/gtksourceutils.c commit 60bcc1bbd92a855a2cef27caec16e0015acf33bc Author: Sébastien Wilmet Date: 2013-09-14 Completion: expand the tree_view_column_proposal I thought this was not needed anymore, but it is actually needed. It can be tested with test-completion: show the proposals, press Ctrl+left arrow, to show only the Random provider (3/3). M gtksourceview/gtksourcecompletion.ui commit 3453e85da141f76076558a72bb24e297eacc7f17 Author: Sébastien Wilmet Date: 2013-09-14 CompletionInfo: the child can be NULL If there is no child, the CompletionInfo size is 0x0. M gtksourceview/gtksourcecompletioninfo.c commit 0e3ebc2c3e1f0ecb4e8379699475b95fa9e4fa72 Author: Sébastien Wilmet Date: 2013-09-14 Completion: avoid a critical message activate_proposal() can easily be called when no proposals is selected. For example with the select-on-show property to FALSE. Pressing Enter in this case, when no proposals is selected, call activate_proposal() and triggered the critical message. M gtksourceview/gtksourcecompletion.c commit 0fc9235fe07c0ba22107e4956344a23bb021e694 Author: Changwoo Ryu Date: 2013-09-14 Updated Korean translation M po/ko.po commit 27f68ad818cb4baa9680e73fdeec3ccf6248e30d Author: Sébastien Wilmet Date: 2013-09-13 SearchSettings: change default value of wrap-around to FALSE When using the search API for another purpose than the normal search and replace feature (tests, background searches, ...), if the wrap-around is TRUE, this can lead to infinite loops, and it takes some time to understand why (especially for performances tests, but it was actually a good thing to have the wrap-around to TRUE in this case). M gtksourceview/gtksourcesearchsettings.c M tests/test-search-context.c M tests/test-search-performances.c M tests/test-search.ui commit bb852df65a0673020809cb17f345bc3bcd7177de Author: Andika Triwidada Date: 2013-09-13 Updated Indonesian translation M po/id.po commit a7ae52c4ede21ef530301ca01b7e74e5dc8c20e8 Author: Sébastien Wilmet Date: 2013-09-13 lang-tutorial: 2-spaces indentation M docs/reference/lang-tutorial.xml commit 9bd0e326d2e337d380c4e4df6265f53350149767 Author: Ming Hua Date: 2013-09-13 Update the full lang-spec file to match the tutorial text The full language definition file attached at the end of the tutorial is updated to match the snippets in the tutorial text. Changes include: - Use for mimetypes and filename extensions; - Delete "text/x-chdr" mimetype; - Add "comment" style tag; - Use context ID "escape" instead of "escaped-character". - Use "string" style instead of "char" style for "char" context. - Move "if0-comment" context section before "preprocessor" context so that it has higher priority to be matched; - Escape character "&" in "<" and ">"; - Fix typo "inlcuded" -> "included"; The coding style is kept as close as possible to the original, although the original had inconsistent style to begin with (e.g. 2-space indent mixed with 4-space indent). Also see: https://bugzilla.gnome.org/show_bug.cgi?id=707372 M docs/reference/lang-tutorial.xml commit ccb9a4b705733e7b0a009740bd0a365665323001 Author: Ihar Hrachyshka Date: 2013-09-12 Updated Belarusian translation. M po/be.po commit a0dad273d23e0c6f7bba0c0ae7b480cb29709f8b Author: Rūdolfs Mazurs Date: 2013-09-12 Updated Latvian translation M po/lv.po commit b52f755bf94bbf784984b98761866ae1e0e5a9d5 Author: Мирослав Николић Date: 2013-09-10 Updated Serbian translation M po/sr.po M po/sr@latin.po commit ce77292588703a7c24ef5092b864333843d68513 Author: Sébastien Wilmet Date: 2013-09-10 Add a comment about drawing the line background Since the bug is closed, it's better to keep this information in the code, in case someone has the same idea in the future (to avoid repeating history). M gtksourceview/gtksourceview.c commit 54e49061f6b59772ae71b2360691bdc0742cfcef Author: Murray Cumming Date: 2013-09-09 SourceStyle: Use the expected typedef for GtkSourceStyleClass. typedeffing GtkSourceStyleClass to GObjectClass was a shortcut that was acceptable when hidden in the .c file, but putting it in the header conflicts with the expectation that it will be declared like other such *Class structs. This fixes that, so gtksourceviewmm can build again, because gtksourceviewmm has to duplicate the (expected) declaration. M gtksourceview/gtksourcestyle.c M gtksourceview/gtksourcestyle.h commit 8e08dd20c06b931e9ebffae76b71f8ac0a03e522 Author: Sébastien Wilmet Date: 2013-09-03 Gutter: clean-up M gtksourceview/Makefile.am M gtksourceview/gtksourcegutter.c M gtksourceview/gtksourcegutterrenderer.c M gtksourceview/gtksourcegutterrendererlines.c M gtksourceview/gtksourcegutterrenderermarks.c M gtksourceview/gtksourceview.c commit 42648cc8f766c331c5c55d2ad2652353497cd77a Author: Sébastien Wilmet Date: 2013-09-07 MarkAttributes: line up function parameters M gtksourceview/gtksourcemarkattributes.c commit 88bd89fa526f989974c707c6692e9b1dc1c2f45e Author: Sébastien Wilmet Date: 2013-09-07 Doc: links to signals M gtksourceview/gtksourcemarkattributes.c commit 7730714e33464562b625994184b08059c8487a41 Author: Ming Hua Date: 2013-09-06 lang-tutorial: some fixes https://bugzilla.gnome.org/show_bug.cgi?id=707531 M docs/reference/lang-tutorial.xml commit 8de635852032ef59f680745b047e75ed4e67cd34 Author: Claude Paroz Date: 2013-09-04 Updated French translation M po/fr.po commit ccb3a936b36b86eae83d15a8813f395a4f405c66 Author: Sébastien Wilmet Date: 2013-09-03 GutterRendererLines: recalculate size on view style updated This fixes a bug with the line numbers, when we change the font size of the text view (the gutter width was not updated). M gtksourceview/gtksourcegutterrendererlines.c commit 14ef8db07196de6f923c0b92f055a77e3aaea53b Author: Sébastien Wilmet Date: 2013-09-03 GutterRendererMarks: chain to parent change_view() M gtksourceview/gtksourcegutterrenderermarks.c commit 1a374aff9711d2dbf858599902f700004313e429 Author: Sébastien Wilmet Date: 2013-09-02 Post-release version bump M README M configure.ac