[gedit-latex] Getting ready for 3.20 (3.18 was never released)



commit 01eceac0b17a0aad826884d14a03f9f20f16ba70
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Sat May 14 19:01:50 2016 +0200

    Getting ready for 3.20 (3.18 was never released)

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++--
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 38 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f03d053..6473747 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 =================
-gedit-latex 3.18
+gedit-latex 3.20
 =================
 
 New features and fixes
@@ -7,17 +7,51 @@ 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
+- Move tools in tools menu, remove menus at deactivation
+- Fixed "New document" dialog
 - Suppress warnings related to missing actions
 - Fix to bug in tools dialog (Debian bug #561683)
+- Cope with a corrupted tools.xml (Bug #680869)
 - Increase space request in jobs treeview
 - Use colors from scheme for highlighting text (Bug #691757)
 - Remove unused colors from gsettings
+- Updated glade files and relative API calls
+- Fix/translate more strings (Bugs #688388 and #753235)
 - Misc bugfixes
 
 New translations
 ================
 
+- Basque (Inaki Larranaga Murgoitio)
+- Bosnian (Samir Ribic)
+- Chinese (Taiwan) (Cheng-Chia Tseng)
+- Hungarian (Gábor Kelemen)
+- Italian (Milo Casagrande)
+- Korean (Seong-ho Cho)
+- Occitan (Cédric Valmary)
+- Portuguese (Pedro Albuquerque)
+- Romanian (Daniel Șerbănescu)
+
+Updated translations
+====================
+
+- Akom Chotiphantawanon (th)
+- Anders Jonsson (sv)
+- Andika Triwidada (id)
+- Balázs Úr (hu)
+- Daniel Mustieles (es)
+- Joe Hansen (da)
+- Marek Černocký (cs)
+- Mario Blättermann (de)
+- Matej Urbančič (sl)
+- Piotr Drąg (pl)
+- Rafael Ferreira (pt_BR)
+- Rafael Fontenelle (pt_BR)
+- Rūdolfs Mazurs (lv)
+- Wolfgang Stöggl (de)
+- Γιάννης Κουτσούκος (el)
+- Мирослав Николић (sr) (sr latin)
+
 
 =================
 gedit-latex 3.8.0
diff --git a/README b/README
index 4461683..ffb0be7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.18.0 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.20.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 bc4c50a..e0718de 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,  18)
+m4_define(gedit_latex_minor_version,  20)
 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]