commit 7e619b62b64427558ba34b52aa50f603c6194742 Author: Paolo Borelli Date: 2009-07-19 Improvements to the lang file tutorial M docs/reference/lang-tutorial.sgml commit b392bb2453ef7eeded0c28bfeb61b46b5e89d2c8 Author: Paolo Borelli Date: 2009-07-18 Add 'endselect' fortran keyword M gtksourceview/language-specs/fortran.lang commit 148c9a2ca820065a87880af8580125d892d8178d Author: Jorge González Date: 2009-07-18 Updated Spanish translation M po/es.po commit c7a4b44490aae25d36cb7f8c46e089a5fa3580ec Author: Jorge González Date: 2009-07-18 Updated Spanish translation M po/es.po commit 01a63b0652e16dfd6f455e21ca0a798c60e965c0 Author: Milo Casagrande Date: 2009-07-18 Added Mallard support * Added mallard.lang file for Mallard syntax highlight * Modified Makefile.am to add mallard.lang * Modified POTFILES.in to add mallard.lang M gtksourceview/language-specs/Makefile.am A gtksourceview/language-specs/mallard.lang M po/POTFILES.in commit 502046b4cd5477960c93bae838eda8351bc3af47 Author: Ignacio Casal Quinteiro Date: 2009-07-15 Add internal word by Reuben Dunnington. M gtksourceview/language-specs/vala.lang commit c73dc6c53904a4a62f5f0ac90017bd479aabcef8 Author: Claude Paroz Date: 2009-07-14 Updated French translation M po/fr.po commit bb5e3ca6dc25c49760d5ee32f4d9d92ff0ab8aa0 Author: Claude Paroz Date: 2009-07-14 Fix POTFILES.in M po/POTFILES.in commit 15c2b2a6bd8fb28258ef5904a064f688c94a7c57 Author: Maxim V. Dziumanenko Date: 2009-07-09 Updated Ukrainian translation M po/uk.po commit cbea7b658e7af247b10182dea66f25a0ac477dde Author: Daniel Nylander Date: 2009-07-07 Updated Swedish translation M po/sv.po commit 677d6247ed091941b211694d3c3880726907d98f Author: Ignacio Casal Quinteiro Date: 2009-07-02 Added assert word. Added assert word to prolog lang file. Fixes bug #587577. M gtksourceview/language-specs/prolog.lang commit 244d0b815df255ddde54a65c4c7e7a49c2d3c0ec Author: Paolo Borelli Date: 2009-06-27 Enable silent mode if using a modern automake M configure.ac commit 0b573f19fa5363d264833b59a00e8eac5f85cd83 Author: Konstantin Lukaschenko Date: 2009-06-23 Command Substitution Highlight M gtksourceview/language-specs/sh.lang commit 582a7b0c5c453f60e9e140a2c84c1532c3823fd3 Author: Paolo Borelli Date: 2009-06-27 Add more common commands to sh.lang Add some common commands to sh.lang, patch by Konstantin, bug #586701 M gtksourceview/language-specs/sh.lang commit 9057f523a8443e002abc5300c61320e1cb616c98 Author: Ignacio Casal Quinteiro Date: 2009-06-23 Add cut word by Konstantin. M gtksourceview/language-specs/sh.lang commit 1e4cfb0c8ea416f07f2a349011acaa6c16fe492c Author: Ignacio Casal Quinteiro Date: 2009-06-23 Some improvements on the Eiffel lang by Remi Meier. M gtksourceview/language-specs/eiffel.lang commit 0dd56e22401caa53aa013363f665687f973cbac9 Author: Runa Bhattacharjee Date: 2009-06-16 Updated a fuzzy entry in Bengali India Translation M po/bn_IN.po commit f7af3329618228b29f812adb6b51f0520a06bec8 Author: Runa Bhattacharjee Date: 2009-06-16 Updated Bengali India Translations M po/bn_IN.po commit b593ef4b5b8c6c352fad08b04ba52380815aed10 Author: Kjartan Maraas Date: 2009-06-10 Updated Norwegian bokmål translation. M po/nb.po commit 2d2ba9ce7ee57719edd7871749049677018fc702 Author: Ignacio Casal Quinteiro Date: 2009-05-30 Fix warning. M gtksourceview/gtksourcegutter.c commit 64ab156ef8e497aa5ef9ce455d14217acf7044e5 Author: Ignacio Casal Quinteiro Date: 2009-05-30 Set the position on gtk_source_gutter_reorder. M gtksourceview/gtksourcegutter.c commit 0691d1198536b89048195dafd6b749e1101c0138 Author: Jesse van den Kieboom Date: 2009-05-30 Enhanced mark category icons Mark categories can now have stock, and theme icons. The icons are now also properly sized and aligned in the gutter and the tooltip. M docs/reference/Makefile.am M docs/reference/gtksourceview-2.0-sections.txt M docs/reference/tmpl/view.sgml M gtksourceview/gtksourceview.c M gtksourceview/gtksourceview.h M tests/test-widget.c commit 0d803836e458f3b816b22bb8f79b289a4139da70 Author: Jesse van den Kieboom Date: 2009-05-30 Implemented GtkSourceGutter GtkSourceGutter replaces the custom drawing of lines and marks and at the same time, provides a public API to allow users to extend the gutter. The gutter works very much the same as a GtkCellLayout, in the sense that you can pack GtkCellRenderer objects in the gutter. M docs/reference/Makefile.am M docs/reference/gtksourceview-2.0-sections.txt M docs/reference/gtksourceview-2.0.types M docs/reference/gtksourceview-docs.sgml A docs/reference/tmpl/gutter.sgml M docs/reference/tmpl/view.sgml M gtksourceview/Makefile.am A gtksourceview/gtksourcegutter-private.h A gtksourceview/gtksourcegutter.c A gtksourceview/gtksourcegutter.h M gtksourceview/gtksourceview-marshal.list M gtksourceview/gtksourceview.c M gtksourceview/gtksourceview.h M tests/test-widget.c commit e4216a10cbd67a1a210db945c627bbdfb100f483 Author: Ignacio Casal Quinteiro Date: 2009-05-27 Manage the tooltip position properly. Call gtk_text_view_window_to_buffer_coords to get the proper line for tooltips. M gtksourceview/gtksourceview.c commit 279fe46a41017fdb5760e05839122a9516ba29a2 Author: Ignacio Casal Quinteiro Date: 2009-05-27 Show the priority marks first. In the tooltip mark, show the priority tooltips first. M gtksourceview/gtksourceview.c commit e9d04993e65518eaa486e0351ea5a50936cd9bcf Author: Ignacio Casal Quinteiro Date: 2009-05-26 release 2.7.1 M NEWS M README M configure.ac