commit 03de6631a01899f55cc2b8e5332d4d394db37d18
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Aug 18 08:26:13 2009 +0200

    Post release version bump to 2.7.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f1f6b24d57080afa8aa1ecbd1edfadeb2253607
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 23:54:00 2009 +0200

    Update NEWS, release pygtksourceview 2.7.0

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit b1dfd6a704f740a6397181e67413be18e1608615
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 23:53:36 2009 +0200

    Clean autogenerated Changelog for dist files

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2d9e3fb700cc321c17bbbedf00403b97ba8595e6
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 23:26:39 2009 +0200

    Update the docs for gtksourceview2.View class with new API additions.

 docs/reference/gtksourceview2-gtksourceview.xml |  301
 ++++++++++++++++++++++-
 1 files changed, 300 insertions(+), 1 deletions(-)

commit d21ad00457d30c9a8046658b4e8d60d9c845e184
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 20:57:05 2009 +0200

    set_mark_category_icon_from_stock should accept None for stock

 gtksourceview2.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9f657875f76e1a28441f2fe12c0df93b8614b4e7
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 20:56:16 2009 +0200

    set_mark_category_icon_from_pixbuf should accept None for pixbuf

 gtksourceview2.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 213ee09935b2837f37cb580a08dae4110b6c01ce
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Aug 17 18:11:18 2009 +0200

    set_mark_category_icon_from_icon_name() should accept None for name

 gtksourceview2.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d0cbdd9a75c8ff87162ca7239a6b02ec30a0c765
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Aug 16 13:29:27 2009 +0200

    Fix in-module definition in .defs

 gtksourceview2.defs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a91e5f252d7bfeef4d70304aecc4a0f44b096294
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Aug 15 14:54:31 2009 +0200

    Add docs for the gtksourceview2.Gutter class

 docs/Makefile.am                                  |   30 +-
 docs/reference/gtksourceview2-gtksourcegutter.xml |  511
 +++++++++++++++++++++
 docs/reference/gtksourceview2-ref.xml             |    1 +
 3 files changed, 528 insertions(+), 14 deletions(-)

commit 00ab85b8f058024a9a0bcade1f9e83b1b6530c5b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Aug 15 11:07:03 2009 +0200

    Manually wrap gtksourceview2.View methods

    *_func methods needs to be manually wrapped
    (gtk_source_view_set_mark_category_tooltip_func)
    (gtk_source_view_set_mark_category_tooltip_markup_func)

 gtksourceview2.override |  159
 +++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 133 insertions(+), 26 deletions(-)

commit 9e95e912d7dcad839a8c4a527e587e5a523a7a01
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Aug 15 10:01:21 2009 +0200

    Manually wrap gtksourceview2.Gutter methods

    *_data_func methods needs to be manually wrapped
    (gtk_source_gutter_set_cell_data_func)
    (gtk_source_gutter_set_cell_size_func)

    add pygtksourceview-private.h

    include pygtksourceview-private.h into Makefile

 Makefile.am               |    2 +-
 gtksourceview2.override   |  172
 +++++++++++++++++++++++++++++++++++++++++++++
 pygtksourceview-private.h |   31 ++++++++
 3 files changed, 204 insertions(+), 1 deletions(-)

commit 2026259fb840aa68d743ac585f7a663e65b74918
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Fri Aug 14 16:03:52 2009 +0200

    Update the bindings with the latest GtkSourceView API addition

    Add gtksourceview2.Gutter class and some misc functions

 gtksourceview2.defs     |  170
 +++++++++++++++++++++++++++++++++++++++++++++++
 gtksourceview2.override |    3 +
 2 files changed, 173 insertions(+), 0 deletions(-)

commit eac01e00f0434f527be0b10a8c4e75645698815f
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Wed Jun 10 00:08:12 2009 +0200

    Bug 563093 – Unportable test(1) construct

    Revove the == check which is not portable

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f37d1a27c3fa0ccee73149e5c53499787a24888a
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Wed Jun 10 00:04:09 2009 +0200

    Bug 501431 – Cygwin does not use .pyd extension

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a46c84ef09327871e45795680eb0d788219920d5
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Jun 9 22:41:28 2009 +0200

    Bug 529642 – docs/Makefile.am statically assumes /usr prefix
    for location
    of gtk-doc/pygtk documentation

    Do not hardcode the path of pygtk docs

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5fca34fa54989e53fab2bdb59ca77854700b7d81
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Jun 9 22:40:57 2009 +0200

    Ignore more files generated building the docs

 .gitignore |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit b12c1b61e349adcf7fed24fe3f160afdac08687c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Jun 9 13:49:57 2009 +0200

    Bug 583217 – Solaris find doesn't have -path

    Remove CVS reference from autogen.sh

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a574326e8fbf9ec3db67c89bc1b0f2f0d2be44c7
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Jun 9 13:42:43 2009 +0200

    Bug 564545 – libtool-2.2 compatibility patch

    Fix build with libtool 2.x.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit f73aed89064e9ba1bf77f27675920ccea90c9351
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 16:46:03 2009 +0200

    Version bump to 2.7.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8e038b21b8bf2cd68c70e95d495816a535235088
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 16:45:23 2009 +0200

    Add .gitignore

 .gitignore |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit 61788f6fe62dbb5b73d05e9992894230200ae1fd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 16:35:11 2009 +0200

    Autogenerate ChangeLog from git logs

 Makefile.am |   53 +++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 41 insertions(+), 12 deletions(-)

commit 27c43fa9ecffb7a022fce3df17e49e7fc1c5edad
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 16:34:38 2009 +0200

    Move ChangeLog to ChangeLog-pre-git

 ChangeLog         |  473
 -----------------------------------------------------
 ChangeLog-pre-git |  473
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 473 insertions(+), 473 deletions(-)

commit c9219fa941edc2cc4485c8a7aefe8b4b5ace558c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 16:33:54 2009 +0200

    Mark the ChangeLog as retired

 ChangeLog |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b64467446865a9a25e6b55ba3ae458831155beb9
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Apr 26 20:51:21 2009 +0200

    Fix pygtksourceview.doap with the correct mbox syntax

 pygtksourceview.doap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e3e5a5195d7235409fabff70fac95bea94be2a6d
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Apr 19 09:48:45 2009 +0200

    Add doap file

    Add pygtksourceview.doap file

 pygtksourceview.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit dc6e8415b91c8250265dae736128b3f93af0a9d9
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Mar 21 20:34:31 2009 +0000

    bump version 2.6.0 updated

    2009-03-04  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* configure.ac: bump version 2.6.0
	* NEWS: updated

    2009-03-04	Gian Mario Tagliaretti	<gianmt@gnome.org>

	* configure.ac: bump version 2.5.1


    svn path=/trunk/; revision=98

 ChangeLog    |    7 +++++++
 NEWS	      |    5 +++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)

commit bac5fb45ee362cf7039244e2f24bc88180747a64
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Mar 4 21:39:36 2009 +0000

    bump version 2.5.1

    2009-03-04	Gian Mario Tagliaretti	<gianmt@gnome.org>

	* configure.ac: bump version 2.5.1


    svn path=/trunk/; revision=97

 ChangeLog |	6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
