gedit r6250 - in trunk: . help po



Author: pborelli
Date: Tue Apr  8 13:04:34 2008
New Revision: 6250
URL: http://svn.gnome.org/viewvc/gedit?rev=6250&view=rev

Log:
release 2.22.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	Tue Apr  8 13:04:34 2008
@@ -1,4 +1,24 @@
 ============
+gedit 2.22.1
+============
+
+New Features and Fixes
+======================
+- Make Ctrl+D delete the current line
+- Misc bugfixes
+
+New and updated translations
+============================
+- Yair Hershkovitz (he)
+- Philip Withnall (en_GB.po)
+- Ivar Smolin (et)
+- Artur Flinta (pl)
+- Claude Paroz (fr)
+- Praveen Arimbrathodiyil (ml)
+- Jorge Gonzalez (es)
+
+
+============
 gedit 2.22.0
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Apr  8 13:04:34 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.22.0 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.22.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.22.0.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.22.0				# change to the toplevel directory
+  % gzip -cd gedit-2.22.1.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.22.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	Tue Apr  8 13:04:34 2008
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 22)
-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]