[gedit-latex] Getting ready for 3.18



commit 488b7b56dd71b16ffbebe131e0477cdb40b63e7d
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Mon Mar 21 21:45:14 2016 +0100

    Getting ready for 3.18

 NEWS         |   21 +++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6ab6610..f03d053 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
 =================
+gedit-latex 3.18
+=================
+
+New features and fixes
+======================
+
+- New maintainer: Pietro Battiston
+- Adapt to Gedit plugin API 3.12 and 3.14 (no later changes needed)
+- Remove menus at deactivation
+- Suppress warnings related to missing actions
+- Fix to bug in tools dialog (Debian bug #561683)
+- Increase space request in jobs treeview
+- Use colors from scheme for highlighting text (Bug #691757)
+- Remove unused colors from gsettings
+- Misc bugfixes
+
+New translations
+================
+
+
+=================
 gedit-latex 3.8.0
 =================
 
diff --git a/README b/README
index 7824040..4461683 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.8.0 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.18.0 of gedit-latex. gedit-latex is a plugin that provides
 features to ease the edition of latex documents.
 
 Note about Python 3
diff --git a/configure.ac b/configure.ac
index 4e23b34..bc4c50a 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])
 
 m4_define(gedit_latex_major_version,  3)
-m4_define(gedit_latex_minor_version,  8)
+m4_define(gedit_latex_minor_version,  18)
 m4_define(gedit_latex_micro_version,  0)
 m4_define(gedit_latex_version, gedit_latex_major_version.gedit_latex_minor_version.gedit_latex_micro_version)
 


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