commit 7842228705aef406a96cd335feaeb630ae849a94
Author: Paolo Borelli <pborelli@gnome.org>
Date:   2010-03-01

    Release 2.9.8

M	NEWS
M	README
M	configure.ac

commit 9b681ac75bcfbf90adbbdb46e825d9d0db9dbbb7
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2010-02-28

    Protect functions against being called when highlighting is disabled

M	gtksourceview/gtksourcecontextengine.c

commit 53ce23afab3b9ae54584c133591eac1452819949
Author: Claude Paroz <claude@2xlibre.net>
Date:	2010-02-28

    Updated French translation

M	po/fr.po

commit ad435862443bd3ee08c2f252c2dc07317d8afa3c
Author: Jesse van den Kieboom <jessevdk@gnome.org>
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 <jessevdk@gnome.org>
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 <jjardon@gnome.org>
Date:	2010-02-25

    [configure] Relax the intltool version to >= 0.40

M	configure.ac

commit db30b477b6e394d6d6267e3ec9a25c7979356a05
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:	2010-02-24

    Updated British English translation

M	po/en_GB.po

commit ba67986939f9620f75c085d6f787011ab1d3fa1d
Author: Mario Blättermann <mariobl@gnome.org>
Date:	2010-02-23

    Updated German translation

M	po/de.po

commit 92317deaf02414b4ebba80cecf51124b7ccb1e85
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2010-02-10

    Add comment properties. Fixes bug #609527.

M	gtksourceview/language-specs/prolog.lang

commit 635d7c4265142815906c281a1ec260ccfb0c896b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-02-23

    Updated Slovenian translation

M	po/sl.po

commit f67b22aad94162abb2f8b31773fe944f157b0bfb
Author: Alexander Shopov <ash@contact.bg>
Date:	2010-02-23

    Updated Bulgarian translation

M	po/bg.po

commit 57b3de501d74725f756d077e810910ca98e30492
Author: Javier Jardón <jjardon@gnome.org>
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

commit c42768b5c7e165676c29d031b9aed3a5c674913e
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-02-22

    Release 2.9.7

M	NEWS
M	README
M	configure.ac

commit 127ece393ec921061ddc707a90eaaa610ab3cfa7
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-02-22

    Remove vfunc that should not be there.

M	gtksourceview/gtksourceundomanager.h

commit 350e8f5208eac3a77658d8f41251705def3975fb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-02-22

    Updated Spanish translation

M	po/es.po

commit 5026232cbf2c23a0fc746369a4fdd2b5ada907e8
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-02-22

    Release 2.9.6

M	NEWS
M	README
M	configure.ac
M	po/POTFILES.in

commit 098af3af9b1af1eb78c9194a6462cdab0db2f48e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-02-22

    Updated Slovenian translation

M	po/sl.po

commit 87916559abff5235b613a305cb062f319509da38
Author: vasudeven <agnihot3@gmail.com>
Date:	2010-02-22

    updated Tamil translation

M	po/ta.po

commit 59e14ce66d03fb879fefe2b6d0df6ffb0236b081
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2010-02-21

    Fix a warning in test-completion.

M	gtksourceview/completion-providers/Makefile.am
M	tests/test-completion.c

commit dae596cb918e6a25b4cd2861eec9bb70aaa09aa4
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2010-02-21

    Fix GtkSourceCompletionProposal virtual function prototype.

    This changes get_label(), get_markup, get_text() and get_info()
    functions to return an allocated string, updates documentation
    and fixes usage of this function in other parts of gtksourceview
    library.

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h

commit 31e8e5732efc17994d03f7f6f7cacda0de9e0b9f
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2010-02-21

    Fix GtkSourceCompletionProvider virtual function prototype.

    This changes get_name() function to return an allocated string,
    updates documentation and fixes usage of this function in other
    parts of gtksourceview library.

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h

commit 5a03f552bfe69752f85f35432cd06eb48a7814e2
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2010-02-21

    Added API documentation for GtkSourceViewGutterPosition

M	gtksourceview/gtksourceview.h

commit 415045731a4953aa77e1c219f9d8d59f655772f8
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2010-02-21

    Added API documentation for GtkSourceUndoManager

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
M	gtksourceview/gtksourceundomanager.c

commit f8328c5ce451cfc00ff1a10f46ba587d6b98891b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-02-20

    Updated Spanish translation

M	po/es.po

commit 945390f92251da27455f8c79bd7263875cbe333a
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2010-02-20

    Refactor undo manager in public interface

    This adds the GtkSourceUndoManager public interface which can be
    implemented to override the default undo manager on a buffer. The
    default undo manager is renamed to GtkSourceUndoManagerDefault
    and will be used unless a different undo manager is set using
    gtk_source_buffer_set_undo_manager.

M	gtksourceview/Makefile.am
M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcebuffer.h
M	gtksourceview/gtksourceundomanager.c
M	gtksourceview/gtksourceundomanager.h
A	gtksourceview/gtksourceundomanagerdefault.c
A	gtksourceview/gtksourceundomanagerdefault.h

commit 14ca7d955286c5d8acdb0dd60e43838b7164a3d3
Author: vasudeven <agnihot3@gmail.com>
Date:	2010-02-16

    updated Tamil translation

M	po/ta.po

commit acf2764e41c6aea0a7a34f3dbda0b0851197eb43
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:	2010-02-15

    Updated Galician Translation

M	po/gl.po

commit 5d59ebeea5592fe4b71dce30e1a402df5d1e393b
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	2010-02-14

    Updated Danish translation

M	po/da.po

commit 2b0464edfde9aceeebb7576712b85080bdb1b81b
Author: Mario Blättermann <mariobl@gnome.org>
Date:	2010-02-13

    Updated German translation

M	po/de.po

commit d51a1d41d125a4f8280c890c05e8d43f9bc06098
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	2010-02-13

    Update Romanian translation

M	po/ro.po

commit d9da8f163d85872df2be3c62856d0f1934648f5c
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:	2010-02-12

    Updated Galician Translation

M	po/gl.po

commit eb69ff7cd8c399011a6479fb0ae5b5a88c0e8caa
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-02-11

    Updated Slovenian translation

M	po/sl.po

commit 176947ee955e788d89a6d221e0fba88db89e36a7
Author: Petr Kovar <pknbe@volny.cz>
Date:	2010-02-11

    Update Czech translation by Marek Cernocky & Petr Kovar

M	po/cs.po

commit 06e21b65c4819413b75cf5e099a88b3fff546d66
Author: Claude Paroz <claude@2xlibre.net>
Date:	2010-02-06

    Updated French translation

M	po/fr.po

commit 574916621461db8f63b3e0a2275c2f37acc5ed30
Author: Aron Xu <aronxu@gnome.org>
Date:	2010-02-06

    Updated Simplified Chinese translation.

M	po/zh_CN.po

commit db0d375c82b009fe1b3ee0514ba504ac2fe107ac
Author: Mattias Põldaru <mahfiaz gmail com>
Date:	2010-02-01

    Updating Estonian translation

M	po/et.po

commit 8df9b53e824b8a0b6e1d12c71aabcc39cbec478a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-02-01

    Updated Spanish translation

M	po/es.po

commit c99f6baf6eed5e3c6bdc75bb4a4752ec87bdbc08
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2010-02-01

    Updated POTFILES.

M	po/POTFILES.in

commit b1e212ffbaf923bf0734c72b2c904be6af91ae8b
Author: Amos Wenger aka nddrylliog <amoswenger@gmail.com>
Date:	2010-02-01

    Added OOC language. Bug #608598.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/ooc.lang
M	gtksourceview/language-specs/testfiles.sh

commit 928a975220a92e7c4cd770d81a5913b8508aa623
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2010-01-31

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 09614ee715b72c53764603656b2918e7c6910d14
Author: Alexander Shopov <ash@contact.bg>
Date:	2010-01-30

    Updated Bulgarian translation

M	po/bg.po

commit f81a3ed202a43ebca77f1f385cd66b08b37e40e0
Author: Alexander Kuleshov <kuleshovmail@gmail.com>
Date:	2010-01-28

    Add more keywords.

M	gtksourceview/language-specs/fsharp.lang

commit 952400de03ff51bca180bc109ca8e54357484f94
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:	2010-01-27

    Updated Bengali translation

M	po/bn.po

commit afbfb4189afb25db9c4f7b960d4d4c5fed8f40dd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-01-27

    Updated Slovenian translation

M	po/sl.po

commit 70454c34682bc85a06aa7516044fdc89c148a30e
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-25

    Release 2.9.5

M	NEWS
M	README
M	configure.ac

commit 5ac5099a2fe28cc8d7851ba8dcc6c8126dae0f28
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-19

    Turn alt+up/down in a proper keybinding

M	gtksourceview/gtksourceview-marshal.list
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h

commit 07cee79134bb1823e540fe3070815edf6a447ad7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2010-01-13

    Updated Norwegian bokmål translation

M	po/nb.po

commit 7c2e09721521bb30f7f3e7da7734b4e4e3f53064
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-01-12

    Updated Spanish translation

M	po/es.po

commit 8e4f974dbcfe845b0029883388c64b46b796460b
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-12

    Release 2.9.4

M	NEWS
M	README
M	configure.ac

commit df6910041ed7de2036b4306f6b3a413bb4f52d33
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-12

    Add missing file

M	po/POTFILES.in

commit 412a5854e9ef84806058094f6435753374490957
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-12

    Fix up validation

M	gtksourceview/language-specs/texinfo.lang

commit e4a842c497bcf423779b85ed7a4af88c22801eab
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-10

    Use a mark to keep track of the completion position

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h

commit 268626397daeb4e88496032069c42cdf7c110039
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:	2010-01-11

    Updated asturian language

A	po/ast.po

commit 8cf19383270cfd58179c34a3b100f482dee1f5d9
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:	2010-01-11

    Added asturian language

M	po/LINGUAS

commit ca1fd22f913d9e6957eda6afad190ce8bd5a9765
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2010-01-09

    Show empty lines with spaces with trailing and leading flags.

M	gtksourceview/gtksourceview.c

commit 32a9fd4af288fa0d68309c1403d692f28fff7260
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2010-01-08

    Don't depend on gtk+ 2.18 symbol for renderer visibility

M	gtksourceview/gtksourcecompletion.c

commit 050e186b3c4817497db2d628dfa43e2830e1125e
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-06

    require column after css properties to avoid false positives

M	gtksourceview/language-specs/css.lang

commit 1c91c8ab9ca36567c5b466875cc6a516748d6fbe
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-06

    Special case "_" after latex commands. Bug #593222.

M	gtksourceview/language-specs/latex.lang

commit faa314814ab69986c0100bf807d3675b3b0e2f5a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-01-06

    Updated Spanish translation

M	po/es.po

commit 1bc96c63d13464f9aac78a0fea11cfe6bc790d78
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-06

    Better match for css colors

M	gtksourceview/language-specs/css.lang

commit cd0550e684062c6c250d4dd946b638fe1dda7019
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2010-01-06

    Update Ukrainian translation

M	po/uk.po

commit 537fdb885325b5f99257f8ae0e2610d01ad65605
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2010-01-05

    Update Ukrainian translation

M	po/uk.po

commit 7f82ce35cdb2e7b845aa2dd008f9411210062cc6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-01-05

    Updated Slovenian translation

M	po/sl.po

commit 37930825be8774f80ea8d1a0ea4a111236c7807a
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-05

    Added NVidia CG language

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/cg.lang
M	gtksourceview/language-specs/testfiles.sh

commit f2c8ed995f011119b79187cc9d150f3724132afd
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-03

    Disable gtk-doc template generation

M	configure.ac

commit 8bf253d276221d8c39ed0175823e445f152bf8ff
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-01-03

    Fix gtk-doc warnings

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionutils.c

commit 3f923ae50b7609df46f4036775952d83630c4ebd
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Added show-icons property to GtkSourceCompletion

    This property will allow the user to set whether or not to show
    the provider/proposal icons in the completion popup.

M	gtksourceview/gtksourcecompletion.c
M	tests/test-completion.c

commit c6f24e396e863a3aa14988ca5395e7c0788fd0ec
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Stop matching bracket search when going out of context class

    This stops the matching bracket search if the set of context
    classes that apply to the matching end iter is _smaller_ then the
    set of classes that apply to the start matching iter.

    In effect this means that you stop search if you go outside of the
    scope (in terms of context classes) that apply to the starting
    bracket, and thus will only match brackets in the same string
    or comment (this does not affect outside-of string/comment
    brackets).

    Note: This works well with the current classes and how they are
    defined but might need some refinement if we are adding
    more classes.

M	gtksourceview/gtksourcebuffer.c

commit fdfa65c0ce205801428ec60d75b7bffc6b94f7c1
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Use context classes to better highlight matching brackets

M	gtksourceview/gtksourcebuffer.c

commit 2bff0d24c2432fb93d8cb430c55b433d0cf3db2e
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Made block/unblock reintrant

M	gtksourceview/gtksourcecompletion.c

commit 2d232d3d42dee6baeb5ee0d131d551a03be783f1
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Block/unblock completion based on view editability

M	gtksourceview/gtksourcecompletion.c

commit e773e9c57e99070cfae1e39327de923919ae1977
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-03

    Set fixed width for completion proposal icon cell renderer

M	gtksourceview/gtksourcecompletion.c

commit dc071301dd83c85cc0a0a18b9cc99ce260db3dc6
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Apply context class tags directly after analysis

    Before context class tags were applied at the same time as
    the highlighting was done, which causes many problems because
    context classes are also very relevant for parts of the buffer you
    don't see.

M	gtksourceview/gtksourcecontextengine.c

commit 026949077e9f87323b66f60ece7392b6c4b8bc8d
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Explicit check if highlight engine is set for context_class API

M	gtksourceview/gtksourcebuffer.c

commit 14b9a0b0354783c1fdfb2acaffc0588521cf8cb5
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Improved reserving empty lines in handle_text_inserted

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit d2fea3cb6f5ad602d3b0a828013b95a46cd81d0c
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Added gtksourcecompletion_block/unblock_interactive

M	docs/reference/gtksourceview-2.0-sections.txt
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h

commit 0107850e094251e6d1bc49ae57eabfa132064c9a
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Do not start interactive completion on non-editable parts of the
    buffer

M	gtksourceview/gtksourcecompletion.c

commit 0e8038a7a086544ae7d23e8801dfa52426de8c00
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Protected interactive completion against undo/redo and paste

M	gtksourceview/gtksourcecompletion.c

commit 7f7cda76b429bfcecdd2688d23d6441ec9c66d24
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-02

    Added undo and redo signals to GtkSourceBuffer

    The actual undo and redo actions are run in the default signal
    handlers

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcebuffer.h

commit 1f8f61dc46e79896da08f1b6f0269d815fa22b9f
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-01

    Added documentation for get_interactive_delay and get_priority

M	docs/reference/gtksourceview-2.0-sections.txt
M	gtksourceview/gtksourcecompletionprovider.c

commit 44b50949a36cfc3c2ecf507762f6b99f788d2afe
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-01

    Update test-completion with priorities and test providers

M	tests/Makefile.am
D	tests/completion-simple.c
A	tests/test-completion.c

commit af9dc5bcbd0a962d5349952dca867b5488d96251
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-01

    Always match in word completion

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c

commit bc8772a38be8497c3fbac4a24af7c114242f8709
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-01

    Implemented per provider priority handling

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M	gtksourceview/gtksourcecompletionmodel.c

commit dd41491a762dc05a6dabc16cc16c565430c2fb17
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Implemented per-provider delay handling

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M	gtksourceview/gtksourcecompletion.c

commit 1474eb1f6a01d0322c13751de4d782ba8f61b55e
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Added get_interactive_delay and get_priority to provider interface

M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h

commit 3cd549182cbd141ba3715bba736c51abf49e5eab
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Copyright fixup

M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecompletionui.h
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h

commit 034725b658ce07d7313fa840591adde372b31d82
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2010-01-01

    Fixed classes defined on regexes instead of contexts

M	gtksourceview/language-specs/def.lang

commit b783ab0082c78faf5e29df25ccc51356efbdc636
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2010-01-01

    Updated Slovenian translation

M	po/sl.po

commit f9fcb57b9fabdf72106741f0c7b4f25a45b7a3a6
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Added comment, string and no-spell-check classes to lang files

M	gtksourceview/language-specs/ada.lang
M	gtksourceview/language-specs/asp.lang
M	gtksourceview/language-specs/bibtex.lang
M	gtksourceview/language-specs/boo.lang
M	gtksourceview/language-specs/c.lang
M	gtksourceview/language-specs/changelog.lang
M	gtksourceview/language-specs/csharp.lang
M	gtksourceview/language-specs/css.lang
M	gtksourceview/language-specs/d.lang
M	gtksourceview/language-specs/def.lang
M	gtksourceview/language-specs/dosbatch.lang
M	gtksourceview/language-specs/dot.lang
M	gtksourceview/language-specs/eiffel.lang
M	gtksourceview/language-specs/erlang.lang
M	gtksourceview/language-specs/fcl.lang
M	gtksourceview/language-specs/forth.lang
M	gtksourceview/language-specs/fortran.lang
M	gtksourceview/language-specs/fsharp.lang
M	gtksourceview/language-specs/gtkrc.lang
M	gtksourceview/language-specs/haskell.lang
M	gtksourceview/language-specs/html.lang
M	gtksourceview/language-specs/idl.lang
M	gtksourceview/language-specs/ini.lang
M	gtksourceview/language-specs/java.lang
M	gtksourceview/language-specs/javascript.lang
M	gtksourceview/language-specs/latex.lang
M	gtksourceview/language-specs/lua.lang
M	gtksourceview/language-specs/m4.lang
M	gtksourceview/language-specs/mallard.lang
M	gtksourceview/language-specs/nemerle.lang
M	gtksourceview/language-specs/nsis.lang
M	gtksourceview/language-specs/objc.lang
M	gtksourceview/language-specs/ocaml.lang
M	gtksourceview/language-specs/ocl.lang
M	gtksourceview/language-specs/octave.lang
M	gtksourceview/language-specs/pascal.lang
M	gtksourceview/language-specs/perl.lang
M	gtksourceview/language-specs/php.lang
M	gtksourceview/language-specs/po.lang
M	gtksourceview/language-specs/prolog.lang
M	gtksourceview/language-specs/python.lang
M	gtksourceview/language-specs/ruby.lang
M	gtksourceview/language-specs/scheme.lang
M	gtksourceview/language-specs/sh.lang
M	gtksourceview/language-specs/sql.lang
M	gtksourceview/language-specs/t2t.lang
M	gtksourceview/language-specs/texinfo.lang
M	gtksourceview/language-specs/vala.lang
M	gtksourceview/language-specs/vbnet.lang
M	gtksourceview/language-specs/verilog.lang
M	gtksourceview/language-specs/vhdl.lang
M	gtksourceview/language-specs/xml.lang

commit 4ed7a7a7e3454682bcc0a838aadf168ff07d8a8a
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Implemented context classes support

    Fixes bug #472660

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcebuffer.h
M	gtksourceview/gtksourcecontextengine.c
M	gtksourceview/gtksourcecontextengine.h
M	gtksourceview/gtksourceengine.c
M	gtksourceview/gtksourceengine.h
M	gtksourceview/gtksourcelanguage-parser-1.c
M	gtksourceview/gtksourcelanguage-parser-2.c
M	gtksourceview/language-specs/language2.rng
M	tests/test-widget.c

commit c4f6fb078daddc3018b9c6e0b48811a8c0a71b55
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-12-31

    Make GtkSourceEngine private

M	gtksourceview/Makefile.am

commit 4f352be983ad0a2064e307666b2e220bf9aa3c84
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-29

    Accept a null style scheme in set_style_scheme

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcecontextengine.c
M	gtksourceview/gtksourceengine.c

commit 168980b52e3ab834d79831f8c86991b6ea9bfbf5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-12-29

    Updated Spanish translation

M	po/es.po

commit 8dce5598c497b78e355ff3d191ce61682d426bf1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-12-28

    Updated Spanish translation

M	po/es.po

commit 1766e2ec0b1fc5dc7b6230a9f0407fce07f850f3
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-28

    Special case the bracket matching tag when printing

    Back when we created the compositor, we didn't treat bracket
    match tags
    in a special way, because we wanted a more generic way to mark certain
    tags for printing or not. But given that we didn't add that api
    and that
    in all this time bracket match was the only problem reported, go
    for the
    special case solution.

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcebuffer.h
M	gtksourceview/gtksourceprintcompositor.c

commit 098f23ddec59c2affbd345f0500a14be486726d9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-27

    Remove leftovers in the docs tmpl dir, not used anymore

D	docs/reference/tmpl/gtksourceview-unused.sgml
D	docs/reference/tmpl/printcompositor.sgml

commit 1d9a4995bc90d8ab0e48e08fd37652a43f201877
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-27

    More work on inlining docs and split the stylescheme reference in a
    standalone file

M	docs/reference/Makefile.am
M	docs/reference/gtksourceview-docs.sgml
R076	docs/reference/tmpl/stylescheme.sgml
docs/reference/style-reference.sgml
D	docs/reference/tmpl/language.sgml
D	docs/reference/tmpl/languagemanager.sgml
D	docs/reference/tmpl/style.sgml
D	docs/reference/tmpl/styleschememanager.sgml
M	gtksourceview/gtksourcelanguage.c
M	gtksourceview/gtksourcelanguagemanager.c
M	gtksourceview/gtksourcemark.c
M	gtksourceview/gtksourceprintcompositor.c
M	gtksourceview/gtksourcestyle.c
M	gtksourceview/gtksourcestylescheme.c
M	gtksourceview/gtksourcestyleschememanager.c

commit e19542776ede0dfef0eefb0c99a2026b3ffa8bbc
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-27

    Update POTFILES.in

M	po/POTFILES.in

commit 74b4715c8525e3b621f252aef19fe93dc498f0db
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-27

    Fix warning

M	tests/test-printcompositor.c

commit 592cbe11411e38202afa4482ae4ce4e0e9e514a9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-12-27

    Start moving docs inline

D	docs/reference/tmpl/buffer.sgml
D	docs/reference/tmpl/gutter.sgml
D	docs/reference/tmpl/iter.sgml
D	docs/reference/tmpl/mark.sgml
D	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcegutter.c
M	gtksourceview/gtksourceiter.c
M	gtksourceview/gtksourcemark.c
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h

commit c561ce075e47daf5d7c73566a2df9bf92eddabe3
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-23

    Use low priority when scanning regions.

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 93493733cbd293d11708c7fb3e51cd7df01cef0f
Author: Søren Hauberg <hauberg@gmail.com>
Date:	2009-12-23

    Added BibTex language.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/bibtex.lang
M	gtksourceview/language-specs/testfiles.sh

commit 47abe4c52d726a1f2655d02b4e237a58cfa07b36
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-12-19

    Updated Spanish translation

M	po/es.po

commit 3f34937b78907cf61280e6b66af625b90ac3b0fb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-12-19

    Updated Spanish translation

M	po/es.po

commit 790e0ce6858114426627bf1663795326791d5665
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	2009-12-19

    Update Romanian translation

M	po/ro.po

commit 0188ac23db4963dc639683f18cc910727637a297
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-18

    Manage i18n on win32 and osx.

M	configure.ac
M	gtksourceview/Makefile.am
M	gtksourceview/gtksourceview-i18n.c
M	gtksourceview/gtksourceview-i18n.h

commit 2edfdfbafc5e5feeaa5bd9847dd14ad11f7d347b
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2009-12-16

    Changed CompletionContext's "iter" property type.

M	gtksourceview/gtksourcecompletioncontext.c

commit d8b4c5f53ab81b435c9db24fd9061925f9650b86
Author: Johan Dahlin <johan@gnome.org>
Date:	2009-12-17

    Fix a gtk-doc bug found by g-ir-scanner

    https://bugzilla.gnome.org/show_bug.cgi?id=604840

M	gtksourceview/gtksourcecontextengine.c

commit 0042b6eb96e119a1e29ab90fc891f7ec0cd00afa
Author: Ivar Smolin <okul@linux.ee>
Date:	2009-12-15

    Updating Estonian translation

M	po/et.po

commit 497f6b655596f3692d182192125565c71710a9c7
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-12

    Add some keywords.

M	gtksourceview/language-specs/prolog.lang

commit 74903a1b2b6741e45415df6b62604bd1aad8651c
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2009-12-12

    Changed signal "line-mark-activated" and "cell-activated".

    When creating those signals with g_signal_new, G_TYPE_POINTER was
    used for GdkEvent*, where
    GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE should be ok.

M	gtksourceview/gtksourcegutter.c
M	gtksourceview/gtksourceview.c

commit e1beb5f4fd24e8ee77c444bdcc2318db06d2bcc4
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2009-12-12

    Remove a nonstandard char from comment.

M	gtksourceview/gtksourceundomanager.c

commit 69c7a1b707f268375398d904e1b492c087c669f5
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2009-12-11

    Remove commas at the ends of enums.

M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.h

commit d816e8c5a660c54d029a4bddcc4de3d0b1eb6b56
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2009-12-11

    Add missing G_BEGIN_DECLS.

M	gtksourceview/gtksourceprintcompositor.h

commit 664846491ac1d81338f18c4ac592185ef5d6c373
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-12-04

    Updated Slovenian translation

M	po/sl.po

commit af5644fed38424cf3c2012513d76336fff22534b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-03

    Add scaping highlighting for example \n in string.

M	gtksourceview/language-specs/prolog.lang

commit 439057fcb98a2f872dbbfab747d4188a86855950
Author: Michael Callahan <coder.callahan@gmail.com>
Date:	2009-11-28

    Use g_mapped_file_unref in place of deprecated g_mapped_file_free.

M	gtksourceview/gtksourcelanguage-parser-1.c

commit d56b5d3b0b9d85f9b8c2d62f9ff229ddda5027a6
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-12-01

    Removed gconf dependencie added by mistake

M	configure.ac

commit cbc344375c5e5334b80f996d01848eebfcd35fab
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-30

    Release 2.29.3

M	NEWS
M	README
M	configure.ac

commit 9deb9e280753221e7bc8cf743b6a0e52feee0953
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-30

    Added sparql.lang to POTFILES.in

M	po/POTFILES.in

commit e2e2e4a1e412f105da1fbee51530cdb7ff09e0b9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-11-30

    Updated Slovenian translation

M	po/sl.po

commit 28fddb814f6d2c3bee567e133c2aaa255f767c7a
Author: James Leigh <james-nospam@leighnet.ca>
Date:	2009-11-30

    Added SPARQL language

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/sparql.lang
M	gtksourceview/language-specs/testfiles.sh

commit 0b496697d431a550b0f7588858cc3dea9a8e5584
Author: Tao Wei <weitao1979@gmail.com>
Date:	2009-11-29

    Updated Simplified Chinese translation.

M	po/zh_CN.po

commit ec6f1e265068616d0797e50328a56314d165fca1
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-29

    Fixes on prolog language. Fixes partially #602788

    Highlight variables that word starts with capital letter and
    highlight _ only if it is not in a word.

M	gtksourceview/language-specs/prolog.lang

commit 641ba50f081f2a3dedf2a3f82f5f1d91bdaa9fc1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-29

    Updated Spanish translation

M	po/es.po

commit 2e5428c09906a1d5b6c704635cadc5d5aadbe4b4
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-28

    Correctly scan all regions when removing a range

    A small bug in not correctly iterating over all the regions in the
    list when
    the first region in the list was removed.

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit bf515f5afd214b003665e85dac6a321a91c8e128
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-28

    Fixed updating regions after scan region is removed

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 8473b7c58d0394a4620e7ef9c05360d29172fe53
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-28

    Remove debug message from completion info

M	gtksourceview/gtksourcecompletioninfo.c

commit c412642735ea1adc29d942ac63dbf28b89d9320f
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-28

    Make sure to prepend scan reigon when last_insert is NULL

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 0a95d1f49a1f54948de68091125a62bb17cab1e1
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-11-28

    Updated French translation

    Contributed by Laurent Coudeur and Claude Paroz

M	po/fr.po

commit 97590745921805286865e6c787699f26cbae5b83
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-28

    Add context for translation. Fixes bug #603235

M	gtksourceview/gtksourcecompletion.c

commit 16cfa470fbb28c6b88ba9a3a12794abf31a38971
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-11-27

    Updated Slovenian translation

M	po/sl.po

commit 353ff08fee22eb207de33dc94de39bbed39978b3
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-27

    Updated Spanish translation

M	po/es.po

commit 4edea4db1a3110d01cdfff16ca5b210af2de49fa
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-26

    Use def:reserved instead of def:error for reserved keywords

M	gtksourceview/language-specs/java.lang

commit 5b68d356a76f83531c97e5c78462b38bacea45f4
Author: Karl Ostmo <kostmo@pogo.com>
Date:	2009-11-26

    Differentiated categories for desktop.lang

M	gtksourceview/language-specs/desktop.lang

commit d040ddc4f0ee06b756521f12d15943b538a83d60
Author: Thomas Thurman <tthurman@gnome.org>
Date:	2009-11-25

    Shavian translation

M	po/LINGUAS
A	po/en@shaw.po

commit 186127e1163236b365d658e7121684ccfa16c3c3
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-22

    Be a bit more smart with the autoindentation.

    Now when we press enter and the line is empty we remove this line and
    we add a new line with the previous indentation. In this way we avoid
    trailing spaces.

M	gtksourceview/gtksourceview.c

commit f996fca34c032ae1298f87b1561462567dfa1ff6
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-22

    Handle end-of-buffer special cases in move_lines

M	gtksourceview/gtksourceview.c

commit 493b503cdef808c770b9155ba213a6ccceb45d64
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-22

    Force recalculation of width on expose when setting properties before
    the window is realized. Fixes bug Bug 602369.

M	gtksourceview/gtksourcegutter.c

commit bf5f5730570dbf4c59e5048433bbd563d934de68
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-11-20

    Updated Slovenian translation

M	po/sl.po

commit 5a4d0012aed72b7a9acffb825b7b019a6f7d601c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-18

    Fix crash on win32 with the guess_language func.

M	gtksourceview/gtksourcelanguagemanager.c

commit f2003fa2c9d9097e6f72fc6cb281362fcd4d7f26
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-11-18

    Updated Slovenian translation

M	po/sl.po

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

    Fix warnings on win32.

M	gtksourceview/gtksourcelanguagemanager.c

commit 3fcb53072174295dca373fb3a356ef86fc90491a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-16

    Updated Spanish translation

M	po/es.po

commit 2be6215b293ef9d952ae7836c2b892bb5521dcf9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-16

    Release 2.9.2

M	NEWS
M	README
M	configure.ac
M	po/POTFILES.in

commit 46d84163518c84f5a836e16f653e5d2c38fc688d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-16

    Added fcl lang file by Søren Hauberg.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/fcl.lang
M	gtksourceview/language-specs/testfiles.sh

commit 3a6c9129839a1266c8a8b6594b287cdf8c555b35
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-15

    Fixed crasher bug in incorrect inserting new regions

    This is a follow up on the previous patch. This time, it fixes the
    part where
    new regions are inserted. Before they were prepended, but this
    is clearly
    wrong since regions need to be inserted at the right location.

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit a4d177900fb474fc912e5dece2c0eb2fd62ee21a
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-11-14

    Fix crasher bug in incorrect region merging for word completion
    provider

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 88efd47c6153eabb7f9e6e8d96e6869c53e6358b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-08

    Check if the current iter is the end of the word

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c

commit 9f6373a4af502e275638ecce0b52c3935fdb580b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-11-06

    Updated Slovenian translation

M	po/sl.po

commit 52b60eb5fa4582bededae49c13c5de4063096ff1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-03

    Updated Spanish translation

M	po/es.po

commit cca2d999ab918a88fd095e07ce9bae57499522a2
Author: vasudeven <agnihot3@gmail.com>
Date:	2009-11-03

    Added Tamil translation

M	po/ta.po

commit e9dcd02858556b02557d029c31cf19968fa6b3bc
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-02

    More relicensing. Pawel W. Olszta sent me a mail aproving this. Bug
    #159134.

M	gtksourceview/language-specs/nemerle.lang

commit 0ea3c9baf3782ffbd19b037b2c4a76128fe987e8
Author: Toon Verstraelen <Toon.Verstraelen@UGent.be>
Date:	2009-11-02

    Update of fortran.lang

M	gtksourceview/language-specs/fortran.lang

commit 42d3ceb95dc38a837b797595962c913f41246180
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-02

    Updated Spanish translation

M	po/es.po

commit cbbfaaf8767192e5d51d0cae44be8e4667f99e04
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-02

    Changed iter to iterator and added context to translate it. Fixes
    bug #600404.

M	gtksourceview/gtksourcecompletioncontext.c

commit 895b73a222449b74bb8f8b18e58033a222c96a41
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2009-11-02

    Added Spanish translation

M	po/es.po

commit b39149e2277b49ef23342b9aba12cb34cef5e86e
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-01

    Relicense as LGPL. See bug #159134.

M	gtksourceview/language-specs/lua.lang

commit 1c71a4810faada0995c2dddd76d762c7046571d9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-31

    Relicense as LGPL. Muntyan gave his approval by mail.

M	gtksourceview/language-specs/t2t.lang

commit 203a02acead86bc725cdf076e8c64adb7ade6a89
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-31

    Relicense as LGPL. See bug #159134.

M	gtksourceview/language-specs/R.lang

commit 5c2f30ff1620cf376fa405bf948ffbe54531dca7
Author: Alexandr Kuleshov <sterh@live.ru>
Date:	2009-10-31

    Added fsharp language file and test case.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/fsharp.lang
M	gtksourceview/language-specs/testfiles.sh

commit c11cb6dbc7637503571571c8d91fcca4ba6d8b50
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Date:	2009-10-31

    Increment the ref count of the buffer and release the reference
    in _dispose()

    This patch includes unit tests

M	gtksourceview/gtksourceprintcompositor.c
M	tests/Makefile.am
A	tests/test-printcompositor.c

commit d16c1fafebabb1a287799cde32ff303c05d32131
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-31

    Relicense as LGPL. See bug #159134.

M	gtksourceview/language-specs/gtkrc.lang

commit a18441bac42360c918a99a06aba654801e8073af
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Date:	2009-10-30

    Fix the markup for NULL in the documentation

M	gtksourceview/gtksourceiter.c

commit 8d247eab9be2197fcc4e0843a3e97085b2b2e02f
Author: lawrence <lawrence@iguana.com>
Date:	2009-10-30

    Fixed typo in R.lang such that .R files are recognised

M	gtksourceview/language-specs/R.lang

commit c1b487422510251a14949e82e2f1bfdc530953f6
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-29

    Update git.mk from pango

M	git.mk

commit a8baa7c5660b03dfad2392b83678cf82e95cfda0
Author: drtvasudevan <agnihot3@gmail.com>
Date:	2009-10-27

    Updated Tamil translation

M	po/ta.po

commit 1f4b260ef83dade85989accf5294b05a301f9b9a
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-10-25

    More ocaml.lang updates

M	gtksourceview/language-specs/ocaml.lang

commit b292cbe7ec512da7650fdfc55df2d4e4c62ccee2
Author: Toon Verstraelen <Toon.Verstraelen@UGent.be>
Date:	2009-10-22

    Improve fortran syntax highlighting

M	gtksourceview/language-specs/fortran.lang

commit b6594b535e26dc61014c7e2393fe82521611d6e4
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-10-25

    More ocaml.lang updates by Alexandr Kuleshov

M	gtksourceview/language-specs/ocaml.lang

commit 85f3b5542ad8037afb5bd5ed948b869516fdc402
Author: Alexandr Kuleshov <sterh@live.ru>
Date:	2009-10-24

    Added standard modules keywords. Fixes bug #599408.

M	gtksourceview/language-specs/ocaml.lang

commit 5bc63d889503ed1d08d19c81e018244954950ad7
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-10-24

    Add "undefined" keyword

M	gtksourceview/language-specs/javascript.lang

commit 7b22afedd40db1e4acd96a2a84c68bf904962f2a
Author: drtvasudevan <agnihot3@gmail.com>
Date:	2009-10-23

    Updated Tamil translation

M	po/ta.po

commit 5090e395fd5e9423b06410e2d90e220a945e513d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-18

    Improve the guess language algorithm. (Fixes bug #598579)

    With a lot of help from Paolo Borelli now the algorithm works in
    this way:
    Glob take precedence over mime match. Mime match is used in the
    following cases:
     - to pick among the list of glob matches
     - to refine a glob match (e.g. glob is xml and mime is an xml
     dialect)
     - no glob matches

M	gtksourceview/gtksourcelanguagemanager.c
M	gtksourceview/language-specs/xml.lang
M	gtksourceview/language-specs/xslt.lang
M	tests/test-languagemanager.c

commit 6692e912ffd6baf754d11121bd901324108eced7
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-10-17

    Couple more test while I am at it

M	tests/test-languagemanager.c

commit 14b475bfb0b479dbf038da693d8c186b32eae908
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-10-17

    Add unit test for languagemanager_guess_language

M	tests/Makefile.am
A	tests/test-languagemanager.c

commit 50625da5a6c4f24a5392c2d83ad0a44df9c670a8
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-10-16

    Release 2.9.1

M	NEWS
M	README
M	configure.ac

commit 94b54b69fb22385dccfa945dd67d2ee3aa0a0189
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-10-11

    Fixed passing negative number as uint to selecting providers

    This fixes bug #597458

M	gtksourceview/gtksourcecompletion.c

commit c95072aa6b74841cfb9f69abe3e65ffdad146e34
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-10-11

    Added draw spaces flags for leading, text and trailing spaces

M	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h

commit ad8da4b309789d440c72248f00a6bfd01ac475cc
Author: Gil Forcada <gforcada@gnome.org>
Date:	2009-10-09

    Updated Catalan translation

M	po/ca.po

commit 750a9566cd8f0d0aaadca86fd24b6f418654d80f
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-10-04

    Reversed context and proposal arguments in get_start_iter

    This makes it a bit more consistent with other functions

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h

commit 4e1cfcf68321cebc2a052b72aa7d38cd542457d5
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-10-04

    Add Context as argument to gsc_provider_get_start_iter

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h

commit 27c6e3b0ecae4ac250325d3ccb8587a8c4b1818d
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-10-04

    Enable wrapping for the default info widget

    The solution is to set a -1, -1 size request before setting text in
    the label.
    Then after setting the proposal info text in the label, check the
    size request
    and if it exceeds the maximum width, explicitly force the width
    to that
    specific size.

M	gtksourceview/gtksourcecompletion.c

commit d649b6374b100ee2e203d1419651192feb34f0a3
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-29

    Move gsc_provider_get_interactive/default to get_activation

    Instead of having two functions with booleans for the two types of
    activation, there now is a single flag on the provider, accessible
    through
    gtk_source_completion_provider_get_activation.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourceview.c

commit bfd4b52b01698788418f9566078c699183da3b75
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-29

    Use 'const gchar' instead of 'gchar const'

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwords.h
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h

commit b81dbefff9370caa0f1a79fb15478af83f4dfd94
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-29

    Update POTFILES

M	po/POTFILES.in
M	po/POTFILES.skip

commit b85bf5c0a6b3ff49c4e26467533ecaf042175117
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Fixed licences to be LGPL

M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionui.h
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h
M	gtksourceview/gtksourcegutter.c
M	gtksourceview/gtksourcegutter.h

commit 66519f44929d322af441c02752ed21ead3af5e80
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Removed devhelp example provider

M	configure.ac
M	tests/Makefile.am
M	tests/completion-simple.c
D	tests/gsc-provider-devhelp.c
D	tests/gsc-provider-devhelp.h

commit dbd5753553b76df4ca25960d5f8fa6e6363b27ae
Merge: 68483b8 057db1b
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Merge branch 'gtksourcecompletion'

commit 68483b86b6741d795b5c205e22af0b021f0c7191
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Release 2.8.1

M	NEWS
M	README
M	configure.ac

commit 057db1b1eaf3634c289db4e5717d281885c83f1e
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Use 'per buffer' completion mark

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c

commit a766861b3bddf02ee1784762272bfd25e23dd8eb
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Initialize iter to start iter in buffer when getting provider
    start iter

    This way, the provider can get the text buffer from the iter.

M	gtksourceview/gtksourcecompletion.c

commit 842c00242a7a1b6c3655e6202bcf0e1782f6917b
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-28

    Store completion mark in buffer

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h

commit d6bf242f6c0103df41b6214978455c45aab8407d
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-27

    Add completion ui in header instead of separate installed file

M	gtksourceview/Makefile.am
D	gtksourceview/completion.ui
M	gtksourceview/gtksourcecompletion.c
A	gtksourceview/gtksourcecompletionui.h

commit e92c5f35c3a93673ccccad2e96c8f5c02876c98a
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-27

    Use correct number of advances in selecting next provider

M	gtksourceview/gtksourcecompletion.c

commit 35f62eae459f5b0b925a218682f09295f9a871d2
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-27

    Implemented get_start_iter for words provider

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c

commit 01076451a4c17ea6639a76ddd58db32ef18c0da4
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-09-27

    Reorder Makefile.am

M	gtksourceview/Makefile.am

commit 909d9be4dac3de7ed4bd89ef2bb80241637679e9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-09-27

    Whitespace fixes and struct padding

M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h

commit f89d51d9002349828539fdce98e67994ec17db5f
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-27

    Reuse completion mark in devhelp test provider

M	tests/gsc-provider-devhelp.c

commit 029f094ff510c6783b225de4ace1a59f0e92fd5c
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-27

    Use provider start iter in default proposal activation

    Default proposal activation will now check
    gtk_source_completion_provider_get_start_iter to get the starting
    iter for
    replacing text in the buffer with the proposal text. If a provider
    does not
    implement 'get_start_iter', we default to replacing the current word
    (as defined by pango word boundaries).

M	gtksourceview/gtksourcecompletion.c

commit be032aac075fcffbaa66fe3d926e6478c7949dad
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-26

    Handle cursor movement in buffer while completing

    If the cursor moves to another line, cancel the completion. If
    it moves
    on the same line, then repopulate the completion at the new insertion
    point.

M	gtksourceview/gtksourcecompletion.c

commit d989d0f96d146d57d52254b04bed08695d831edb
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-09-24

    Updated Slovenian translation

M	po/sl.po

commit 41424b9742c0611281c9d7bf6f7dc10839a2ae00
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2009-09-24

    Do not use gtk+2.18 functions (yet)

M	gtksourceview/gtksourcecompletion.c

commit e7079f224e7e8e3598a5dcb4ea31d5154ab0a125
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-23

    Hopefully fixed finding word boundaries

M	gtksourceview/completion-providers/words/Makefile.am
M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsutils.h

commit d1c4dc299bb590c14879c313a92116e079d0832e
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-23

    Fixed removing of scan regions

M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 47ce95f5ce17bc17b21a52dfb05d8c0a1f8ee1c0
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Fixed checks on word length

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c

commit 3d12a4f211fb112051657407f7bcc7c1c7224515
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Fixed using wrong object to set sizes

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c

commit 13236b7edfa7c3b30303bf800bd43c048e995052
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Add minimum word size property

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h

commit 5504a6e34787e102345870bd9dd93808d77da116
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Update scan_batch_size in existing buffers when changed

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h

commit ac28324f1c0623e31904b7b43637f7f24fa49342
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Correctly dispose buffers

M
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
M
gtksourceview/completion-providers/words/gtksourcecompletionwords.h
M
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c

commit 7f8727f15789322bb0028d9e2f300e294f9048fd
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2009-09-17

    don't show empty tooltip on SourceMark

    https://bugzilla.gnome.org/show_bug.cgi?id=595450

M	gtksourceview/gtksourceview.c

commit 88b304382ea3716548ff376e35cfa79dc101e838
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2009-09-17

    don't add empty boxes to the SourceMark tooltip

    https://bugzilla.gnome.org/show_bug.cgi?id=595450

M	gtksourceview/gtksourceview.c

commit 8fc6b38b0670236066c8b21394b65349a96f07a9
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Release 2.8.0

M	NEWS
M	README
M	configure.ac

commit 37073d7101c59f8159818f047376c6b7bdfa2f1e
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Make number of accelerators to show configurable

    Instead of just being able to enable/disable accelerators in the
    completion window, you now can specify how many you want to show.

M	gtksourceview/gtksourcecompletion.c

commit 05874e8e00bdf3df93efefaf5f052af1bddb0ae0
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Fixed renderering of accelerators and headers

M	gtksourceview/completion.ui
M	gtksourceview/gtksourcecompletion.c

commit 7f0b409f6150d5a6a85e97331a5e957fcebb52c3
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Implemented accelerator (<Alt>+<num>) option for completion

    This allows you to easily activate one of the first ten items by using
    <Alt>+<num>. The rendering is not perfect yet.

M	gtksourceview/completion.ui
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit bd10a5b9cd3b10aad4d7da1e945de38b4ac579e2
Author: Branko Kokanović <branko.kokanovic@gmail.com>
Date:	2009-09-21

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 571cecdd915b0154abaa84a4b40cdb304c4a4dfb
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-21

    Added general purpose words completion provider

    This is basicly a rewrite of the words provider from the test case.
    You can register multiple buffers with the provider to monitor
    and words
    will be completed from all buffers through a shared words library.

M	configure.ac
M	gtksourceview/Makefile.am
A	gtksourceview/completion-providers/Makefile.am
A	gtksourceview/completion-providers/words/Makefile.am
A
gtksourceview/completion-providers/words/gtksourcecompletionwords.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwords.h
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsbuffer.h
A
gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwordslibrary.h
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.c
A
gtksourceview/completion-providers/words/gtksourcecompletionwordsproposal.h
M	tests/Makefile.am
M	tests/completion-simple.c
D	tests/gsc-provider-words.c
D	tests/gsc-provider-words.h

commit 9208a36b5e5f8037a02aefbdc000a2d1c6117a38
Author: Shankar Prasad <svenkate@redhat.com>
Date:	2009-09-21

    Updated Kannada(kn) translation

M	po/kn.po

commit c831b674ad51dc87437a65530c6c1f614a049993
Author: Petr Kovar <pknbe@volny.cz>
Date:	2009-09-21

    Updated Czech translation by Lucas Lommer

M	po/cs.po

commit c8b8c3602e006154296a22fce5f40540e5345846
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Removed obsolete gtk_source_completion_context_move_window

    This is now handled properly by
    gtk_source_completion_provider_get_start_iter instead.

M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h

commit c28866909d0e03940d1831923bfa0021682696ae
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Allow empty label for proposals

    Proposals might just have only 'text' and 'markup' nowadays

M	gtksourceview/gtksourcecompletionproposal.c

commit 40827fad3dd2ce5f2ae080445b84e74493ddab86
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Default to not remembering the info visibility

M	gtksourceview/gtksourcecompletion.c

commit b3bb2861da63839d93628cdbca9e4e408ad9b8cf
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Handle provider without name gracefully

M	gtksourceview/gtksourcecompletion.c

commit 23683c8a3588b4275b8a0cb56682f8c22b0d6efb
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Fixed order of execution of some things and added debug statements

    Some things were not quiet in the right order (like showing the
    info window
    before setting a custom widget, causing a little flicker or hiding the
    completion window after activating a proposal, which cancels any
    completion being triggered in the activation).

M	gtksourceview/gtksourcecompletion.c

commit cacf2af6b83524f335647d05feb5027efbed0d28
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Fixed documentation generation for GscContext

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/gtksourceview-2.0.types

commit 72b580712a58dbfdd7a7e59455a97960d0d62337
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Added GtkSourceCompletionContext to documentation reference index

M	docs/reference/gtksourceview-docs.sgml
M	docs/reference/tmpl/view.sgml

commit d6044693838ebb0b585d6c1d599bb7f5b28b3e52
Merge: 18d5595 19702e7
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Merge branch 'master' into gtksourcecompletion

    Conflicts:
	ChangeLog
	HACKING
	docs/reference/Makefile.am
	docs/reference/gtksourceview-2.0-sections.txt
	docs/reference/gtksourceview-2.0.types
	docs/reference/tmpl/view.sgml
	gtksourceview/Makefile.am
	gtksourceview/gtksourcecontextengine.c
	gtksourceview/gtksourceview-marshal.list
	gtksourceview/gtksourceview.c
	gtksourceview/gtksourceview.h
	tests/test-widget.c

commit 18d559573a38cff98a1916d48089f5cecf3a7f58
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Cleanup includes

M	gtksourceview/gtksourcecompletionprovider.c

commit 44d40476ba0e364e65eb7214f01c041231f6d04d
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Updated documentation

M	docs/reference/Makefile.am
M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecompletionutils.h
M	gtksourceview/gtksourceview.c

commit 2ce5570d3504e02ec10651bff29371416470a8e2
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Removed test provider in favour of the much cooler word completion

    A new provider for word completion is implemented. This scans the
    document for all words and provides completion on them. It should be
    pretty efficient in scanning the document, invalidating only those
    regions
    that actually change etc.

M	tests/Makefile.am
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c
D	tests/gsc-provider-test.c
D	tests/gsc-provider-test.h
A	tests/gsc-provider-words.c
A	tests/gsc-provider-words.h

commit 19702e7b40dae1e10095c515d0a77642988d7ebd
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2009-09-17

    check for NULL cat->tooltip_func

    https://bugzilla.gnome.org/show_bug.cgi?id=595450

M	gtksourceview/gtksourceview.c

commit 1764a5c1ff6a95e54148fe255a313ba61fefef3c
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:	2009-09-20

    Updating Assamese translations.

M	po/as.po

commit abc0cabb6577f1783790f8eb465bdd9eb61f7647
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Removed gtksourcecompletionmodel.h from public header

M	gtksourceview/gtksourcecompletion.h

commit 23985dc82829c292e77b473f011315b0eca4a433
Author: A S Alam <aalam@users.sf.net>
Date:	2009-09-20

    Updating Translation for Punjabi by A S Alam

M	po/pa.po

commit 15a56677da6e860ba54ce679cefa940e8239caf1
Author: Changwoo Ryu <cwryu@debian.org>
Date:	2009-09-20

    Korean translation update

M	po/ko.po

commit 1a8185b296aec4d61378f8f68bccb006b7ff6a27
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Make sure to ref_sink the completion since it now is a
    GInitiallyUnowned

    Actually, it is a GtkObject to use GtkBindingSet, which in turn is a
    GInitiallyUnowned.

M	gtksourceview/gtksourceview.c

commit 296e779fc067e51e6e7b0c960141640662de1345
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-20

    Use marks to store word position to prevent iter invalidation

M	tests/gsc-provider-devhelp.c

commit 660dbabf7fbe5b218bbad43b9b2efbbe09b72e0d
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Properly handle unref of floating reference in show

M	gtksourceview/gtksourcecompletion.c

commit 5bda8f4acfcd1776ae320546c7b3e0ad00f38ded
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fix devhelp provider performance

    It now internally uses GSequence to store items, which means that
    searching in it is now a lot faster. It also now creates
    the proposals from startup in an idle so that you don't have the
    initial
    delay so much anymore

M	tests/gsc-provider-devhelp.c

commit 5b042d3eb693364f3dc1bc571f2f4f9985c2ebbf
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Added automatic per provider window positioning

    Added gsc_provider_get_start_iter. This is used when the selected
    proposal changes to move the window to the start of what the proposal
    is proposing to complete

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	tests/gsc-provider-devhelp.c

commit 0417bcdb251b381ef79d166d2dd02dc04c4409ee
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Improved responsiveness of completion

    This provides a better solution for the previous fix for populating
    while
    showing info, while at the same time improving performance of clearing
    the model

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit 95b88100c8dceccdf7b68ed389fd60c0a10d0d0b
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Move window by devhelp provider on '.' or ':'

    Simple test to see if 'moving the window' API actually works, and
    it does

M	tests/gsc-provider-devhelp.c

commit 1efe344a8553a4022f9282589906ab545eae64c0
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed doing many info updates while populating by using an idle

    While populating, updating the info happens in an idle function
    to prevent
    massive updates of the info when the model is changing

M	gtksourceview/gtksourcecompletion.c

commit f73ffecb243d0a6945e7bb53e2c5b72fe2313773
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Do not start a completion when removing text

M	gtksourceview/gtksourcecompletion.c

commit d4832e0cd25df44fce4cf444092cd49f14406f28
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed incomplete context cancellation

M	gtksourceview/gtksourcecompletion.c

commit cd3796b59b1d4746476b9ab8c70a961f9ee42560
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Do not handle selection changes when the completion window is
    invisible

    This fixes some bugs when hiding the completion window which were
    triggered by clearing the model

M	gtksourceview/gtksourcecompletion.c

commit 209d9434025bf901f9527475e2d0288d8e9e2ebc
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Use GtkBindingSet for handling all the key bindings

    This means that the keys for navigating proposals and providers, and
    the keys for activating the selected proposal are now configurable
    in the
    usual ways accelerators can be configured in gtk

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview-marshal.list

commit 8fcdba95087fc029c131b407eb6bc35b44ac770a
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Added gsc_context_move_window and gsc_move_window API

    Providers can now move the window to a new location if necessary. For
    example, a python completion provider can move the window when it
    is populated after a ','

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioncontext.c
M	gtksourceview/gtksourcecompletioncontext.h

commit 206ef7b776a2fbdedd36b97ecb5e021443d1ee80
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Remove manage-keys property

    The property is not very useful since it is all or nothing. We
    probably want
    to have proper bindings for the keys so that they can be easily
    overriden

M	gtksourceview/gtksourcecompletion.c

commit adb098d1932a9a41769ca125eda95b99aa4b1225
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Use GtkBuilder for building completion window

    The info button how has an appropriate label, and show/hide is now
    toggled using a mnemonic rather than a non-configurable binding

M	gtksourceview/Makefile.am
A	gtksourceview/completion.ui
M	gtksourceview/gtksourcecompletion.c

commit cd63785df30d7fec53b157aaad7d586974c1770f
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed getting current word in providers

M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

commit f9600b9d120d1ee7f38c64081758a2508b783b57
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed typo in unblocking signal after proposal activation

M	gtksourceview/gtksourcecompletion.c

commit e7da3b0e26f08331ee85d54bf8307554ec69f44b
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Don't move completion window while completing

    Only moves the completion window when the completion starts

M	gtksourceview/gtksourcecompletion.c

commit 47c6d610a8710eab2b9e6716a8e57bbbb494c881
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Update selection label when the providers in the model change

    Original patch by Jesús Barbero Rodríguez <chuchiperriman@gmail.com>

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit 1789ecd14fbcf98adaebeeb73f29595eaa361828
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2009-09-19

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 604cecb265563b8266533e90db99ab58284fad71
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed small indentation issue

M	gtksourceview/gtksourcecompletioncontext.h

commit 112d210b383e8e154e53ff30ffcb4c6dcdce8891
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-19

    Fixed updating completion window position when activating a proposal

    Original patch by Jesús Barbero Rodríguez <chuchiperriman@gmail.com>

M	gtksourceview/gtksourcecompletion.c

commit 6eda1d205c70c179087cac9fab0afe6163dc2f78
Author: krishnababu k <kkrothap@redhat.ocm>
Date:	2009-09-17

    Updated Telugu Translation

M	po/te.po

commit 8d87b9761106ef1c509c8a054b87c3eb9e44d529
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:	2009-09-17

    Added Ukrainian translation

M	po/uk.po

commit b85d761539fcf48d6b12c7bf6afe2f28c102e787
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:	2009-09-17

    Upadated Oriya Translation

M	po/or.po

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

    Release 2.7.5

M	NEWS
M	README
M	configure.ac

commit 71b738bf75a7660c15d22ea10eaba268cfec8db9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-09-14

    Do not assume that the border size equals gutter size

    Be more careful in the logic that detects if gutter cell render
    changed
    size, by taking into accuont only the previous size of the gutter
    itself
    instead of assuming that it equals the size of the whole border.
    Fixes bug #589382.

M	gtksourceview/gtksourcegutter.c

commit 29474878630e1190b77e777687a1e3de32604f0a
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-14

    Keep original order intact

M	gtksourceview/gtksourcecompletionmodel.c

commit dbe49b31fea018642a89ff8b6340e940b15b570f
Author: Jesse van den Kieboom <jessevdk@gnome.org>
Date:	2009-09-13

    Rework of proposal populating and modelling.

    This is a big rework of how proposals are populated and how
    the whole workflow of completion works. There is now a special
    'context' object which glues together the completion and the
    providers.
    This allows proposals to be added asynchronous and better handling of
    provider matching and passing context information for proposal
    populating.

M	gtksourceview/Makefile.am
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
A	gtksourceview/gtksourcecompletioncontext.c
A	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourceview.c
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

commit c960120523434f28f60ba779b7cbdfb9948fe35a
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	2009-09-13

    Updated Romanian translation

M	po/ro.po

commit 29bc590d4ae4df008fa03eced12ef63efb3d308c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-13

    Change CRLF to LF endlines.

M	po/bn.po

commit 9aecb06af949b69d80faf87ace924252043cc073
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:	2009-09-13

    Updated Danish translation

M	po/da.po

commit 3a3e97bd3f485570ef4c2c3b0fdac7b500fa7a6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	2009-09-13

    Updated British English translation

M	po/en_GB.po

commit 74180c3a8e734769380a354bd88d60e1630bc493
Author: Ani <peter.ani@gmail.com>
Date:	2009-09-12

    Updaeted Malayalam Translations

M	po/ml.po

commit d37f743ad9ae40cab80385cbe977003c0282c889
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2009-09-12

    Updated Slovenian translation

M	po/sl.po

commit c9ef8046eed37d4999a7133e951547d2867a400c
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:	2009-09-10

    Updated Lithuanian translation.

M	po/lt.po

commit 28afeba3b041af34c5dcf9cbca0eb5b073dc39e2
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:	2009-09-10

    hindi update by Rajesh Ranjan

M	po/hi.po

commit 344f82723526c26737a68fdd822f5faf382c5add
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-10

    Skip glsl lang

M	po/POTFILES.skip

commit c8fbafbca49f7236185fd2275ee8a825c72f819b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-10

    Added OpenGL Shading Language by Simon Wenner and Chong Kai Xiong.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/glsl.lang
M	gtksourceview/language-specs/testfiles.sh

commit 2c88263bcbca1bc3a045cd8a39b7c2a68c692eaa
Author: Baris Cicek <baris@teamforce.name.tr>
Date:	2009-09-10

    Updated Turkish translation.

M	po/tr.po

commit c06e2c53684df45f6affd4b0b584f137fd16e9bc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2009-09-09

    Hungarian translation updated

M	po/hu.po

commit 132bc8493473b4f49be8a033acdb240075c82bb3
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:	2009-09-09

    Updated Marathi Translations

M	po/mr.po

commit 61cb7885e9d947647cce6b83bdb9ccadf4b8678f
Author: Sweta Kothari <swkothar@redhat.com>
Date:	2009-09-09

    Updated Gujarati Translations

M	po/gu.po

commit f52b1b7015d0ce88e88694322eba9a7634a10f72
Author: Fábio Nogueira <fnogueira@gnome.org>
Date:	2009-09-08

    Corrected an ortographic error in Brazilian Portuguese translation

M	po/pt_BR.po

commit 5b9a91278d725268b10ecae61e3dc4d655a91af5
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-09-08

    Updated Polish translation

M	po/pl.po

commit 34c36bda0e83d00ae67c6a31d2de6aca98bbe92f
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-09-07

    Fix cut&paste error that was assigning var twice

M	gtksourceview/gtksourceview.c

commit ad703aec4d3d71086c55cb96b2f53602050179af
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-03

    Skip cuda language

M	po/POTFILES.skip

commit bbb428dc0c9756e7efc2beade5c3c0a3f2916b35
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-09-03

    Added NVIDIA Cuda lang file by Huseyin Temucin.

M	gtksourceview/language-specs/Makefile.am
A	gtksourceview/language-specs/cuda.lang
M	gtksourceview/language-specs/testfiles.sh

commit 2c2c70427700b42db98b6ffe8f267e3574a1a5c0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2009-09-01

    Update Norwegian bokmål translation.

M	po/nb.po

commit a81d23ea4e047252a7beaa5a0dd07343b60ef5be
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:	2009-08-30

    Updated German translation

M	po/de.po

commit 6ee0ad299baefa627d09f8c95716bcc1356679ac
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	2009-08-28

    Added Catalan (Valencian) translation

M	po/LINGUAS
A	po/ca@valencia.po

commit e9e029585e21b821bda8087000ca0e2bcbaf0a31
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	2009-08-27

    Updated Bengali India Translation

M	po/bn_IN.po

commit 8f95e56581409879d88e865795e8d013cc7ac887
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	2009-08-27

    Updated Basque language

M	po/eu.po

commit 0a6f1f048852f68275055809e8583cbf7ac263be
Author: ifelix <ifelix@redhat.com>
Date:	2009-08-26

    Updated Tamil Translations

M	po/ta.po

commit de0eef311fc45d91db962e83d4c4ca0a18cd84e6
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:	2009-08-25

    Updated Portuguese translation

M	po/pt.po

commit cc1994b1f2ff16d3bf38ac39d1183e3044d820c0
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-23

    Release 2.7.4

M	NEWS
M	README
M	configure.ac

commit 2f84c3d5d25695f1514afb10a9f4abc0c7e4d48d
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-23

    Add empty override file to make gtk-doc happy

A	docs/reference/gtksourceview-2.0-overrides.txt

commit 57f66787a1a3d3407a28e068c7221850c9254018
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-23

    Fix some gtk-doc errors

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourcegutter.h

commit 37f4adf657b1c6c7ba9c4c58624f0468ed02bd77
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-23

    Fix docs of style scheme manager

D	docs/reference/tmpl/stylemanager.sgml
M	docs/reference/tmpl/stylescheme.sgml
A	docs/reference/tmpl/styleschememanager.sgml

commit 9e0c245162b88dad258a6d4244809dfa0edbc33f
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-23

    Add MAINTAINERCLEANFILES sp that git.mk picks them up

M	Makefile.am

commit 75921895400d40f225e9cdb4a049a2587dff6960
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:	2009-08-24

    Updated Bengali translation

M	po/bn.po

commit 3fae81a908eccc4c9e3a3892ffb8987201083b07
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:	2009-08-23

    Updated Thai translation.

M	po/th.po

commit 753bffe7a5927a69ecab91b121f43f379f21cb26
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-22

    Add ruby test file

M	tests/testfiles.sh

commit 80d64cd9a2f920b2944a52972c3300b542d965df
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2009-08-20

    Updated Arabic translation

M	po/ar.po

commit 74dbb1085b84983290040ef57e8d4a38db531664
Author: Claude Paroz <claude@2xlibre.net>
Date:	2009-08-19

    Updated French translation

M	po/fr.po

commit c8c4e734b1594dfa2d184c0f59a5436e8c1878ce
Author: Antón Méixome <meixome@mancomun.org>
Date:	2009-08-19

    Updated Galician Translation

M	po/gl.po

commit b3bf2c7d38849b3f8d7b8bb38c68292744259c45
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-19

    Fix GCC picky warnings, based on a patch by Philip Withnall.

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcelanguage-parser-2.c
M	gtksourceview/gtksourcelanguage.c
M	gtksourceview/gtksourceprintcompositor.c
M	gtksourceview/gtksourceundomanager.c
M	gtksourceview/gtksourceview.c
M	tests/test-widget.c

commit c31144a67d78eecea94fcbba02d9ef0121f0989f
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-19

    Add 'with' keyword to python.lang

M	gtksourceview/language-specs/python.lang

commit 062a9174c639ddffba5217252ba0c769b7dedf06
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:	2009-08-19

    Fixed minor mistake in Brazilian Portuguese translation.

M	po/pt_BR.po

commit ff2b5b9468ad5eceddda266a2922ddbd125221f8
Author: Henrique P. Machado <zehrique@gmail.com>
Date:	2009-08-19

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit 6453dad8338c5a3b731724db42fed7c0e8fb2c83
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-18

    Add *.make and *.mk globs for makefiles

M	gtksourceview/language-specs/makefile.lang

commit d16f86396f6d8046946ec6600a7ec372603d1c3c
Author: Alexander Shopov <ash@contact.bg>
Date:	2009-08-18

    Updated Bulgarian translation

M	po/bg.po

commit 40c815a2b66408f5623ebc2213431ccd08a74809
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-18

    Clarify docs

M	gtksourceview/gtksourceview.c

commit 2319e852bdf2371f427c1a12c0f28b5b7f078d1d
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-17

    Fix gtk-doc warning about <b> inside an example

M	gtksourceview/gtksourceview.c

commit 3a697b76d8a60f22e892486a2bd07e50554f80a8
Author: Tommi Vainikainen <thv@iki.fi>
Date:	2009-08-16

    Updated Finnish translation

M	po/fi.po

commit d194ec25dace9e1acb0081d5b5dd62243537e41c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-08-16

    Bitfields have to go at the end of the struct.

M	gtksourceview/gtksourceview.c

commit e41e7627148ac4666e54f8ffdbc2ddf88cdca272
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-14

    Do not use bold line numbers if cursor is hidden

M	gtksourceview/gtksourceview.c

commit e428a208021533dce8e5442168f779c9b67e2432
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-14

    Add gutter's callback function to the docs

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/tmpl/gutter.sgml

commit a7552e01a310a138337142ecceb73bf6d5671b5c
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-13

    Free the sizes array in both branches of the if

M	gtksourceview/gtksourcegutter.c

commit 2626c2b4b9b05f9f5ebe94885a6638e959e55d42
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-08-13

    Be quiet about generated sources

M	gtksourceview/Makefile.am

commit bcdba5b855c20fdd87185d72d279bebb4b56ebd4
Author: Milo Casagrande <milo@ubuntu.com>
Date:	2009-08-12

    Updated Italian translation

M	po/it.po

commit 985e8639577faee8d1e4fb8f6b92369e20832b52
Author: Antón Méixome <meixome@mancoumun.org>
Date:	2009-08-12

    Updated Galician translation

M	po/gl.po

commit 049d729d448873e3e1403669d84830d40f964b42
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:	2009-08-07

    Updated Irish translation

M	po/ga.po

commit 64afd844cf4e3d926b739ee476a489ba0fd48658
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-08-03

    Use the weight attribute instead of <b> for consistency

M	gtksourceview/gtksourceview.c

commit 18c2462718814dec558e4aeeb70f437e229d626d
Author: Ivar Smolin <okul@linux.ee>
Date:	2009-07-29

    Updating Estonian translation

M	po/et.po

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

    Updated Swedish translation

M	po/sv.po

commit 5713ff7b456f954ad4ad1b630d6612792634a72a
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-07-27

    Release 2.7.3

M	NEWS
M	README
M	configure.ac

commit 92c399552aa7a691d4587ec99cb7c184fa636097
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-07-25

    One more tiny leak in gutter drawing

M	gtksourceview/gtksourcegutter.c

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

    Refsink gutter renderers for consistency with gtk

M	gtksourceview/gtksourcegutter.c

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

    Plug leak of utility arrays in gutter drawing

M	gtksourceview/gtksourcegutter.c

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

    Propagate the proper return value on button press

M	gtksourceview/gtksourcegutter.c

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

    Release 2.7.2

M	NEWS
M	README
M	configure.ac

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 b0e5df9e362a220c861ac39ff2dedf76b3a2f181
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-23

    Revert previous commits that I commited by mistake.

M	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourceview.c

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 39fc584a79a091220548578c7660151474ff0708
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-10

    Add equals and get_hash methods to proposal.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h

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

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 207da659bd01ab364665ca031c91c7f880ff6538
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-09

    Use a hashtable per provider instead of a global one.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c

commit 8fe8d74b3ce958139224a8afe349529a1511ed09
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-09

    Added GHashTable starting to work.

M	gtksourceview/gtksourcecompletionmodel.c

commit 2c458a498c9502dd6eec4f5ea52928f476bafc0c
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-07

    Make things work a little bit more.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c

commit 62324249aa349a33fc4d866958ed3fd22ae7f25f
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-06-04

    Remove async filtering.

M	docs/reference/tmpl/view.sgml
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourceview.c

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 e8a5b7891687d46d0afcb8a4672c491ab35eae21
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-05-24

    Fixed test providers for capabilities

M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

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

    Remove provider automatic/interactive in favor of capabilities

    The capabilities of a provider are now handled in a similar manner
    as gio query attributes.
    Two predefined capabilities are standard::automatic and
    standard::interactive. Consumers
    of the API can define their own capabilities (e.g. language::c or
    provider names). Using
    gtk_source_completion_get_providers, providers supporting a set of
    capabilities can be
    requested and shown.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h

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

    Add missing docs.

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/tmpl/view.sgml

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 6aadadd27aec008a9508f0785857e10289a6e842
Author: Paolo Borelli <porelli@gnome.org>
Date:	2009-05-07

    add %docdir keyword to the rpmspece lang file

    Add the %docdir 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 c4a6c4ca0624672e27538de4a10f8e7f99e9ec89
Author: Jesús Barbero Rodríguez <chuchiperriman@gmail.com>
Date:	2009-05-01

    Fixed label bug when there are many pages

M	gtksourceview/gtksourcecompletion.c

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

    Renamed gtk_source_completion_proposal_get_action to get_text.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h

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 17ea29d36a83d5f6ab7fcae6663964871641f7ab
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 fbcc855b9280010e88cb8671069dcb84c35de794
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-28

    Added license.

M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionitem.h

commit 426022b44e8ddf6d6226f7857a5dd185fe598f81
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-28

    Do not public gscmodel.h

M	gtksourceview/Makefile.am

commit 8d13e6e229882a594c61b33661e0809eed736b59
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-26

    Implemented gsc_proposal_get_markup and gsc_proposal_get_action

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

commit 486e9f0b6300c6628d016d97152aaff892042f73
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-26

    Make completion hiding logic interactive specific

    Some of the completion hiding logic is specific to whether the
    completion is showing interactive or not

M	gtksourceview/gtksourcecompletion.c

commit 8beb65508f99bbf92495d3961ce5d5fdbf343794
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-26

    Fixed sizing and placement problems for info window

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h

commit b049da55e87879cb7d2358d5ffddf1d5710added
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-25

    Make sure to position the window before showing it

M	gtksourceview/gtksourcecompletion.c

commit c4878e8a228df9f5353218052ba2216f5dd15c14
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-25

    Check queue != NULL on dispose.

M	gtksourceview/gtksourcecompletionmodel.c

commit 08ae674d0588af0ca71b9acece9a61b22411ab2b
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-24

    Fixed incorrect use of get_word_iter

M	gtksourceview/gtksourcecompletion.c

commit 4d0be8067daddb1eb543d9219992e6f2568204db
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-24

    Updated documentation

M	docs/reference/Makefile.am
M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/gtksourceview-2.0.types
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionprovider.c

commit babeb3bde74a68274493e8d2b049ee0009d2112c
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-24

    Updated documentation

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionprovider.c

commit e8cb2d2d43dc7fc202d2e2f5cd61c60dcaac4e69
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-24

    Implemented latest provider API

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

commit 29ad7429c84a268dcd28405b76e7a26301d608b8
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-22

    Hide completion when filtering.

    Hide the completion window when filtering finishes and there are no
    elements on the tree view.

M	gtksourceview/gtksourcecompletion.c

commit 6872bbbf71065433269303fbd76ea62168fc70d0
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-22

    Show the completion when deleting text.

    When deleting text if the word matches any proposals show the
    completion with the right filtering.

M	gtksourceview/gtksourcecompletion.c

commit b136ebbc6bc6c54c967164e0e2c735b9e5d36a53
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-22

    Place the popup at the beggining of the word.

    Now with the typing poping it popups the window at the beggining of
    the word.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.c

commit e1fc74f4a460002d1eeeffaca3827d44f2e14f0b
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-22

    Implemented asynchronous filtering

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit 345f649f343206860011becf83f331eac68539b5
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-21

    Updated doc sections.

M	docs/reference/gtksourceview-2.0-sections.txt

commit 5921cd743864ac97fd60d3e9ad69c372e4c0d32b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-21

    Rename popup->show finish->hide.

    Renamed completion_popup to completion_show and completion_finish
    to completion_hide.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.c

commit b66b786c039e6a2a754af9d7c0960fd82b7a5cfe
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-21

    Removed useless files.

M	tests/Makefile.am
M	tests/completion-simple.c
D	tests/gsc-utils-test.c
D	tests/gsc-utils-test.h

commit 74aee1622e3dbe2ea509d0cf3f0b4f6f88bd4df7
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-21

    Add the first N elements without the idle.

    Make sure we add the first N elements before adding the idle source
    to make the population instantantly.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit 80d85752f5dbd11ef4a5951d59687c6549e09c23
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-20

    Make the appending of items async.

    Now items are added async so the popup will appear instantly instead
    of waiting to have all elements added.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h

commit 9485ae7e54f51726c5f90a2eaec090487472ca95
Author: Jesse van den Kieboom <jvanden@grijpc10.epfl.ch>
Date:	2009-04-20

    Added "changed" signal to GtkSourceCompletionProposal

    This makes it possible to easily update information on existing
    proposals when filtering (e.g. reflecting a different state)

M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h

commit 9424161587781b53684c09ee2366d4fd591c4c18
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-19

    Use markup for default info widget and set default 'no information'
    text

    The default is now to shrink the info window to fit its child widget

M	gtksourceview/gtksourcecompletion.c

commit 6ef6bf11eec65993e47e18defe469578825f154b
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-19

    Fix sizing and drawing problems of the info window

    The info window now only adds a scrolled window if it is really
    needed (depending on the added widget). This solves the problem that
    the window was not shrinking correctly to fit for instance a label
    (useful for calltip like info windows). It also fixes calculating
    the correct window size (although it might need some more work)
    and correct referencing of the added widget.

M	gtksourceview/gtksourcecompletioninfo.c

commit d6d266bf56c75bdee368329cfebe5b30bfce3d79
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-19

    Use GtkSourceView instead of GtkTextView in API

M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourceview.c

commit 9525c98a809d67b2e47a9dc9901f2286ba4ec003
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-19

    Moved proposal activation from proposal to provider and added two
    new signals to completion (popup and finish)

    The same default replace word action on proposal activation is kept,
    it just now resides in the provider.

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourceview-marshal.list

commit f923d104ec3fb4ef1a4fef046496a2848725a046
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-19

    Added gtk_source_completion_get_view and
    gtk_source_completion_get_from_provider

    Utility functions to get the completion associated to the provider
    and the source view associated to the completion

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h

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 586e1f8385bc3ff85d9f7dd41ef795ff1566e53f
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-18

    Fixed test to not return const GdkPixbuf * anymore

M	tests/gsc-provider-test.c

commit 97ad6bd5c3157beaf1a98ac2d1e9f19f07f25c7a
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-18

    Correctly handle gravity when moving the popup window

    It seems setting gravity on the window doesn't really work, but at
    least were trying to compensate for it if it would...

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h

commit 7d855b405e345e402c1ed9a91438f3f4b6d6f5fa
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-18

    Fixed unused return value in GDK_Down key handler

M	gtksourceview/gtksourcecompletion.c

commit cd124775fcca088a20fe2d4d3c85acd25905636f
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-18

    Changed API from const GdkPixbuf to GdkPixbuf and implemented defaults
    for proposal interface functions

    Returning const GdkPixbuf was giving some problems in bindings,
    and it did not seem too important/useful to return a const (the docs
    should describe it's not a reference and should not be unreffed).

M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h

commit 5fa1fd079eef154ee2ba2216797fcb975e192d6b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-18

    Added some missing docs.

M	docs/reference/gtksourceview-2.0-sections.txt
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionproposal.c

commit a8ab5b37513eeb64d538164b8c4d4b70c869f408
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-18

    Updated doc sections.

M	docs/reference/gtksourceview-2.0-sections.txt

commit 9bbfe67c64778b49d8153c697b36a52bc6a5dd7a
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-17

    Fixed some small documentation of API

M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletionprovider.c

commit 092cd6ed870c0f673c090abcf93ac06e62ac7de3
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-04-17

    Changed can_auto_complete API to get_interactive and get_automatic

    gtk_source_completion_provider_get_interactive indicates that a
    provider provides proposals that are interactively autocompleted
    (e.g. while typing).

    gtk_source_completion_provider_get_automatic indicates that a provider
    will be automatically included in the list with completions (e.g. on
    pressing Ctrl+space)

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c

commit 500a6baea474bab639c9eb17d979bb65e917e3c2
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-04-17

    Make devhelp optional

M	configure.ac
M	docs/reference/tmpl/view.sgml
M	tests/Makefile.am
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c

commit d336e186a95e8d7aa13bc2f247f2c3ce883b1761
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:	2009-04-16

    Added gtk_source_completion_info_move_to_iter instead of
    move_to_cursor

    svn path=/branches/gtksourcecompletion/; revision=2287

M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h

commit b501c6a5ea305c3e790d762b31b733c726b3ff4e
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:	2009-04-16

    Updated docs.

    svn path=/branches/gtksourcecompletion/; revision=2286

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/gtksourceview-docs.sgml

commit 5cc776f18c9880925f73962b7e2c2a212aa0ef00
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:	2009-04-15

    Fix the name of Jesús.

    svn path=/branches/gtksourcecompletion/; revision=2285

M	ChangeLog

commit 4e0d89aef17bf7dac6475feb92dccf904892592d
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:	2009-04-15

    Now the completion is a GObject.

    svn path=/branches/gtksourcecompletion/; revision=2284

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.c

commit aff696378d70a331d7dfb1bf1b416df8cf518258
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-14

    Fixed small issue with counting visible providers

    svn path=/branches/gtksourcecompletion/; revision=2283

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c

commit b12dab6477cfa280bee8cd5cd64e94a877989400
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Fixed showing custom info widget
    Implemented custom devhelp widget showing proposal information

    svn path=/branches/gtksourcecompletion/; revision=2282

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	tests/gsc-provider-devhelp.c

commit 1c1a9dab8e9d6bddcb5ac3552c2f1129754cfef8
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Fixed minor bug in updating header visibility and enabled devhelp
    in test again

    svn path=/branches/gtksourcecompletion/; revision=2281

M	gtksourceview/gtksourcecompletionmodel.c
M	tests/completion-simple.c

commit 18f14b9af41697f7dd95d51912635e141b093431
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Implemented showing headers of providers in the completion model
    Implemented provider icons

    svn path=/branches/gtksourcecompletion/; revision=2280

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	tests/completion-simple.c
M	tests/gsc-provider-test.c
M	tests/gsc-provider-test.h

commit 9f72fe228524c2411f08149f11a9ce946466a6ce
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Implemented showing available number of pages and current page

    svn path=/branches/gtksourcecompletion/; revision=2279

M	gtksourceview/gtksourcecompletion.c

commit d686bef9663cdbbe2f0168fe75ffc58e5a328521
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Fixed filtering and cycling (now keeps very fast counters)

    svn path=/branches/gtksourcecompletion/; revision=2278

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionmodel.c
M	gtksourceview/gtksourcecompletionmodel.h
M	tests/completion-simple.c

commit 7d223b4bccb5d043c0fa24549d01cfe962cd1b73
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Do not destroy completion if it was never created (by nacho)

    svn path=/branches/gtksourcecompletion/; revision=2277

M	gtksourceview/gtksourceview.c

commit 8fefc6ada9fcf23edc298e3191aad4578e2ce45a
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Implemented custom tree model for storing the proposals, increases
    performance significantly.

    svn path=/branches/gtksourcecompletion/; revision=2276

M	gtksourceview/Makefile.am
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
A	gtksourceview/gtksourcecompletionmodel.c
A	gtksourceview/gtksourcecompletionmodel.h
M	tests/completion-simple.c
M	tests/gsc-provider-test.c

commit 71f844f72b31c724ecbd1686f1da3b25b174ebaa
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-13

    Removed trigger API, new design (no more triggers, instead
    show_completion function to activate completion
    and key/words logic in completion itself). Implemented correct
    filtering based on providers and implemented
    paging as showing completions from providers)

    svn path=/branches/gtksourcecompletion/; revision=2275

M	gtksourceview/Makefile.am
R069	gtksourceview/gtksourcecompletionpage.h
gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
D	gtksourceview/gtksourcecompletiontrigger.c
D	gtksourceview/gtksourcecompletiontrigger.h
D	gtksourceview/gtksourcecompletiontriggerkey.c
D	gtksourceview/gtksourcecompletiontriggerkey.h
D	gtksourceview/gtksourcecompletiontriggerwords.c
D	gtksourceview/gtksourcecompletiontriggerwords.h
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-devhelp.h
M	tests/gsc-provider-test.c
M	tests/gsc-provider-test.h

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 e765811e2d201aa5f2ca92c853fd878fbc834681
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-12

    First revision of API, removed unnecessary API and changed
    implementation/style details in
    gtksourcecompletion.c

    svn path=/branches/gtksourcecompletion/; revision=2272

M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.c
A	gtksourceview/gtksourcecompletionpage.h
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	gtksourceview/gtksourcecompletionutils.c
M	tests/completion-simple.c
M	tests/gsc-provider-devhelp.c
M	tests/gsc-provider-test.c
M	tests/gsc-provider-test.h

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

commit d0c6ad07f4c76c1d143aaf1da072ea2748528eeb
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-11

    Added triggerwords, by Jesús Barbeito.

    2009-04-11	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletiontriggerwords.c:
	    * gtksourceview/gtksourcecompletiontriggerwords.h:
	    * gtksourceview/Makefile.am:
	    * tests/completion-simple.c:
	    Added triggerwords, by Jesús Barbeito.


    svn path=/branches/gtksourcecompletion/; revision=2267

M	ChangeLog
M	gtksourceview/Makefile.am
A	gtksourceview/gtksourcecompletiontriggerwords.c
A	gtksourceview/gtksourcecompletiontriggerwords.h
M	tests/completion-simple.c

commit bc26db99385ddbe9298c90c75fe44cba43af387a
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-11

    Added set/get_enable_filter.

    2009-04-11	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletiontriggerkey.h:
	    * gtksourceview/gtksourcecompletiontriggerkey.c:
	    * tests/completion-simple.c:
	    Added set/get_enable_filter.


    svn path=/branches/gtksourcecompletion/; revision=2266

M	ChangeLog
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	gtksourceview/gtksourcecompletiontriggerkey.h
M	tests/completion-simple.c

commit 0f55244801d7b88b4f7d66f2e538e59657d60d35
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Added very basic devhelp provider, seems to work

	* tests/gsc-provider-devhelp.h:
	* tests/gsc-provider-devhelp.c:
	* tests/completion-simple.c:
	* tests/Makefile.am:
	* configure.ac:

	Added very basic devhelp provider, seems to work

    svn path=/branches/gtksourcecompletion/; revision=2265

M	ChangeLog
M	configure.ac
M	tests/Makefile.am
M	tests/completion-simple.c
A	tests/gsc-provider-devhelp.c
A	tests/gsc-provider-devhelp.h

commit 7c6d4b4de77a021aa38b1c77e2b9f48a6981eb5b
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:	2009-04-10

    Minor doc fixes.

    svn path=/branches/gtksourcecompletion/; revision=2264

M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/gtksourceview-docs.sgml
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletiontrigger.c

commit 25538a36df836ba38f0c958c4ffe648d8e2d0a37
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Fixed doc warnings.

    2009-04-11	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * docs/reference/gtksourceview-2.0-sections.txt:
	    * gtksourceview/gtksourcecompletiontriggerkey.h:
	    * gtksourceview/gtksourcecompletionitem.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourcecompletioninfo.h:
	    Fixed doc warnings.


    svn path=/branches/gtksourcecompletion/; revision=2263

M	ChangeLog
M	docs/reference/gtksourceview-2.0-sections.txt
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.c
M	gtksourceview/gtksourcecompletiontriggerkey.h

commit 9e29f458df885d2ccabe7fbfe0c962380b921811
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Updated docs.

    2009-04-11	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * docs/reference/gtksourceview-2.0-sections.txt:
	    Updated docs.


    svn path=/branches/gtksourcecompletion/; revision=2262

M	ChangeLog
M	docs/reference/gtksourceview-2.0-sections.txt

commit aba908fb7bc21db82a86bb8008f11057994b5e94
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Fixed documentation

	* gtksourceview/gtksourcecompletiontriggerkey.c:

	Fixed documentation

    svn path=/branches/gtksourcecompletion/; revision=2261

M	ChangeLog
M	gtksourceview/gtksourcecompletiontriggerkey.c

commit 7266f3f7b4d911d35f223ecdef3027c0487b2a73
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Implemented completion unref in dispose

	* gtksourceview/gtksourcecompletiontriggerkey.c:

	Implemented completion unref in dispose

    svn path=/branches/gtksourcecompletion/; revision=2260

M	ChangeLog
M	gtksourceview/gtksourcecompletiontriggerkey.c

commit f0c2ae4bcf49d54aafefa21ce0b38b7f4636f2ee
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Add completion_finish func.

    2009-04-11	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    Add completion_finish func.


    svn path=/branches/gtksourcecompletion/; revision=2259

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h

commit fcefd07707879a0d98abb2879d1fe6e81a6fdba0
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Changed trigger_key API from using accelerator string representation
    to

	* gtksourceview/gtksourcecompletiontriggerkey.h:
	* gtksourceview/gtksourcecompletiontriggerkey.c:
	* tests/completion-simple.c:

	Changed trigger_key API from using accelerator string
	representation
	to more common key/modifier API

    svn path=/branches/gtksourcecompletion/; revision=2258

M	ChangeLog
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	gtksourceview/gtksourcecompletiontriggerkey.h
M	tests/completion-simple.c

commit 82fdce7e4be97a0cfdc4003945620135b872a858
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Removed gtk_source_completion_provider_finish.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletionprovider.c:
	    * gtksourceview/gtksourcecompletionprovider.h:
	    * tests/gsc-provider-test.c:
	    Removed gtk_source_completion_provider_finish.


    svn path=/branches/gtksourcecompletion/; revision=2257

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	tests/gsc-provider-test.c

commit 99625352dfccd1a8d88eb2be0ae498453b9a7f34
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Cleanup code and change set_keys to set_accelerator

	* gtksourceview/gtksourcecompletiontriggerkey.h:
	* gtksourceview/gtksourcecompletiontriggerkey.c:

	Cleanup code and change set_keys to set_accelerator

    svn path=/branches/gtksourcecompletion/; revision=2256

M	ChangeLog
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	gtksourceview/gtksourcecompletiontriggerkey.h

commit 80204e7b8864431f34a2f00db47cf67c316e491e
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Fixed string format warnings

	* gtksourceview/gtksourcecontextengine.c:
	* tests/test-widget.c:

	Fixed string format warnings

    svn path=/branches/gtksourcecompletion/; revision=2255

M	ChangeLog
M	gtksourceview/gtksourcecontextengine.c
M	tests/test-widget.c

commit 38f4324633439c9e7ee2d9aff3fb5f1ec2b17254
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Remove gtk_source_completion_finish_completion.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    Remove gtk_source_completion_finish_completion.

    svn path=/branches/gtksourcecompletion/; revision=2254

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h

commit f9c78e69b04b21238accd2e1316f2e0893ef463f
Author: Jesse van den Kieboom <jessevdk@src.gnome.org>
Date:	2009-04-10

    Made proposal into interface and GtkSourceCompletionItem a default
    store

	* gtksourceview/gtksourceview-marshal.list:
	* gtksourceview/gtksourcecompletionitem.c:
	* gtksourceview/gtksourcecompletionitem.h:
	* gtksourceview/gtksourcecompletion.c:
	* gtksourceview/gtksourcecompletioninfo.c:
	* gtksourceview/gtksourcecompletionproposal.c:
	* gtksourceview/gtksourcecompletionutils.c:
	* gtksourceview/gtksourcecompletionproposal.h:
	* gtksourceview/gtksourcecompletionutils.h:
	* gtksourceview/Makefile.am:
	* tests/gsc-provider-test.c:

	Made proposal into interface and GtkSourceCompletionItem a default
	store implementation of GtkSourceCompletionProposal.

	Cleaned up utils

    svn path=/branches/gtksourcecompletion/; revision=2253

M	ChangeLog
M	gtksourceview/Makefile.am
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
A	gtksourceview/gtksourcecompletionitem.c
A	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionutils.c
M	gtksourceview/gtksourcecompletionutils.h
M	gtksourceview/gtksourceview-marshal.list
M	tests/gsc-provider-test.c

commit 55bbc1ec105290adbdadd901861117f9eac28698
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Renamed register/unregister to add/remove.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * tests/completion-simple.c:
	    Renamed register/unregister to add/remove.


    svn path=/branches/gtksourcecompletion/; revision=2252

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	tests/completion-simple.c

commit 7121244380268683d2049750a0e26de7b83dab64
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Remove set_active func on completion. Remove deactivate trigger
    func and

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourcecompletiontrigger.c:
	    * gtksourceview/gtksourcecompletiontrigger.h:
	    * gtksourceview/gtksourcecompletiontriggerkey.c:
	    * tests/completion-simple.c:
	    Remove set_active func on completion.
	    Remove deactivate trigger func and added activate signal.


    svn path=/branches/gtksourcecompletion/; revision=2251

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletiontrigger.c
M	gtksourceview/gtksourcecompletiontrigger.h
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	tests/completion-simple.c

commit 59ef78503c5a764f90c0a31a3472cbd6fedd3be7
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Fixed some doc warnings.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourcecompletionproposal.c:
	    * gtksourceview/gtksourcecompletionproposal.h:
	    Fixed some doc warnings.


    svn path=/branches/gtksourcecompletion/; revision=2250

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionproposal.h

commit c5020c1ccd3bf67bd80785f34594314a3789d03a
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Updated docs and use proper includes.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * docs/reference/gtksourceview-2.0-sections.txt:
	    * docs/reference/gtksourceview-docs.sgml:
	    * gtksourceview/gtksourcecompletiontriggerkey.h:
	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourcecompletionprovider.c:
	    * gtksourceview/gtksourcecompletioninfo.c:
	    * gtksourceview/gtksourcecompletionproposal.c:
	    * gtksourceview/gtksourcecompletionprovider.h:
	    * gtksourceview/gtksourcecompletioninfo.h:
	    * gtksourceview/gtksourcecompletiontrigger.c:
	    * gtksourceview/gtksourcecompletiontriggerkey.c:
	    Updated docs and use proper includes.


    svn path=/branches/gtksourcecompletion/; revision=2249

M	ChangeLog
M	docs/reference/gtksourceview-2.0-sections.txt
M	docs/reference/gtksourceview-docs.sgml
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionproposal.c
M	gtksourceview/gtksourcecompletionprovider.c
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecompletiontrigger.c
M	gtksourceview/gtksourcecompletiontriggerkey.c
M	gtksourceview/gtksourcecompletiontriggerkey.h

commit d25c5c008d741d3ab09e43381b8fbedd8aa5d620
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-10

    Add a custom widget for infos.

    2009-04-10	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * tests/completion-simple.c:
	    Add a custom widget for infos.


    svn path=/branches/gtksourcecompletion/; revision=2248

M	ChangeLog
M	tests/completion-simple.c

commit ac6d07d1d78a5da6ec4324ca1da87e5ded651b58
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-08

    Use proper coding style.

    2009-04-08	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * tests/completion-simple.c:
	    Use proper coding style.


    svn path=/branches/gtksourcecompletion/; revision=2247

M	ChangeLog
M	tests/completion-simple.c

commit b4a4a416826cc67877824238e86253b7b3a3384c
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-08

    Load GtkSourceCompletion only when requested.

    2009-04-08	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourceview.c:
	    Load GtkSourceCompletion only when requested.


    svn path=/branches/gtksourcecompletion/; revision=2246

M	ChangeLog
M	gtksourceview/gtksourceview.c

commit ff5088897ae79183c68420f0ef47f1fb315f7613
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-08

    Added test case and added the trigger for key triggering.

    2009-04-08	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletiontriggerkey.h:
	    * gtksourceview/Makefile.am:
	    * gtksourceview/gtksourcecompletiontriggerkey.c:
	    * tests/completion-simple.c:
	    * tests/gsc-provider-test.c:
	    * tests/gsc-provider-test.h:
	    * tests/gsc-utils-test.c:
	    * tests/gsc-utils-test.h:
	    * tests/Makefile.am:
	    Added test case and added the trigger for key triggering.


    svn path=/branches/gtksourcecompletion/; revision=2245

M	ChangeLog
M	gtksourceview/Makefile.am
A	gtksourceview/gtksourcecompletiontriggerkey.c
A	gtksourceview/gtksourcecompletiontriggerkey.h
M	tests/Makefile.am
A	tests/completion-simple.c
A	tests/gsc-provider-test.c
A	tests/gsc-provider-test.h
A	tests/gsc-utils-test.c
A	tests/gsc-utils-test.h

commit 0f2b6d4f4b4b0df9beba82cad1019c539b0b6483
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-07

    Fixed warning freeing the completion.

    2009-04-08	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourceview.c:
	    Fixed warning freeing the completion.


    svn path=/branches/gtksourcecompletion/; revision=2244

M	ChangeLog
M	gtksourceview/gtksourceview.c

commit cc5b52a0c2663cd6b2cff041b57bf2acfdd0fb18
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-07

    Integrate GtkSourceCompletion into GtkSourceView.


    2009-04-07	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourceview.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourceview.h:
	    Integrate GtkSourceCompletion into GtkSourceView.


    svn path=/branches/gtksourcecompletion/; revision=2243

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.c
M	gtksourceview/gtksourceview.h

commit ce75bdb5a3abf8482f73f468b3edc598bbb50cbe
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-07

    Make the new files compile with the gtksourceview ones.

    2009-04-07	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletioninfo.c:
	    * gtksourceview/gtksourcecompletionproposal.c:
	    Make the new files compile with the gtksourceview ones.


    svn path=/branches/gtksourcecompletion/; revision=2242

M	ChangeLog
M	gtksourceview/gtksourcecompletion.c
M	gtksourceview/gtksourcecompletioninfo.c
M	gtksourceview/gtksourcecompletionproposal.c

commit 741548434ab54d6399ca0958dcc9ca54ecd52d1d
Author: Ignacio Casal Quinteiro <nacho.resa@gmail.com>
Date:	2009-04-07

    Added gtksourcecompletion files. (The port start).

    2009-04-07	Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	    * gtksourceview/gtksourceview-marshal.list:
	    * gtksourceview/gtksourcecompletion.c:
	    * gtksourceview/gtksourcecompletion.h:
	    * gtksourceview/gtksourcecompletionprovider.c:
	    * gtksourceview/gtksourcecompletioninfo.c:
	    * gtksourceview/gtksourcecompletionproposal.c:
	    * gtksourceview/gtksourcecompletionprovider.h:
	    * gtksourceview/gtksourcecompletioninfo.h:
	    * gtksourceview/gtksourcecompletionutils.c:
	    * gtksourceview/gtksourcecompletiontrigger.c:
	    * gtksourceview/gtksourcecompletionproposal.h:
	    * gtksourceview/gtksourcecompletionutils.h:
	    * gtksourceview/Makefile.am:
	    * gtksourceview/gtksourcecompletiontrigger.h:
	    Added gtksourcecompletion files. (The port start).


    svn path=/branches/gtksourcecompletion/; revision=2241

M	ChangeLog
M	gtksourceview/Makefile.am
A	gtksourceview/gtksourcecompletion.c
A	gtksourceview/gtksourcecompletion.h
A	gtksourceview/gtksourcecompletioninfo.c
A	gtksourceview/gtksourcecompletioninfo.h
A	gtksourceview/gtksourcecompletionproposal.c
A	gtksourceview/gtksourcecompletionproposal.h
A	gtksourceview/gtksourcecompletionprovider.c
A	gtksourceview/gtksourcecompletionprovider.h
A	gtksourceview/gtksourcecompletiontrigger.c
A	gtksourceview/gtksourcecompletiontrigger.h
A	gtksourceview/gtksourcecompletionutils.c
A	gtksourceview/gtksourcecompletionutils.h
M	gtksourceview/gtksourceview-marshal.list
