gedit r6548 - in trunk: . help po



Author: pborelli
Date: Tue Sep 16 20:54:37 2008
New Revision: 6548
URL: http://svn.gnome.org/viewvc/gedit?rev=6548&view=rev

Log:
release 2.23.93


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Sep 16 20:54:37 2008
@@ -4,6 +4,35 @@
 
 New Features and Fixes
 ======================
+- Revert a workaround for a gvfs bug that has now been fixed (Paolo Borelli)
+
+New and updated translations
+============================
+- Alexander Shopov (bg)
+- Baris Cicek (tr)
+- Changwoo Ryu (ko)
+- Christian Kirbach (de)
+- Gabor Kelemen (hu)
+- Gil Forcada (ca)
+- Gintautas Miliauskas (lt)
+- Hendrik Richter (de)
+- Khaled Hosny (ar)
+- Laurent Dhima (sq)
+- Milo Casagrande (it)
+- MiloÅ PopoviÄ (sr)
+- Pema Geyleg (dz)
+- Praveen Arimbrathodiyil (ml)
+- Robert Sedak (hr)
+- Sandeep Shedmake (mr)
+- Vladimir Melo (pt_BR)
+
+
+=============
+gedit 2.23.92
+=============
+
+New Features and Fixes
+======================
 - Bugfixes related to the gio port (Jesse van den Kieboom, Paolo Borelli)
 
 New and updated translations

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