gedit r6874 - in trunk: . help po



Author: pborelli
Date: Mon Feb  2 23:49:06 2009
New Revision: 6874
URL: http://svn.gnome.org/viewvc/gedit?rev=6874&view=rev

Log:
2.25.6


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  2 23:49:06 2009
@@ -1,4 +1,25 @@
 ============
+gedit 2.25.6
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- Andre Gondim (pt_BR)
+- Andre Klapper (de)
+- Changwoo Ryu (ko)
+- Christian Kirbach (de)
+- Gabor Kelemen (hu)
+- Gil Forcada (ca)
+- Raivis DEjus (lv)
+- Yair Hershkovitz (he)
+- çé(Gan Lu) (zh_CN.po)
+
+
+============
 gedit 2.25.5
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Feb  2 23:49:06 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.25.5 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.25.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 @@
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.25.5.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.25.5				# change to the toplevel directory
+  % gzip -cd gedit-2.25.6.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.25.6				# 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  2 23:49:06 2009
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 25)
-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)
@@ -225,7 +225,7 @@
 	SM_LIBS="${EGG_SMCLIENT_LIBS}"
 else
 	EGG_SMCLIENT_CFLAGS=
-	EGG_SM_CLIENT_LIBS=
+	EGG_SMCLIENT_LIBS=
 fi
 
 AC_SUBST(EGG_SMCLIENT_CFLAGS)



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