commit 7e619b62b64427558ba34b52aa50f603c6194742
Author: Paolo Borelli <porelli@gnome.org>
Date:   2009-07-19

    Improvements to the lang file tutorial

M	docs/reference/lang-tutorial.sgml

commit b392bb2453ef7eeded0c28bfeb61b46b5e89d2c8
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-07-18

    Add 'endselect' fortran keyword

M	gtksourceview/language-specs/fortran.lang

commit 148c9a2ca820065a87880af8580125d892d8178d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-07-18

    Updated Spanish translation

M	po/es.po

commit c7a4b44490aae25d36cb7f8c46e089a5fa3580ec
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-07-18

    Updated Spanish translation

M	po/es.po

commit 01a63b0652e16dfd6f455e21ca0a798c60e965c0
Author: Milo Casagrande <milo@ubuntu.com>
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 <icq@gnome.org>
Date:	2009-07-15

    Add internal word by Reuben Dunnington.

M	gtksourceview/language-specs/vala.lang

commit c73dc6c53904a4a62f5f0ac90017bd479aabcef8
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-07-14

    Updated French translation

M	po/fr.po

commit bb5e3ca6dc25c49760d5ee32f4d9d92ff0ab8aa0
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-07-14

    Fix POTFILES.in

M	po/POTFILES.in

commit 15c2b2a6bd8fb28258ef5904a064f688c94a7c57
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2009-07-09

    Updated Ukrainian translation

M	po/uk.po

commit cbea7b658e7af247b10182dea66f25a0ac477dde
Author: Daniel Nylander <po@danielnylander.se>
Date:	2009-07-07

    Updated Swedish translation

M	po/sv.po

commit 677d6247ed091941b211694d3c3880726907d98f
Author: Ignacio Casal Quinteiro <icq@gnome.org>
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 <porelli@gnome.org>
Date:	2009-06-27

    Enable silent mode if using a modern automake

M	configure.ac

commit 0b573f19fa5363d264833b59a00e8eac5f85cd83
Author: Konstantin Lukaschenko <k.lukaschenko@gmail.com>
Date:	2009-06-23

    Command Substitution Highlight

M	gtksourceview/language-specs/sh.lang

commit 582a7b0c5c453f60e9e140a2c84c1532c3823fd3
Author: Paolo Borelli <porelli@gnome.org>
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 <icq@gnome.org>
Date:	2009-06-23

    Add cut word by Konstantin.

M	gtksourceview/language-specs/sh.lang

commit 1e4cfb0c8ea416f07f2a349011acaa6c16fe492c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-23

    Some improvements on the Eiffel lang by Remi Meier.

M	gtksourceview/language-specs/eiffel.lang

commit 0dd56e22401caa53aa013363f665687f973cbac9
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	2009-06-16

    Updated a fuzzy entry in Bengali India Translation

M	po/bn_IN.po

commit f7af3329618228b29f812adb6b51f0520a06bec8
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	2009-06-16

    Updated Bengali India Translations

M	po/bn_IN.po

commit b593ef4b5b8c6c352fad08b04ba52380815aed10
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2009-06-10

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 2d2ba9ce7ee57719edd7871749049677018fc702
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-30

    Fix warning.

M	gtksourceview/gtksourcegutter.c

commit 64ab156ef8e497aa5ef9ce455d14217acf7044e5
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-30

    Set the position on gtk_source_gutter_reorder.

M	gtksourceview/gtksourcegutter.c

commit 0691d1198536b89048195dafd6b749e1101c0138
Author: Jesse van den Kieboom <jesse@icecrew.nl>
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 <jesse@icecrew.nl>
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 <icq@gnome.org>
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 <icq@gnome.org>
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 <icq@gnome.org>
Date:	2009-05-26

    release 2.7.1

M	NEWS
M	README
M	configure.ac

commit ded66b7629745ca13801d9f44682be6753edc4f7
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-26

    Add the 'desktop' category in the doap file

M	gtksourceview.doap

commit 3d4bfa27c6a38cf51cb058ae084ae043df68ee72
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	2009-05-26

    Updated Spanish translation

M	po/es.po

commit 656c80bf1ce6204684f0671d545a5c137b9b47a9
Author: drtvasudevan <agnihot3@gmail.com>
Date:	2009-05-26

    Updated Tamil translation

M	po/ta.po

commit 7e1829b9accf9d60823f80a0894ccfffe9bd1291
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-25

    Remove the extra mark as it is confusing.

M	tests/test-widget.c

commit 049e05b813238c73836987d31e0dbafa6fc01054
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-25

    Add tooltips to GtkSourceMarks.

    Add tooltips to GtkSourceMarks to show aditional information by
    Yevgen Muntyan.

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 b3a78fc1c20e50c0f56c808b1a7e510a060b41a8
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-24

    Mark string for translation.

M	gtksourceview/language-specs/prolog.lang

commit 434ed6d833cd32e8f175d32b2fb136075b8c7877
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-05-23

    Added keyword 'type' to Haskell language

M	gtksourceview/language-specs/haskell.lang

commit d538eea251803c823f38c7b8a2e20b44fae6ab85
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-17

    Change CRLF endings to LF.

M	gtksourceview/language-specs/lang_v1_to_v2.xslt

commit 8719bfa9a1162bf9d3af3141a61703f0edfa18b9
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-16

    Use gchar for consistency

M	gtksourceview/gtksourcelanguage.c
M	gtksourceview/gtksourcelanguage.h

commit bb27b5a0c06f63e0941769cc104729b3c90915e4
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-16

    Hopefully fix permissions

M	po/mai.po

commit 0e1b256494284bc31e41e29742cc8661c4014603
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-16

    Release 2.6.2

M	NEWS
M	README
M	configure.ac

commit ebb1c6847b7bdc13ad3171337ada92c31477115f
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-16

    Dist doap file

M	Makefile.am

commit 93920a1d4d01eb33d1b2d26a58d85152c41b9b65
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-16

    Improve ChangeLog generation

    Use dist-hook for generating ChangeLogs so that it is just put in
    distdir

M	Makefile.am

commit 86af358170a7b0c515a35a3916bc95686e5375aa
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-16

    Update kate scheme color.

    Update the scheme color to use the colors used by kate in its
    latest version.

M	gtksourceview/language-specs/kate.xml

commit 8d3fd32d1bc5ac8ddc0e7ceedaf9854d894d33ba
Author: krishnababu k <kkrothap@redhat.ocm>
Date:	2009-05-15

    Adding new Telegu Translations

M	po/te.po

commit dbad776176b5d91b574bef3298d8adf53303e1f4
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-14

    Use #blue instead of blue.

M	gtksourceview/language-specs/cobalt.xml

commit 6c0fb0263c43dbb8c017f9fa61af7eb770040d0d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-14

    Typo in octave.lang.

    Highlight columns instead of colums.

M	gtksourceview/language-specs/octave.lang

commit 6c5612162302fd2143ca4c7be76a582be0d340c4
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-07

    Add the %docdir rpm keyword, fixes bug #581788

M	gtksourceview/language-specs/rpmspec.lang

commit 4a09b43f9b03ab0639f34e00278bd631a08bc8be
Author: Christian Persch <chpe@gnome.org>
Date:	2009-05-07

    Safely printf strings

    Bug #581734.

M	gtksourceview/gtksourcecontextengine.c
M	gtksourceview/gtksourceview-i18n.h
M	tests/test-widget.c

commit e86ff373d46de9215731845bf5fecb099b4e98b0
Author: Ivar Smolin <okul@linux.ee>
Date:	2009-05-07

    Updating Estonian translation

M	po/et.po

commit ca1cea207c697c953090bb9c8eee02783dab1318
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-05

    Add git.mk to generate automatically the .gitignore file.

M	Makefile.am
M	docs/Makefile.am
M	docs/reference/Makefile.am
A	git.mk
M	gtksourceview/Makefile.am
M	gtksourceview/language-specs/Makefile.am
M	tests/Makefile.am

commit bfd52d29213ef703f8f96b71cd591844336d5af3
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-05-05

    Add draw-spaces color for oblivion.

    Use a darker color for draw-spaces in the oblivion style.

M	gtksourceview/language-specs/oblivion.xml

commit 103472af7cc4d0e3ee5d04c2b1d599c7cb80cdb1
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-03

    Some fixes to the doap file

M	gtksourceview.doap

commit 1a4da210f7d285e1aaddb99f3a54624532552f77
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-02

    Update HACKING file for git

M	HACKING

commit d65adf1e59e1800aaedb83c4a8041ec22f8348da
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2009-04-28

    Updated Ukrainian translation

M	po/uk.po

commit eb203e687c0356b198195025c56adacc793a1019
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-04-18

    Autogenerate ChangeLog

    Autogenerate ChangeLog from the git log.

A	ChangeLog
M	Makefile.am

commit 30842751beb402359ef39e6287804943dc3b9488
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-04-18

    Archive old ChangeLog

    Move current ChangeLog file to ChangeLog-20090418

R100	ChangeLog	ChangeLog-20090418

commit 1cebf47bb798ebcf9027b83a7d9c836d7317b126
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-04-18

    update MAINTAINERS

    Add myself to the maintainers file

M	MAINTAINERS

commit 8b5b439b327e2d6236c5b2b0c4442c743b8147cb
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-04-18

    Add doap file

    Add gtksourceview.doap file

A	gtksourceview.doap

commit a93d2773fbb0fcbb9fb1ba2ef5d362e34fe67612
Author: Paolo Borelli <pborelli@src.gnome.org>
Date:	2009-04-12

    2.6.1

    svn path=/trunk/; revision=2273

M	ChangeLog
M	NEWS
M	README
M	configure.ac
M	po/ChangeLog

commit 28ec3334dddeb83c6747f7f54969c114f63b4d74
Author: Baris Cicek <bcicek@src.gnome.org>
Date:	2009-04-12

    Updated Turkish translation

    svn path=/trunk/; revision=2271

M	po/ChangeLog
M	po/tr.po
