[gedit] Release 2.29.2
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.29.2
- Date: Mon, 16 Nov 2009 16:32:20 +0000 (UTC)
commit 50da0b12d84a2d275003fc8a9c3b228c89013782
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Nov 16 17:31:43 2009 +0100
Release 2.29.2
NEWS | 27 +++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 31 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1686ae8..a6183a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
============
+gedit 2.29.2
+============
+
+New Features and Fixes
+======================
+- Order hidden files after normal files on filebrowser (Jesse van den Kieboom)
+- Removed indent plugin, this is now supported by gtksourceview (Jesse van den Kieboom)
+- Implemented file open support on OS X (Jesse van den Kieboom)
+- Fixed OS X native vs X11 built (Jesse van den Kieboom)
+- Basic mac OS X integration (Jesse van den Kieboom)
+- Use GtkSpinner instead of GeditSpinner (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- crh (ReÅ?at SABIQ)
+- en shaw (Thomas Thurman)
+- es (Jorge González)
+- lv (RÅ«dolfs Mazurs)
+- ro (Adi Roiban)
+- sl (Matej UrbanÄ?iÄ?)
+- ta (Dr,T,Vasudevan)
+- th (à¸à¸²à¸?ม à¹?à¸?à¸?ิà¸?ัà¸?à¸?วาà¸?à¸?à¸?à¹?)
+- th (Theppitak Karoonboonyanan)
+- zh_CN (æ¨?æ ?æ±?(Fan Qijiang))
+
+============
gedit 2.29.1
============
diff --git a/README b/README
index 3e06b60..5cd24e3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.29.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.29.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 @@ enable python plugins support.
Simple install procedure:
- % gzip -cd gedit-2.29.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.29.1 # change to the toplevel directory
+ % gzip -cd gedit-2.29.2.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.29.2 # 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 5e9234e..8de60a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 29)
-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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]