[gtksourceview] Release 2.9.6



commit 5026232cbf2c23a0fc746369a4fdd2b5ada907e8
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Feb 22 21:42:12 2010 +0100

    Release 2.9.6

 NEWS           |    7 +++++++
 README         |    8 ++++----
 configure.ac   |    2 +-
 po/POTFILES.in |    1 +
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index becec84..35921e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 2.9.6
+-------------
+* Changes to the completion API to allow better language bindings
+* Add API to set a custom UndoManager on the buffer
+* Misc bugfixes
+* Updated translations
+
 News in 2.9.5
 -------------
 * Misc bugfixes
diff --git a/README b/README
index 220c6dc..f25408f 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 General Information
 ===================
 
-This is version 2.9.5 of GtkSourceView. 
+This is version 2.9.6 of GtkSourceView.
 
-GtkSourceView is a text widget that extends the standard gtk+ 2.x 
+GtkSourceView is a text widget that extends the standard gtk+ 2.x
 text widget GtkTextView.
 
 It improves GtkTextView by implementing syntax highlighting and other
@@ -32,8 +32,8 @@ GtkSourceView requires glib-2.14.x, GTK+-2.12.x and libxml2 2.5.x.
 
 Simple install procedure:
 
-  % gzip -cd gtksourceview-2.9.5.tar.gz | tar xvf -    # unpack the sources
-  % cd gtksourceview-2.9.5		   # change to the toplevel directory
+  % gzip -cd gtksourceview-2.9.6.tar.gz | tar xvf -    # unpack the sources
+  % cd gtksourceview-2.9.6		   # change to the toplevel directory
   % ./configure				   # run the `configure' script
   % make				   # build gtksourceview
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 9f785dd..a8378ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(gtksourceview_major_version, 2)
 m4_define(gtksourceview_minor_version, 9)
-m4_define(gtksourceview_micro_version, 5)
+m4_define(gtksourceview_micro_version, 6)
 m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT(gtksourceview, gtksourceview_version, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 18f0413..eae54b7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,6 +14,7 @@ gtksourceview/gtksourceprintcompositor.c
 gtksourceview/gtksourcestyle.c
 gtksourceview/gtksourcestylescheme.c
 gtksourceview/gtksourcestyleschememanager.c
+gtksourceview/gtksourceundomanagerdefault.c
 gtksourceview/gtksourceview.c
 gtksourceview/gtksourceview-i18n.c
 gtksourceview/language-specs/ada.lang



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]