[gedit/gnome-2-26] Release 2.26.3



commit 1b0f3d948282bcf9adb75d3d91a00165244417e1
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Thu Jul 2 20:09:17 2009 +0200

    Release 2.26.3

 NEWS         |   14 ++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c5bf304..a405a90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ============
+gedit 2.26.3
+============
+
+New Features and Fixes
+======================
+- Avoid sync stat for icon of remote bookmarks
+- Hide fullscreen control when minimizing gedit
+- Only apply modelines when strictly necessary
+
+New and updated translations
+============================
+- cs (Marek Cernocky)
+
+============
 gedit 2.26.2
 ============
 
diff --git a/README b/README
index 2d61c96..f232a8b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.26.2 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.26.3 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.26.2.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.26.2				# change to the toplevel directory
+  % gzip -cd gedit-2.26.3.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.26.3				# 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 792fffb..60f1053 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, 26)
-m4_define(gedit_micro_version,  2)
+m4_define(gedit_micro_version,  3)
 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]