[gedit] Release 2.29.4



commit 96c8065d99e5f7290834c70ce489b341d20b7b3f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 12 00:56:36 2010 +0100

    Release 2.29.4

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index b3960df..826ba0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
 ============
+gedit 2.29.4
+============
+
+New Features and Fixes
+======================
+- Several refactorings (Paolo Borelli)
+- Don't check words that are marked no-spell-check (Jesse van den Kieboom)
+- Tools outputpanel refactored (Per Arneng)
+- Added support for platform specific tools (Jesse van den Kieboom)
+- Improved menu integration and several fixes on OS X (Jesse van den Kieboom)
+- Add xslt and html snippets (Paolo Borelli)
+- Remember autospell per document (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Ä?ernocký)
+- et (Mattias Põldaru)
+- hu (Gabor Kelemen)
+- nds (Nils-Christoph Fiedler)
+- ro (Adi Roiban)
+- sv (Daniel Nylander)
+- uk (Maxim Dziumanenko)
+- zh_CN (���(Fan Qijiang))
+
+============
 gedit 2.29.3
 ============
 
diff --git a/README b/README
index e35f373..e1ab662 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.29.3 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.29.4 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.3.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.29.3				# change to the toplevel directory
+  % gzip -cd gedit-2.29.4.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.29.4				# 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 e9d72f2..083fd39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 29)
-m4_define(gedit_micro_version,  3)
+m4_define(gedit_micro_version,  4)
 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)



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