[gedit] Release 3.13.1



commit bae5181b95cb0421c5f89d1106a649cdbddceb00
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jun 16 21:11:59 2014 +0200

    Release 3.13.1

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 63f2244..f0e48bf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,32 @@ gedit 3.12.1
 
 New Features and Fixes
 ======================
+- Statusbar: line/col popover menu (Sebastien Lafargue)
+- Use GtkListBox for the style scheme list (Paolo Borelli)
+- Make use of popover menu for the gear menu (Ignacio Casal Quinteiro)
+- Make it work on Windows (Руслан Ижбулатов, Paolo Borelli)
+- Add a gsettings for the last wrapping split -mode (Sebastien Lafargue)
+- Misc bug fixes.
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- ca valencia (Pau Iranzo)
+- cs (Marek Černocký)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- pt_BR (Enrico Nicoletto)
+- pt_BR (Rafael Ferreira)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.12.1
+============
+
+New Features and Fixes
+======================
 - Many fixes to the snippets plugin
 - Rework some of the internals in preparation to a new Windows release
 - Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All
diff --git a/README b/README
index a3bb81a..3e7781f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.12.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.1 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.12.1.tar.xz                        # unpack the sources
-  % cd gedit-3.12.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.13.1.tar.xz                        # unpack the sources
+  % cd gedit-3.13.1                            # 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 79aaed5..ba015f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 12)
+m4_define(gedit_minor_version, 13)
 m4_define(gedit_micro_version, 1)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 


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