gtksourceview r1847 - in trunk: . po
- From: paolo svn gnome org
- To: svn-commits-list gnome org
- Subject: gtksourceview r1847 - in trunk: . po
- Date: Mon, 14 Jan 2008 17:41:50 +0000 (GMT)
Author: paolo
Date: Mon Jan 14 17:41:50 2008
New Revision: 1847
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1847&view=rev
Log:
Preparing 2.1.0 release
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/po/POTFILES.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 14 17:41:50 2008
@@ -1,5 +1,14 @@
+News in 2.1.0
+-------------
+
+* New gtk-print based printing API
+* New GtkTextMark-based GtkSourceMark API
+* Misc bugfixes
+* Updated translations
+
News in 2.0.0
-------------
+
* Updated translations
News in 1.90.4
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Jan 14 17:41:50 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.0.0 of GtkSourceView.
+This is version 2.1.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 GTK+-2.8.x and libxml2 2.5.x.
+GtkSourceView requires GTK+-2.12.x and libxml2 2.5.x.
Simple install procedure:
- % gzip -cd gtksourceview-2.0.0.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.0.0 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.1.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.1.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Jan 14 17:41:50 2008
@@ -34,7 +34,7 @@
AC_CHECK_FUNCS([memset memmove strerror])
# Dependencies
-GTK_REQUIRED_VERSION=2.8.0
+GTK_REQUIRED_VERSION=2.12.0
LIBXML_REQUIRED_VERSION=2.5.0
AC_SUBST(GTK_REQUIRED_VERSION)
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Mon Jan 14 17:41:50 2008
@@ -4,6 +4,7 @@
gtksourceview/gtksourcelanguagemanager.c
gtksourceview/gtksourcelanguage-parser-2.c
gtksourceview/gtksourcemark.c
+gtksourceview/gtksourceprintcompositor.c
gtksourceview/gtksourcestyle.c
gtksourceview/gtksourcestyleschememanager.c
gtksourceview/gtksourcestylescheme.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]