[gedit] Release 2.91.7



commit 07e8759c541be9e38ced4a12aaef95b390298205
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Feb 21 12:40:03 2011 +0100

    Release 2.91.7

 NEWS              |   28 ++++++++++++++++++++++++++++
 README            |    6 +++---
 configure.ac      |    2 +-
 gedit/Makefile.am |    2 +-
 4 files changed, 33 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index cdb6f01..986e82e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
 ============
+gedit 2.91.7
+============
+
+New Features and Fixes
+======================
+- Improvements in the overlay
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- ast (Xandru Armesto)
+- cs (Marek Ä?ernocký)
+- de (Christian Kirbach)
+- es (Jorge González)
+- et (Ivar Smolin)
+- eu (Iñaki Larrañaga Murgoitio)
+- fr (Gérard Baylard)
+- gl (Fran Diéguez)
+- gu (Sweta Kothari)
+- he (Yaron Shahrabani)
+- hi (Rajesh Ranjan)
+- nb (Torstein Adolf Winterseth)
+- ro (Lucian Adrian Grijincu)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
 gedit 2.91.6
 ============
 
diff --git a/README b/README
index 887f204..3f9ca0e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.91.6 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.91.7 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 @@ plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.91.6.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.91.6				# change to the toplevel directory
+  % gzip -cd gedit-2.91.7.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.91.7				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 984046e..e077589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 91)
-m4_define(gedit_micro_version,  6)
+m4_define(gedit_micro_version,  7)
 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],[gedit],[http://projects.gnome.org/gedit/])
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index 51dac0a..f8028c6 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -101,7 +101,7 @@ BUILT_SOURCES = 			\
 	gedit-marshal.h
 
 NOINST_H_FILES =			\
-	gedit-animatable.h		\|
+	gedit-animatable.h		\
 	gedit-animated-overlay.h	\
 	gedit-close-button.h		\
 	gedit-command-line.h		\



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