[gtksourceview] Release 2.9.2
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 2.9.2
- Date: Mon, 16 Nov 2009 14:43:35 +0000 (UTC)
commit 2be6215b293ef9d952ae7836c2b892bb5521dcf9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Nov 16 15:42:16 2009 +0100
Release 2.9.2
NEWS | 6 ++++++
README | 6 +++---
configure.ac | 2 +-
po/POTFILES.in | 2 ++
4 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 434ac3c..f877cbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 2.9.2
+-------------
+* Improvements to some of the lang files
+* Misc bugfixes
+* Updated translations
+
News in 2.9.1
-------------
* Added draw spaces for leading, text and trailing spaces
diff --git a/README b/README
index c0e38e0..5b41af6 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.9.1 of GtkSourceView.
+This is version 2.9.2 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.9.1.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.9.1 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.9.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.9.2 # 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 09a1a3f..4928161 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, 1)
+m4_define(gtksourceview_micro_version, 2)
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 62e5fe2..3533d41 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -41,8 +41,10 @@ gtksourceview/language-specs/dpatch.lang
gtksourceview/language-specs/dtd.lang
gtksourceview/language-specs/eiffel.lang
gtksourceview/language-specs/erlang.lang
+gtksourceview/language-specs/fcl.lang
gtksourceview/language-specs/forth.lang
gtksourceview/language-specs/fortran.lang
+gtksourceview/language-specs/fsharp.lang
gtksourceview/language-specs/gap.lang
gtksourceview/language-specs/glsl.lang
gtksourceview/language-specs/gtk-doc.lang
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]