diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2015-07-20 17:31:39 +0200 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2015-07-20 17:31:39 +0200 |
commit | b7b1bb3dd8b89e3992c99ab51f4085aa0175c1de (patch) | |
tree | 0208ddf34e353fc082f660f1254b89825b281b8e | |
parent | 5eb218e000f269b7ec8da4a86538a862b1903517 (diff) | |
download | gedit-3.17.2.tar.gz |
Release 3.17.23.17.2
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 30 insertions, 7 deletions
@@ -1,5 +1,28 @@ ============ -gedit 3.17.0 +gedit 3.17.2 +============ + +New Features and Fixes +====================== +- Lots of cleanups and code improvements to: the document handling code, + file printing and the spell checking. +- gtk-mac-integration support fix + +New and updated translations +============================ +- de (Benjamin Steinwender) +- he (Yosef Or Boczko) +- hu (Balázs Úr) +- hu (Gabor Kelemen) +- it (Milo Casagrande) +- oc (Cédric Valmary (totenoc.eu)) +- pt (Pedro Albuquerque) +- sk (Dušan Kazik) +- sl (Matej Urbančič) +- th (Akom Chotiphantawanon) + +============ +gedit 3.17.1 ============ New Features and Fixes @@ -1,7 +1,7 @@ General Information =================== -This is version 3.17.1 of gedit. gedit is a small and lightweight UTF-8 text +This is version 3.17.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. @@ -64,8 +64,8 @@ Information about gedit mailing lists can be found at Installation ============ -gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.0 and -libpeas >= 1.7.x libraries. It also has a run-time dependency on an +gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.3 and +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. @@ -74,8 +74,8 @@ plugins support. Simple install procedure: - % tar Jxf gedit-3.17.1.tar.xz # unpack the sources - % cd gedit-3.17.1 # change to the toplevel directory + % tar Jxf gedit-3.17.2.tar.xz # unpack the sources + % cd gedit-3.17.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 3441c86a7..99b768d3c 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, 17) -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], |