gedit r6301 - in branches/gnome-2-22: . help po



Author: pborelli
Date: Tue May 27 08:37:08 2008
New Revision: 6301
URL: http://svn.gnome.org/viewvc/gedit?rev=6301&view=rev

Log:
release 2.22.2


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/README
   branches/gnome-2-22/configure.ac
   branches/gnome-2-22/help/ChangeLog
   branches/gnome-2-22/po/ChangeLog

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Tue May 27 08:37:08 2008
@@ -1,4 +1,25 @@
 ============
+gedit 2.22.2
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- Claude Paroz (fr)
+- Gabor Kelemen (hu)
+- Gil Forcada (ca)
+- Jiri Eischmann (cs)
+- Jorge Gonzalez (es)
+- Leonardo Ferreira Fontenelle (pt_BR)
+- Luca Ferretti (it)
+- Wouter Bolsterlee (nl)
+- Yavor Doganov (bg)
+
+
+============
 gedit 2.22.1
 ============
 

Modified: branches/gnome-2-22/README
==============================================================================
--- branches/gnome-2-22/README	(original)
+++ branches/gnome-2-22/README	Tue May 27 08:37:08 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.22.1 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.22.2 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.1.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.22.1				# change to the toplevel directory
+  % gzip -cd gedit-2.22.2.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.22.2				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]

Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac	(original)
+++ branches/gnome-2-22/configure.ac	Tue May 27 08:37:08 2008
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 22)
-m4_define(gedit_micro_version,  1)
+m4_define(gedit_micro_version,  2)
 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)
@@ -139,8 +139,6 @@
 dnl libattr checks
 dnl ================================================================
 
-AC_CHECK_LIB(attr, attr_copy_fd)
-
 AC_MSG_CHECKING([whether libattr support is requested])
 AC_ARG_ENABLE([attr],
 	AS_HELP_STRING([--enable-attr],[Enable libattr support]),



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