[gedit] Release 3.3.1



commit 2b3d1bd0435f91a9cfc1342d39c45ec884165289
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Dec 17 12:03:21 2011 +0100

    Release 3.3.1

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 41 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 08afee2..ec12640 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
 ===========
+gedit 3.3.1
+===========
+
+New Features and Fixes
+======================
+- Sidebar style for the panel (Ignacio Casal Quinteiro)
+- Separate ParseAndActivate from Activate for snippets (Jesse van den Kieboom)
+- Remove outdated tool to generate a plugin scheleton (Paolo Borelli)
+- Clear the tools accel entry on backspace (Paolo Borelli)
+- Make restoring default print fonts actually work (Paolo Borelli)
+- Use GtkGrid in the pythonconsole settings (Paolo Borelli)
+- GtkTable replaced with GtkGrid in gedit-print-preferences (Laura Lazzati)
+- GtkTable replaced with GtkGrid in docinfo-plugin (Laura Lazzati)
+- Remove gedit_style_scheme_manager_list_schemes_sorted (Paolo Borelli)
+- Remove gedit_language_manager_list_languages_sorted (Paolo Borelli)
+- Remove explicit gthread initialization (Paolo Borelli)
+- More docs awesome (Jim Campbell)
+- quickopen: set placeholder text (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario BlÃttermann)
+- el (Kostas Papadimas)
+- es (Daniel Mustieles)
+- fr (Bruno Brouard)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- my (phonemyintkhaing)
+- nb (Kjartan Maraas)
+- ru (Yuri Myasoedov)
+- sl (Matej UrbanÄiÄ)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+
+===========
 gedit 3.2.2
 ===========
 
diff --git a/README b/README
index 6bd9d68..32c9bb0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.2.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.3.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.2.2.tar.xz			# unpack the sources
-  % cd gedit-3.2.2				# change to the toplevel directory
+  % tar Jxf gedit-3.3.1.tar.xz			# unpack the sources
+  % cd gedit-3.3.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 ad0519e..8182568 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.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 2)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_minor_version, 3)
+m4_define(gedit_micro_version, 1)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[http://projects.gnome.org/gedit/])



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