[gedit] Release 3.19.3



commit 73461746b47988c1a19a86b6bbf1c29dbb8db53c
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Jan 19 20:59:22 2016 +0100

    Release 3.19.3

 NEWS                             |   28 ++++
 README                           |   12 +-
 configure.ac                     |    4 +-
 gedit/resources/gtk/menus-osx.ui |  281 --------------------------------------
 po/POTFILES.in                   |    1 -
 5 files changed, 37 insertions(+), 289 deletions(-)
---
diff --git a/NEWS b/NEWS
index 485a1e2..a69a129 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
 ============
+gedit 3.19.3
+============
+
+New Features and Fixes
+======================
+- Rename to "Text Editor" in the .desktop file
+- Use traditional menubar layout on XFCE, Unity, etc
+- require the latest gspell for the spell plugin
+- New Windows WiX installer
+- CSS updates to track GTK+ changes
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- fi (Jiri Grönroos)
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- ru (Stas Solovey)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+- vi (Trần Ngọc Quân)
+
+============
 gedit 3.19.2
 ============
 
diff --git a/README b/README
index 92d2fa3..5e96dda 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.19.3 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.
@@ -69,13 +69,15 @@ libpeas >= 1.14.1 libraries. It also has a run-time dependency on an
 icon theme for its icons. If gedit fails to display icons, installing
 GNOME's default adwaita-icon-theme is a simple way of providing them.
 
-PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
-plugins support.
+PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable
+python plugins support.
+
+gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.19.2.tar.xz                        # unpack the sources
-  % cd gedit-3.19.2                            # change to the toplevel directory
+  % tar Jxf gedit-3.19.3.tar.xz                        # unpack the sources
+  % cd gedit-3.19.3                            # 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 ff0f287..476c6c6 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, 19)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_micro_version, 3)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],
@@ -19,7 +19,7 @@ AC_SUBST(GEDIT_API_VERSION)
 # Dependencies
 GLIB_REQUIRED=2.44
 GTK_REQUIRED=3.19.0
-GTKSOURCEVIEW_REQUIRED=3.19.3
+GTKSOURCEVIEW_REQUIRED=3.19.4
 LIBPEAS_REQUIRED=1.14.1
 LIBXML_REQUIRED=2.5.0
 GSPELL_REQUIRED=0.2.3
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5225035..5363019 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -41,7 +41,6 @@ gedit/gedit-window.c
 [type: gettext/glade]gedit/resources/gtk/menus-common.ui
 [type: gettext/glade]gedit/resources/gtk/menus.ui
 [type: gettext/glade]gedit/resources/gtk/menus-traditional.ui
-[type: gettext/glade]gedit/resources/gtk/menus-osx.ui
 [type: gettext/glade]gedit/resources/ui/gedit-encodings-dialog.ui
 [type: gettext/glade]gedit/resources/ui/gedit-highlight-mode-dialog.ui
 [type: gettext/glade]gedit/resources/ui/gedit-highlight-mode-selector.ui


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