[gedit-plugins] Release 2.29.1



commit 5b6f659b5df74c38e033f68a884549f0baea45b6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Oct 16 14:35:41 2009 +0200

    Release 2.29.1

 NEWS         |   15 +++++++++++++++
 README       |    3 ++-
 configure.ac |    4 ++--
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index eb916b5..213ba94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
 ====================
+gedit-plugins 2.29.1
+====================
+
+New features and fixes
+======================
+- Added word completion plugin (Jesse van den Kieboom, Ignacio Casal Quinteiro)
+- Added support for drawing leading, text and trailing spaces (Jesse van den Kieboom)
+- Misc Bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- sv (Daniel Nylander)
+
+====================
 gedit-plugins 2.28.0
 ====================
 
diff --git a/README b/README
index 616f036..f052546 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.28.0 of gedit-plugins. gedit-plugins are a set of plugins
+This is version 2.29.1 of gedit-plugins. gedit-plugins are a set of plugins
 for gedit.
 
 Installation
@@ -28,5 +28,6 @@ sessionsaver		Save and restore your working sessions.
 showtabbar		Add a menu entry to show/hide the tabbar.
 smartspaces		Forget you're not using tabulations.
 terminal		Embed a terminal in the bottom pane.
+wordcompletion		Word completion using the completion framework.
 
 all			All of the above plugins
diff --git a/configure.ac b/configure.ac
index 9b68676..8fb4c8c 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.59)
  
 m4_define(gedit_plugins_major_version,  2)
-m4_define(gedit_plugins_minor_version, 28)
-m4_define(gedit_plugins_micro_version,  0)
+m4_define(gedit_plugins_minor_version, 29)
+m4_define(gedit_plugins_micro_version,  1)
 m4_define(gedit_plugins_version, gedit_plugins_major_version.gedit_plugins_minor_version.gedit_plugins_micro_version)
 
 AC_INIT(gedit-plugins, gedit_plugins_version, http://bugzilla.gnome.org/enter_bug.cgi?product=gedit)



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