[gedit-latex] Release 3.3.1



commit 83d7015ecf4da45df7ccfe6d9873de41c1ebaaf3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Oct 6 13:40:02 2011 +0200

    Release 3.3.1

 NEWS         |   57 ++++++++++++++++++++++++++++++++-------------------------
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 37 insertions(+), 30 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0ec29ec..7910120 100644
--- a/NEWS
+++ b/NEWS
@@ -1,37 +1,33 @@
-gedit-latex 3.2.0
 =================
+gedit-latex 3.3.1
+=================
+
+New features and fixes
+======================
+- Remove the template system and use the snippets plugin instead (Ignacio Casal Quinteiro)
+- Move all files in the base dir to the root dir. (Ignacio Casal Quinteiro)
+- Misc bugfixes
 
 Updated translations
 ====================
+- lv (RÅdofls Mazurs)
 
-sl (Matej UrbanÄiÄ, Martin Srebotnjak)
-
-Bugfixes
-========
+=================
+gedit-latex 3.2.0
+=================
 
-Fix slowness when loading and changing tabs (Josà Aliste)
+New features and fixes
+======================
+- Fix slowness when loading and changing tabs (Josà Aliste)
 
+Updated translations
+====================
+- sl (Matej UrbanÄiÄ, Martin Srebotnjak)
 
+=================
 gedit-latex 3.1.1
 =================
 
-New and updated translations
-================
-
-
-th (Akom Chotiphantawanon)
-fr (Bruno Brouard)
-es (Daniel Mustieles)
-gl (Fran Dieguez)
-da (Kenneth Nielsen, Joe Hansen)
-nb (Kjartan Maraas)
-cs (Marek ÄernockÃ)
-de (Mario BlÃttermann,Wolfgang StÃggl)
-sl (Matej UrbanÄiÄ)
-zh (Yinghua Wang)
-ru (Yuri Myasoedov)
-
-
 New Features
 ============
 - Port to gobject-introspection and Gtk+3 (Josà Aliste, Ignacio Casal, John Stowers).
@@ -54,7 +50,6 @@ Dropped features
 
 Bugfixes
 ========
-
 - Finish the save operation before start compilation (Lucas David-Roesler)
 - Make the LaTeX postprocessor depend on the compiler exit status (Lucas David-Roesler)
 - Add alert to the statusbar while the document is compiling (Lucas David-Roesler)
@@ -64,9 +59,21 @@ Bugfixes
 - Remove translatable attribute from gtk stock strings (Claude Paroz)
 - Fix master document: use relative path (John Stowers)
 
+New and updated translations
+================
+- th (Akom Chotiphantawanon)
+- fr (Bruno Brouard)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- da (Kenneth Nielsen, Joe Hansen)
+- nb (Kjartan Maraas)
+- cs (Marek ÄernockÃ)
+- de (Mario BlÃttermann,Wolfgang StÃggl)
+- sl (Matej UrbanÄiÄ)
+- zh (Yinghua Wang)
+- ru (Yuri Myasoedov)
 
 gedit-latex-0.2rc3
 ==================
-
 This is the base release for the move to GNOME git repositories. 
 
diff --git a/README b/README
index bd058ac..74b2e56 100644
--- a/README
+++ b/README
@@ -1,15 +1,15 @@
 General Information
 ===================
 
-This is version 3.2.0 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.3.1 of gedit-latex. gedit-latex is a plugin that provides
 features to ease the edition of latex documents.
 
 Installation
 ============
 
 Due to a limitation on reading Settings, the plugin currently must
-be installed in the same prefix as Gedit. For instance if you are using
-Gedit 3 from your distribution, you need to do
+be installed in the same prefix as gedit. For instance if you are using
+gedit 3 from your distribution, you need to do
 
 ./configure --prefix=/usr
 make
diff --git a/configure.ac b/configure.ac
index 5d3685a..8623a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ 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,  2)
-m4_define(gedit_latex_micro_version,  0)
+m4_define(gedit_latex_minor_version,  3)
+m4_define(gedit_latex_micro_version,  1)
 m4_define(gedit_latex_version, gedit_latex_major_version.gedit_latex_minor_version.gedit_latex_micro_version)
 
 AC_INIT([gedit-latex],



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