gtksourceview r2138 - in branches/gnome-2-24: . po



Author: pborelli
Date: Sat Jan 10 18:33:26 2009
New Revision: 2138
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=2138&view=rev

Log:
2.4.2


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/README
   branches/gnome-2-24/configure.ac
   branches/gnome-2-24/po/ChangeLog

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Sat Jan 10 18:33:26 2009
@@ -1,3 +1,9 @@
+News in 2.4.2
+-------------
+* Backport misc bugfixes from the developement version
+* Improvements to some of the lang files
+* Updated translations
+
 News in 2.4.1
 -------------
 * Fix a crash when inserting images in the buffer

Modified: branches/gnome-2-24/README
==============================================================================
--- branches/gnome-2-24/README	(original)
+++ branches/gnome-2-24/README	Sat Jan 10 18:33:26 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.4.1 of GtkSourceView. 
+This is version 2.4.2 of GtkSourceView. 
 
 GtkSourceView is a text widget that extends the standard gtk+ 2.x 
 text widget GtkTextView.
@@ -32,8 +32,8 @@
 
 Simple install procedure:
 
-  % gzip -cd gtksourceview-2.4.1.tar.gz | tar xvf -    # unpack the sources
-  % cd gtksourceview-2.4.1		   # change to the toplevel directory
+  % gzip -cd gtksourceview-2.4.2.tar.gz | tar xvf -    # unpack the sources
+  % cd gtksourceview-2.4.2		   # change to the toplevel directory
   % ./configure				   # run the `configure' script
   % make				   # build gtksourceview
   [ Become root if necessary ]

Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac	(original)
+++ branches/gnome-2-24/configure.ac	Sat Jan 10 18:33:26 2009
@@ -4,7 +4,7 @@
 
 m4_define(gtksourceview_major_version, 2)
 m4_define(gtksourceview_minor_version, 4)
-m4_define(gtksourceview_micro_version, 1)
+m4_define(gtksourceview_micro_version, 2)
 m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT(gtksourceview, gtksourceview_version, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)



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