[gedit-plugins] Release 2.31.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Release 2.31.1
- Date: Mon, 3 May 2010 13:14:56 +0000 (UTC)
commit dfdf8f0c4ca64931a4b4200b72ec3f00fcf389ed
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon May 3 15:14:11 2010 +0200
Release 2.31.1
NEWS | 20 ++++++++++++++++++++
README | 3 ++-
configure.ac | 4 ++--
3 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index fbbf1b2..64ba2d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
====================
+gedit-plugins 2.31.1
+====================
+
+New features and fixes
+======================
+- New text size plugin (Jesse van den Kieboom, Konstantin Mikhaylov, Wouter Bolsterlee)
+- Implement immediate single column mode (Jesse van den Kieboom)
+- Implement multiedit pasting (Jesse van den Kieboom)
+- Implemented _smart_ column selection mode (Jesse van den Kieboom)
+- Implemented smart align multi edit mode (Jesse van den Kieboom)
+- Implemented align for multi edit (Jesse van den Kieboom)
+- Depend on gedit 3.0 api
+- Misc Bugfixes
+
+New and updated translations
+============================
+- id (Andika Triwidada)
+- sl (Matej UrbanÄ?iÄ?)
+
+====================
gedit-plugins 2.30.0
====================
diff --git a/README b/README
index 7a642ee..469885c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.30.0 of gedit-plugins. gedit-plugins are a set of plugins
+This is version 2.31.1 of gedit-plugins. gedit-plugins are a set of plugins
for gedit.
Installation
@@ -26,6 +26,7 @@ commander Command gedit from a command line like interface
drawspaces Draw spaces and tabs.
joinlines Join several lines or split long ones.
multiedit Edit document in multiple places at once
+textsize Easily increase and decrease the text size
sessionsaver Save and restore your working sessions.
showtabbar Add a menu entry to show/hide the tabbar.
smartspaces Forget you're not using tabulations.
diff --git a/configure.ac b/configure.ac
index 33c7e76..cb9681a 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, 30)
-m4_define(gedit_plugins_micro_version, 0)
+m4_define(gedit_plugins_minor_version, 31)
+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]