gedit r6854 - in trunk: . help po
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6854 - in trunk: . help po
- Date: Mon, 19 Jan 2009 20:32:17 +0000 (UTC)
Author: pborelli
Date: Mon Jan 19 20:32:17 2009
New Revision: 6854
URL: http://svn.gnome.org/viewvc/gedit?rev=6854&view=rev
Log:
2.25.5
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/help/ChangeLog
trunk/po/ChangeLog
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 19 20:32:17 2009
@@ -1,4 +1,30 @@
============
+gedit 2.25.5
+============
+
+New Features and Fixes
+======================
+- Add Fullscreen Mode (Ignacio Casal Quinteiro)
+- Add a configuration dialog for the python console (B. Clausius)
+- Rescan plugins when opening the preference dialog (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- Daniel Nylander (sv)
+- Ilkka Tuohela (fi)
+- Ivar Smolin (et)
+- Joan Duran (ca)
+- Jorge Gonzalez (es)
+- Kamil Paral (cs)
+- Kjartan Maraas (nb)
+- Marcel Telka (sk)
+- Petr Kovar (cs)
+- Shankar Prasad (kn)
+- Theppitak Karoonboonyanan (th)
+
+
+============
gedit 2.25.4
============
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Jan 19 20:32:17 2009
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.25.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.25.5 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.25.4.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.25.4 # change to the toplevel directory
+ % gzip -cd gedit-2.25.5.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.25.5 # 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 Jan 19 20:32:17 2009
@@ -4,7 +4,7 @@
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 25)
-m4_define(gedit_micro_version, 4)
+m4_define(gedit_micro_version, 5)
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]