[gtksourceview] Release 2.9.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 2.9.1
- Date: Fri, 16 Oct 2009 03:54:26 +0000 (UTC)
commit 50625da5a6c4f24a5392c2d83ad0a44df9c670a8
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Oct 16 05:54:03 2009 +0200
Release 2.9.1
NEWS | 6 ++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e41e99e..434ac3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 2.9.1
+-------------
+* Added draw spaces for leading, text and trailing spaces
+* Merged GtkSourceCompletion branch
+* Updated translations
+
News in 2.8.1
-------------
* Misc bugfixes in gutter tooltip rendering
diff --git a/README b/README
index bc9b7e7..c0e38e0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.8.1 of GtkSourceView.
+This is version 2.9.1 of GtkSourceView.
GtkSourceView is a text widget that extends the standard gtk+ 2.x
text widget GtkTextView.
@@ -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.8.1.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.8.1 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.9.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.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 8ec138e..09a1a3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
m4_define(gtksourceview_major_version, 2)
-m4_define(gtksourceview_minor_version, 8)
+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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]