gtksourceview r2076 - in trunk: . po



Author: pborelli
Date: Sat Sep 20 10:18:00 2008
New Revision: 2076
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=2076&view=rev

Log:
2.4.0


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/gtksourceview-zip.in
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Sep 20 10:18:00 2008
@@ -1,3 +1,7 @@
+News in 2.4.0
+-------------
+* Updated translations
+
 News in 2.3.3
 -------------
 * Improvements to some of the lang files

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sat Sep 20 10:18:00 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.3.3 of GtkSourceView. 
+This is version 2.4.0 of GtkSourceView. 
 
 GtkSourceView is a text widget that extends the standard gtk+ 2.x 
 text widget GtkTextView.
@@ -28,12 +28,12 @@
 Installation
 ============
 
-GtkSourceView requires glib-2.14.x, -GTK+-2.12.x and libxml2 2.5.x.
+GtkSourceView requires glib-2.14.x, GTK+-2.12.x and libxml2 2.5.x.
 
 Simple install procedure:
 
-  % gzip -cd gtksourceview-2.3.3.tar.gz | tar xvf -    # unpack the sources
-  % cd gtksourceview-2.3.3		   # change to the toplevel directory
+  % gzip -cd gtksourceview-2.4.0.tar.gz | tar xvf -    # unpack the sources
+  % cd gtksourceview-2.4.0		   # change to the toplevel directory
   % ./configure				   # run the `configure' script
   % make				   # build gtksourceview
   [ Become root if necessary ]
@@ -88,13 +88,13 @@
 fixes, and attach it to that bug report.
   
 Patches should be in unified diff form (use the -up options of GNU
-diff and cvs) and should follow the coding style described in the
+diff or svn diff) and should follow the coding style described in the
 HACKING file.
 
 If you are interested in helping us to develop GtkSourceView, please see the 
 file 'MAINTAINERS' for contact information and/or send a message to
 the GtkSourceView mailing list. See also the file 'HACKING' for
-information about our CVS guidelines and the file 'TODO' for a list of
+information about our SVN guidelines and the file 'TODO' for a list of
 pending tasks.
 
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Sep 20 10:18:00 2008
@@ -3,8 +3,8 @@
 AC_PREREQ(2.59)
 
 m4_define(gtksourceview_major_version, 2)
-m4_define(gtksourceview_minor_version, 3)
-m4_define(gtksourceview_micro_version, 3)
+m4_define(gtksourceview_minor_version, 4)
+m4_define(gtksourceview_micro_version, 0)
 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)

Modified: trunk/gtksourceview-zip.in
==============================================================================
--- trunk/gtksourceview-zip.in	(original)
+++ trunk/gtksourceview-zip.in	Sat Sep 20 10:18:00 2008
@@ -14,7 +14,9 @@
 
 zip $ZIP share/gtksourceview-2.0/language-specs/*.lang
 zip $ZIP share/gtksourceview-2.0/language-specs/*.dtd
+zip $ZIP share/gtksourceview-2.0/language-specs/*.rng
 zip $ZIP share/gtksourceview-2.0/styles/*.xml
+zip $ZIP share/gtksourceview-2.0/styles/*.rng
 
 if [ -f share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo ]; then
   zip $ZIP share/locale/*/LC_MESSAGES/gtksourceview-2.0.mo



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