[gedit] Release 2.29.1



commit 25477f95fb64ef947e45f4ba9908441bbf513552
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Oct 16 14:56:09 2009 +0200

    Release 2.29.1

 NEWS           |   16 ++++++++++++++++
 README         |    6 +++---
 configure.ac   |    4 ++--
 po/POTFILES.in |    1 +
 4 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index e1d1d95..1686ae8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 ============
+gedit 2.29.1
+============
+
+New Features and Fixes
+======================
+- Use the new completion framework in the snippets plugin (Jesse van den Kieboom)
+- Misc bugfixes
+
+New and updated translations
+============================
+- br (Denis ARNAUD)
+- ca (Gil Forcada)
+- sl (Matej UrbanÄ?iÄ?)
+- zh_CN (Richard Ma)
+
+============
 gedit 2.28.0
 ============
 
diff --git a/README b/README
index ff32593..3e06b60 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.28.0 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.29.1 of gedit. gedit is a small and lightweight UTF-8 text 
 editor for the GNOME environment.
 
 gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -71,8 +71,8 @@ enable python plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.28.0.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.28.0				# change to the toplevel directory
+  % gzip -cd gedit-2.29.1.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.29.1				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 013a721..eafe16d 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.59)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 28)
-m4_define(gedit_micro_version,  0)
+m4_define(gedit_minor_version, 29)
+m4_define(gedit_micro_version,  1)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT(gedit, gedit_version, http://bugzilla.gnome.org/enter_bug.cgi?product=gedit)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7cfbec5..bc8bf4d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -79,6 +79,7 @@ plugins/quickopen/quickopen/windowhelper.py
 plugins/quickopen/quickopen.gedit-plugin.desktop.in
 plugins/snippets/snippets.gedit-plugin.desktop.in
 [type: gettext/glade]plugins/snippets/snippets/snippets.ui
+plugins/snippets/snippets/Document.py
 plugins/snippets/snippets/WindowHelper.py
 plugins/snippets/snippets/Manager.py
 plugins/snippets/snippets/Exporter.py



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