[gedit] Release 2.91.4
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.91.4
- Date: Wed, 29 Dec 2010 22:08:12 +0000 (UTC)
commit a25b3c7585b1961762249f737b4ce9034f348148
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Dec 29 23:07:48 2010 +0100
Release 2.91.4
NEWS | 20 ++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
po/POTFILES.in | 12 ++++++------
4 files changed, 30 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index f565d2e..46e6aae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
============
+gedit 2.91.4
+============
+
+New Features and Fixes
+======================
+- Port snippets plugin to libpeas/gtk3 (Jesse van den Kieboom)
+- Misc bugfixes
+
+New and updated translations
+============================
+- et (Ivar Smolin)
+- nb (Kjartan Maraas)
+- th (Kittiphong Meesawat)
+- th (Theppitak Karoonboonyanan)
+- ug (Zeper)
+- vi (Clytie Siddall)
+- zh_HK (Wei-Lun Chao)
+- zh_TW (Wei-Lun Chao)
+
+============
gedit 2.91.3
============
diff --git a/README b/README
index c9ace80..d1d5bfb 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.91.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.91.4 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.3.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.91.3 # change to the toplevel directory
+ % gzip -cd gedit-2.91.4.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.91.4 # 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 f35284e..95d6776 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, 3)
+m4_define(gedit_micro_version, 4)
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/po/POTFILES.in b/po/POTFILES.in
index beaaeba..d92caf0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -77,12 +77,12 @@ plugins/quickopen/quickopen/windowhelper.py
plugins/quickopen/quickopen.plugin.desktop.in
plugins/snippets/snippets.plugin.desktop.in
[type: gettext/glade]plugins/snippets/snippets/snippets.ui
-plugins/snippets/snippets/Document.py
-plugins/snippets/snippets/WindowHelper.py
-plugins/snippets/snippets/Manager.py
-plugins/snippets/snippets/Exporter.py
-plugins/snippets/snippets/Importer.py
-plugins/snippets/snippets/Placeholder.py
+plugins/snippets/snippets/document.py
+plugins/snippets/snippets/windowactivatable.py
+plugins/snippets/snippets/manager.py
+plugins/snippets/snippets/exporter.py
+plugins/snippets/snippets/importer.py
+plugins/snippets/snippets/placeholder.py
plugins/sort/gedit-sort-plugin.c
[type: gettext/glade]plugins/sort/gedit-sort-plugin.ui
plugins/sort/sort.plugin.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]