gedit r6989 - in trunk: . help po



Author: pborelli
Date: Mon Apr 13 15:56:28 2009
New Revision: 6989
URL: http://svn.gnome.org/viewvc/gedit?rev=6989&view=rev

Log:
2.26.1


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 Apr 13 15:56:28 2009
@@ -1,4 +1,26 @@
 ============
+gedit 2.26.1
+============
+
+New Features and Fixes
+======================
+- Ensure plugins are resident modules (Paolo Borelli)
+- Add Fortran 95 snippets (Jens Domke)
+- Misc bugfixes
+
+New and updated translations
+============================
+- Jorge Gonzalez (es)
+- MiloÅ PopoviÄ (sr)
+- Osama Khalid (ar)
+- Raivis Dejus (lv)
+- ReÅat SABIQ (crh)
+- Shankar Prasad (kn)
+- Takeshi AIHANA (ja)
+- Thanos Lefteris (el)
+
+
+============
 gedit 2.26.0
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Apr 13 15:56:28 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.26.0 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.26.1 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.26.0.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.26.0				# change to the toplevel directory
+  % gzip -cd gedit-2.26.1.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.26.1				# 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 Apr 13 15:56:28 2009
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 26)
-m4_define(gedit_micro_version,  0)
+m4_define(gedit_micro_version,  1)
 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]