gedit r6903 - in trunk: . help po



Author: pborelli
Date: Mon Feb 16 22:32:57 2009
New Revision: 6903
URL: http://svn.gnome.org/viewvc/gedit?rev=6903&view=rev

Log:
2.25.7


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb 16 22:32:57 2009
@@ -1,4 +1,29 @@
 ============
+gedit 2.25.7
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- Adi Roiban (ro)
+- Alexander Shopov (bg)
+- Chao-Hsiung Liao (zh_HK)
+- Chao-Hsiung Liao (zh_TW)
+- Clytie Siddall (vi)
+- Duarte Loreto (pt)
+- Ihar Hrachyshka (be latin)
+- Inaki Larranaga Murgoitio (eu)
+- Kenneth Nielsen (da)
+- Mikel GonzÃlez (ast)
+- Sweta Kothari (gu)
+- Tomasz Dominikowski (pl)
+- Wouter Bolsterlee (nl)
+
+
+============
 gedit 2.25.6
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Feb 16 22:32:57 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.25.6 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.25.7 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.6.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.25.6				# change to the toplevel directory
+  % gzip -cd gedit-2.25.7.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.25.7				# 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	Mon Feb 16 22:32:57 2009
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 25)
-m4_define(gedit_micro_version,  6)
+m4_define(gedit_micro_version,  7)
 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]