[gedit] Release 3.11.91



commit d213ae6ef3dd2e81adbc77efc640dd5c42665895
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Mar 5 08:16:21 2014 +0100

    Release 3.11.91

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 31eb16c..ed1b8b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
 =============
+gedit 3.11.91
+=============
+
+New Features and Fixes
+======================
+- Add keyboard shortcuts to change text case
+- Readd bus message to add context menu items to the filebrowser
+- Reopen last closed tab with ctrl+shift+T
+- Rework fullscreen mode to use GtkRevealer
+- Misc bug fixes.
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- it (Milo Casagrande)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- zh_CN (Tong Hui)
+
+=============
 gedit 3.11.90
 =============
 
diff --git a/README b/README
index e593750..e8219c2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.11.91 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.
@@ -70,8 +70,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.11.90.tar.xz                       # unpack the sources
-  % cd gedit-3.11.90                           # change to the toplevel directory
+  % tar Jxf gedit-3.11.91.tar.xz                       # unpack the sources
+  % cd gedit-3.11.91                           # 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 02b466d..7627f81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
 m4_define(gedit_minor_version, 11)
-m4_define(gedit_micro_version, 90)
+m4_define(gedit_micro_version, 91)
 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],[https://wiki.gnome.org/Apps/Gedit])


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