[gedit] Release 2.31.4
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.31.4
- Date: Tue, 29 Jun 2010 15:08:32 +0000 (UTC)
commit 8f0773f946cc3894888d2b53c1b0769ce52e4e1e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jun 29 17:08:02 2010 +0200
Release 2.31.4
NEWS | 28 ++++
README | 6 +-
configure.ac | 2 +-
gedit/Makefile.am | 1 -
gedit/gedit-object-module.c | 347 -------------------------------------------
gedit/gedit-object-module.h | 96 ------------
6 files changed, 32 insertions(+), 448 deletions(-)
---
diff --git a/NEWS b/NEWS
index 321d09c..6cebc9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
============
+gedit 2.31.4
+============
+
+New Features and Fixes
+======================
+-
+- Port C plugins to libpeas (Steve Frécinaux, Paolo Borelli, Garrett Regier, Ignacio Casal Quinteiro)
+- Port to use libpeas (Steve Frécinaux)
+- Fix drag and drop with tab groups (Ignacio Casal Quinteiro)
+- Add GObject Introspection (Garrett Regier)
+- Fixed GeditDocumentsPanel to deal with Tab Groups (Garrett Regier)
+- Disabled python plugins
+- Depend on gtk+ 3 and gtksourceview 3.
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca (Carles Ferrando Garcia)
+- eo (Kristjan SCHMIDT)
+- es (Jorge González)
+- et (Ivar Smolin)
+- gl (Fran Diéguez)
+- he (Yaron Shahrabani)
+- lt (Aurimas Ä?ernius)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+
+============
gedit 2.31.3
============
diff --git a/README b/README
index dcea80d..dadce90 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.31.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.31.4 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 @@ enable python plugins support.
Simple install procedure:
- % gzip -cd gedit-2.31.3.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.31.3 # change to the toplevel directory
+ % gzip -cd gedit-2.31.4.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.31.4 # 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 5da30d4..b77191f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 31)
-m4_define(gedit_micro_version, 3)
+m4_define(gedit_micro_version, 4)
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/])
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index 8af9b7c..b83a8ba 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -191,7 +191,6 @@ libgedit_c_files = \
gedit-message-type.c \
gedit-message.c \
gedit-multi-notebook.c \
- gedit-object-module.c \
gedit-notebook.c \
gedit-panel.c \
gedit-plugins-engine.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]