[gedit] Release 3.7.3



commit 62f41d14e69fd0210cb8bf6259f7cdd31af2cc12
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jan 7 14:59:24 2013 +0100

    Release 3.7.3

 NEWS              |   18 ++++++++++++++++++
 README            |    6 +++---
 configure.ac      |    2 +-
 gedit/Makefile.am |    1 +
 4 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8150efe..3ba0190 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ===========
+gedit 3.7.3
+===========
+
+New Features and Fixes
+======================
+- Application menu (Paolo Borelli, Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- es (Daniel Mustieles)
+- he (Yaron Shahrabani)
+- hu (BalÃzs Ãr)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+
+===========
 gedit 3.7.2
 ===========
 
diff --git a/README b/README
index f9fb867..687035a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.7.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.7.3 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.7.2.tar.xz			# unpack the sources
-  % cd gedit-3.7.2				# change to the toplevel directory
+  % tar Jxf gedit-3.7.3.tar.xz			# unpack the sources
+  % cd gedit-3.7.3				# 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 2bc95e5..7a7abdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
 m4_define(gedit_minor_version, 7)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_micro_version, 3)
 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 db07461..2353f63 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -265,6 +265,7 @@ EXTRA_DIST = 				\
 	gedit.gresource.xml		\
 	gedit-ui.xml			\
 	gedit-ui-fallback.xml		\
+	gedit-menu.ui			\
 	gedit-encodings-dialog.ui	\
 	gedit-preferences-dialog.ui	\
 	gedit-replace-dialog.ui		\



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