[gtksourceview] Release 3.9.1



commit a66609279d06baefaf811e31f4897b28c1f8085b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon May 27 13:29:41 2013 +0200

    Release 3.9.1

 NEWS         |   11 +++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 06124b4..c94ac5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+News in 3.9.1
+-------------
+* Deprecate the GtkSourceCompletionInfo::before-show signal
+* Hide CompletionInfo when focus-out-event on the attached-to widget
+* Improvements to the main completion window
+* Some code improvements to the words completion provider
+* Improvements to the C++ and Perl language specs
+* Documentation improvements
+* Misc bugfixes
+* Updated translations
+
 News in 3.8.1
 -------------
 * Improvements to the LaTeX and Perl language specs
diff --git a/README b/README
index f5b947c..614108c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.8.2 of GtkSourceView.
+This is version 3.9.1 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard gtk+ 3.x
 text widget GtkTextView.
@@ -32,8 +32,8 @@ GtkSourceView requires glib-2.34.x, GTK+-3.8.x and libxml2 2.6.x.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.8.2.tar.xz    # unpack the sources
-  % cd gtksourceview-3.8.2                # change to the toplevel directory
+  % tar Jxf gtksourceview-3.9.1.tar.xz    # unpack the sources
+  % cd gtksourceview-3.9.1                # 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 c653cb8..365a112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 m4_define(gtksourceview_major_version, 3)
-m4_define(gtksourceview_minor_version, 8)
-m4_define(gtksourceview_micro_version, 2)
+m4_define(gtksourceview_minor_version, 9)
+m4_define(gtksourceview_micro_version, 1)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],


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