gedit r6962 - in trunk: . help po



Author: pborelli
Date: Sun Mar 15 14:46:21 2009
New Revision: 6962
URL: http://svn.gnome.org/viewvc/gedit?rev=6962&view=rev

Log:
2.26.0


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/help/ChangeLog
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Mar 15 14:46:21 2009
@@ -1,4 +1,26 @@
 ============
+gedit 2.26.0
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- Amitakhya Phukan (as)
+- Gintautas Miliauskas (lt)
+- I. Felix (ta)
+- Ignacio Casal Quinteiro (gl)
+- Jennie Petoumenou (el)
+- Krishnababu K (te)
+- Manoj Kumar Giri (or)
+- Rajesh Ranjan (hi)
+- Runa Bhattacharjee (bn_IN)
+- Yuriy Penkin (ru)
+
+
+============
 gedit 2.25.8
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Mar 15 14:46:21 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.25.8 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.26.0 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 @@
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.25.8.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.25.8				# change to the toplevel directory
+  % gzip -cd gedit-2.26.0.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.26.0				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Mar 15 14:46:21 2009
@@ -3,8 +3,8 @@
 AC_PREREQ(2.59)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 25)
-m4_define(gedit_micro_version,  8)
+m4_define(gedit_minor_version, 26)
+m4_define(gedit_micro_version,  0)
 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)
@@ -466,4 +466,4 @@
 "
 
 dnl uncomment this in developement releases
-cat $srcdir/message-of-doom
+dnl cat $srcdir/message-of-doom



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