gedit r6517 - in trunk: . gedit help po



Author: pborelli
Date: Mon Sep  8 18:50:27 2008
New Revision: 6517
URL: http://svn.gnome.org/viewvc/gedit?rev=6517&view=rev

Log:
2.23.92


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/gedit/   (props changed)
   trunk/help/ChangeLog
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep  8 18:50:27 2008
@@ -1,4 +1,27 @@
 =============
+gedit 2.23.92
+=============
+
+New Features and Fixes
+======================
+- Bugfixes related to the gio port (Jesse van den Kieboom, Paolo Borelli)
+
+New and updated translations
+============================
+- Duarte Loreto (pt)
+- Funda Wang (zh_CN)
+- Laurent Dhima (sq)
+- Nguyán ThÃi Ngác Duy (vi)
+- Philip Withnall (en_GB)
+- Praveen Arimbrathodiyil (ml)
+- Robert Sedak (hr)
+- Runa Bhattacharjee (bn_IN)
+- SeÃn de BÃrca (ga)
+- Sweta Kothari (gu.po)
+- Wouter Bolsterlee (nl)
+
+
+=============
 gedit 2.23.91
 =============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Sep  8 18:50:27 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.23.91 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.23.92 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.23.91.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.23.91				# change to the toplevel directory
+  % gzip -cd gedit-2.23.92.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.23.92				# 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 Sep  8 18:50:27 2008
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 23)
-m4_define(gedit_micro_version, 91)
+m4_define(gedit_micro_version, 92)
 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]