[gedit] Release 2.29.6



commit f3628a0b8b26c75ba9d667d3f331e894fb86cfc8
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Feb 10 00:19:08 2010 +0100

    Release 2.29.6

 NEWS           |   23 +++++++++++++++++++++++
 README         |    6 +++---
 configure.ac   |    2 +-
 po/POTFILES.in |    3 +--
 4 files changed, 28 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index aef2d80..dc78364 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
 ============
+gedit 2.29.6
+============
+
+New Features and Fixes
+======================
+- Add "Open" to the filebrowser context menu (Paolo Borelli)
+- Add option to ignore a version until the next is released
+  in the checkupdate plugin (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- bg (Alexander Shopov)
+- de (Christian Kirbach)
+- es (Jorge González)
+- et (Mattias Põldaru)
+- pt_BR (Henrique P. Machado)
+- sl (Matej UrbanÄ?iÄ?)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
 gedit 2.29.5
 ============
 
diff --git a/README b/README
index f42cc9f..ddb075d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.29.5 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.29.6 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.29.5.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.29.5				# change to the toplevel directory
+  % gzip -cd gedit-2.29.6.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.29.6				# 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 98909ce..b9c2632 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 29)
-m4_define(gedit_micro_version,  5)
+m4_define(gedit_micro_version,  6)
 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],[gedit],[http://projects.gnome.org/gedit/])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5751c6e..5bb747b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -15,7 +15,6 @@ gedit/gedit-app.c
 gedit/gedit-commands-file.c
 gedit/gedit-commands-help.c
 gedit/gedit-commands-search.c
-gedit/gedit-convert.c
 gedit/gedit-debug.c
 gedit/gedit-document.c
 gedit/gedit-document-saver.c
@@ -27,7 +26,6 @@ gedit/gedit-gio-document-loader.c
 gedit/gedit-gio-document-saver.c
 gedit/gedit-help.c
 gedit/gedit-io-error-message-area.c
-gedit/gedit-local-document-saver.c
 gedit/gedit-notebook.c
 gedit/gedit-panel.c
 gedit/gedit-plugin-manager.c
@@ -50,6 +48,7 @@ plugins/changecase/changecase.gedit-plugin.desktop.in
 plugins/changecase/gedit-changecase-plugin.c
 plugins/checkupdate/checkupdate.gedit-plugin.desktop.in
 plugins/checkupdate/gedit-check-update-plugin.c
+plugins/checkupdate/gedit-check-update.schemas.in
 plugins/docinfo/docinfo.gedit-plugin.desktop.in
 [type: gettext/glade]plugins/docinfo/docinfo.ui
 plugins/docinfo/gedit-docinfo-plugin.c



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