[gedit] Release 2.91.0



commit 7c22769d73f756b9d1388febd147c9d267ed54cb
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Oct 4 19:02:28 2010 +0200

    Release 2.91.0

 NEWS                        |   26 ++++++++++++++++++++++++++
 README                      |    8 ++++----
 configure.ac                |    2 +-
 gedit/theatrics/Makefile.am |    6 ++++--
 po/POTFILES.in              |   31 ++++++++++++++++---------------
 tests/Makefile.am           |    6 +++---
 6 files changed, 54 insertions(+), 25 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f659e6..1417498 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
 ============
+gedit 2.91.0
+============
+
+New Features and Fixes
+======================
+- New reworked search dialog (Ignacio Casal Quinteiro)
+- Added mallard snippets (Paul Cutler)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ast (Xandru Armesto)
+- cs (Marek Ä?ernocký)
+- el (Michael Kotsarinis)
+- es (Jorge González)
+- fr (Claude Paroz)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- id (Dirgita)
+- ja (Mitsuya Shibata)
+- ja (Takayuki KUSANO)
+- kk (Baurzhan Muftakhidinov)
+- sl (Matej UrbanÄ?iÄ?)
+- te (Arjuna Rao Chavala)
+
+============
 gedit 2.90.0
 ============
 
diff --git a/README b/README
index a87e9dc..bebc110 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.90.0 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.91.0 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.
@@ -65,14 +65,14 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+-3.0.x and GtkSourceView 3.0.x and libpeas 0.5.4 libraries.
+gedit requires GTK+-3.0.x and GtkSourceView 3.0.x and libpeas 0.7.0 libraries.
 PyGobject 2.21.5 and gobject-introspection 0.9.0 are required to enable python
 plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.90.0.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.90.0				# change to the toplevel directory
+  % gzip -cd gedit-2.91.0.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.91.0				# 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 4528e93..65a1c25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 90)
+m4_define(gedit_minor_version, 91)
 m4_define(gedit_micro_version,  0)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
diff --git a/gedit/theatrics/Makefile.am b/gedit/theatrics/Makefile.am
index d79fe42..8052be0 100644
--- a/gedit/theatrics/Makefile.am
+++ b/gedit/theatrics/Makefile.am
@@ -44,8 +44,10 @@ gedit-theatrics-marshal.c: gedit-theatrics-marshal.list $(GLIB_GENMARSHAL)
 	$(AM_V_GEN) echo "#include \"gedit-theatrics-marshal.h\"" > $@ && \
 	$(GLIB_GENMARSHAL) $< --body --prefix=gedit_theatrics_marshal >> $@
 
-EXTRA_DIST =				\
-	gedit-theatrics-marshal.list
+EXTRA_DIST =					\
+	gedit-theatrics-marshal.list		\
+	gedit-theatrics-enum-types.h.template	\
+	gedit-theatrics-enum-types.c.template
 
 CLEANFILES = $(BUILT_SOURCES)
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bb16882..143fa0a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,8 +8,8 @@ gedit/dialogs/gedit-encodings-dialog.c
 [type: gettext/glade]gedit/dialogs/gedit-encodings-dialog.ui
 gedit/dialogs/gedit-preferences-dialog.c
 [type: gettext/glade]gedit/dialogs/gedit-preferences-dialog.ui
-gedit/dialogs/gedit-search-dialog.c
-[type: gettext/glade]gedit/dialogs/gedit-search-dialog.ui
+gedit/dialogs/gedit-replace-dialog.c
+[type: gettext/glade]gedit/dialogs/gedit-replace-dialog.ui
 gedit/gedit.c
 gedit/gedit-app.c
 gedit/gedit-command-line.c
@@ -39,17 +39,18 @@ gedit/gedit-ui.h
 gedit/gedit-ui.xml
 gedit/gedit-utils.c
 gedit/gedit-view.c
+gedit/gedit-view-frame.c
 gedit/gedit-window.c
-plugins/changecase/changecase.gedit-plugin.desktop.in
+plugins/changecase/changecase.plugin.desktop.in
 plugins/changecase/gedit-changecase-plugin.c
-plugins/checkupdate/checkupdate.gedit-plugin.desktop.in
+plugins/checkupdate/checkupdate.plugin.desktop.in
 plugins/checkupdate/gedit-check-update-plugin.c
 plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in
-plugins/docinfo/docinfo.gedit-plugin.desktop.in
+plugins/docinfo/docinfo.plugin.desktop.in
 [type: gettext/glade]plugins/docinfo/gedit-docinfo-plugin.ui
 plugins/docinfo/gedit-docinfo-plugin.c
 plugins/externaltools/data/open-terminal-here-osx.desktop.in
-plugins/externaltools/externaltools.gedit-plugin.desktop.in
+plugins/externaltools/externaltools.plugin.desktop.in
 plugins/externaltools/tools/__init__.py
 plugins/externaltools/tools/capture.py
 plugins/externaltools/tools/functions.py
@@ -60,22 +61,22 @@ plugins/externaltools/data/build.desktop.in
 plugins/externaltools/data/open-terminal-here.desktop.in
 plugins/externaltools/data/remove-trailing-spaces.desktop.in
 plugins/externaltools/data/run-command.desktop.in
-plugins/filebrowser/filebrowser.gedit-plugin.desktop.in
+plugins/filebrowser/filebrowser.plugin.desktop.in
 plugins/filebrowser/gedit-file-bookmarks-store.c
 plugins/filebrowser/gedit-file-browser-plugin.c
 plugins/filebrowser/gedit-file-browser-store.c
 plugins/filebrowser/gedit-file-browser-view.c
 plugins/filebrowser/gedit-file-browser-widget.c
 plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in
-plugins/modelines/modelines.gedit-plugin.desktop.in
+plugins/modelines/modelines.plugin.desktop.in
 plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
-plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in
+plugins/pythonconsole/pythonconsole.plugin.desktop.in
 plugins/pythonconsole/pythonconsole/__init__.py
 [type: gettext/glade]plugins/pythonconsole/pythonconsole/config.ui
 plugins/quickopen/quickopen/popup.py
 plugins/quickopen/quickopen/windowhelper.py
-plugins/quickopen/quickopen.gedit-plugin.desktop.in
-plugins/snippets/snippets.gedit-plugin.desktop.in
+plugins/quickopen/quickopen.plugin.desktop.in
+plugins/snippets/snippets.plugin.desktop.in
 [type: gettext/glade]plugins/snippets/snippets/snippets.ui
 plugins/snippets/snippets/Document.py
 plugins/snippets/snippets/WindowHelper.py
@@ -85,7 +86,7 @@ plugins/snippets/snippets/Importer.py
 plugins/snippets/snippets/Placeholder.py
 plugins/sort/gedit-sort-plugin.c
 [type: gettext/glade]plugins/sort/gedit-sort-plugin.ui
-plugins/sort/sort.gedit-plugin.desktop.in
+plugins/sort/sort.plugin.desktop.in
 plugins/spell/gedit-automatic-spell-checker.c
 plugins/spell/gedit-spell-checker.c
 plugins/spell/gedit-spell-checker-dialog.c
@@ -94,17 +95,17 @@ plugins/spell/gedit-spell-language-dialog.c
 plugins/spell/gedit-spell-plugin.c
 [type: gettext/glade]plugins/spell/languages-dialog.ui
 [type: gettext/glade]plugins/spell/spell-checker.ui
-plugins/spell/spell.gedit-plugin.desktop.in
+plugins/spell/spell.plugin.desktop.in
 plugins/taglist/gedit-taglist-plugin.c
 plugins/taglist/gedit-taglist-plugin-panel.c
 plugins/taglist/gedit-taglist-plugin-parser.c
 plugins/taglist/HTML.tags.xml.in
 plugins/taglist/Latex.tags.xml.in
-plugins/taglist/taglist.gedit-plugin.desktop.in
+plugins/taglist/taglist.plugin.desktop.in
 plugins/taglist/XSLT.tags.xml.in
 plugins/taglist/XUL.tags.xml.in
 plugins/time/gedit-time-plugin.c
-plugins/time/time.gedit-plugin.desktop.in
+plugins/time/time.plugin.desktop.in
 plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
 [type: gettext/glade]plugins/time/gedit-time-dialog.ui
 [type: gettext/glade]plugins/time/gedit-time-setup-dialog.ui
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 15fd334..f559525 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
 INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/gedit $(GEDIT_DEBUG_FLAGS) $(GEDIT_CFLAGS)
 
-noinst_PROGRAMS = $(TEST_PROGS)
+noinst_PROGRAMS = $(TEST_PROGS) $(TEST_GTK_PROGS)
 progs_ldadd     = $(top_builddir)/gedit/libgedit.la
 
 TEST_PROGS			= smart-converter
@@ -23,11 +23,11 @@ TEST_PROGS			+= document-saver
 document_saver_SOURCES		= document-saver.c
 document_saver_LDADD		= $(progs_ldadd)
 
-TEST_PROGS			+= test-rounded-frame
+TEST_GTK_PROGS			= test-rounded-frame
 test_rounded_frame_SOURCES	= test-rounded-frame.c
 test_rounded_frame_LDADD	= $(progs_ldadd)
 
-TEST_PROGS			+= test-overlay
+TEST_GTK_PROGS			+= test-overlay
 test_overlay_SOURCES		= test-overlay.c
 test_overlay_LDADD		= $(progs_ldadd)
 



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