[gedit] Release 3.17.1
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.17.1
- Date: Mon, 22 Jun 2015 19:53:09 +0000 (UTC)
commit 4f211c91cbd63426b64096711793c4f9b8bda496
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Jun 22 21:46:00 2015 +0200
Release 3.17.1
NEWS | 29 +++++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 33 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3cba56c..43a0b8d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,35 @@ gedit 3.17.0
New Features and Fixes
======================
+- Add a menu to toggle the source map
+- Fix print margins
+- Fix the --wait options when passing a list of files
+- Several cleanups and code improvements to the document handling code
+- Various other bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- ca (Gil Forcada)
+- cs (Marek Černocký)
+- de (Christian Kirbach)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- he (Yosef Or Boczko)
+- nb (Åka Sikrom)
+- oc (Cédric Valmary (Tot en òc))
+- pl (Piotr Drąg)
+- ro (Daniel Șerbănescu)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- tr (Necdet Yücel)
+
+============
+gedit 3.17.0
+============
+
+New Features and Fixes
+======================
- Improve the Encodings dialog
- Add setting to display a grid pattern
- Various other bug fixes
diff --git a/README b/README
index 3d93e8b..ce8036d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.17.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.17.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.
@@ -74,8 +74,8 @@ plugins support.
Simple install procedure:
- % tar Jxf gedit-3.17.0.tar.xz # unpack the sources
- % cd gedit-3.17.0 # change to the toplevel directory
+ % tar Jxf gedit-3.17.1.tar.xz # unpack the sources
+ % cd gedit-3.17.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 ec3d838..271f3fc 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, 0)
+m4_define(gedit_micro_version, 1)
m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
AC_INIT([gedit],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]