summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
-rw-r--r--README8
-rw-r--r--configure.in2
4 files changed, 19 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fc8c664..03e05236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-25 Paolo Maggi <paolo@gnome.org>
+
+ * configure.in: set version to 1.1.91
+
+ * NEWS:
+ * README: updated
+
2005-01-24 Laurent Sansonetti <lrz@gnome.org>
* gtksourceview/gtksourcebuffer.c:
diff --git a/NEWS b/NEWS
index 2c12c7f6..955a81af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 1.1.91
+--------------
+
+* Undoing/Redoing to a non-modified state unset the modified flag.
+* Added some missing documentation and improved existing one.
+* Bug fixes and update translations.
+
News in 1.1.90
--------------
diff --git a/README b/README
index 0dfd6897..6816c2e9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 1.1.90 of GtkSourceView.
+This is version 1.1.91 of GtkSourceView.
GtkSourceView is a text widget that extends the standard gtk+ 2.x
text widget GtkTextView.
@@ -22,12 +22,12 @@ mailing list. You can subscribe and get further information here:
Installation
============
-GtkSourceView requires GTK+-2.4.x, libxml2 2.5.x and libgnomeprint 2.7.x.
+GtkSourceView requires GTK+-2.4.x, libxml2 2.5.x and libgnomeprint 2.8.x.
Simple install procedure:
- % gzip -cd gtksourceview-1.1.90.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-1.1.90 # change to the toplevel directory
+ % gzip -cd gtksourceview-1.1.91.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-1.1.91 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
diff --git a/configure.in b/configure.in
index d915347e..0d2c5f84 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
# Initialization and versioning
-AC_INIT(gtksourceview, 1.1.90, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
+AC_INIT(gtksourceview, 1.1.91, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
AM_CONFIG_HEADER(config.h)