[gtksourceview] Release 3.15.90 - API freeze
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 3.15.90 - API freeze
- Date: Sun, 15 Feb 2015 20:18:35 +0000 (UTC)
commit 069f8a355a21138d52ab00413b11cad13072db06
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Feb 15 21:11:54 2015 +0100
Release 3.15.90 - API freeze
NEWS | 6 ++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e827a1..89fff2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 3.15.90
+---------------
+* Provide a way to draw background patterns (a grid)
+* Support incrementing and decrementing numbers
+* Various other improvements
+
News in 3.15.3
--------------
* Better word boundaries for word selection (double-click) and word movements
diff --git a/README b/README
index 1f15389..3dbb1ea 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.15.4 of GtkSourceView.
+This is version 3.15.90 of GtkSourceView.
GtkSourceView is a text widget that extends the standard GTK+ text widget
GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.43.3, GTK+ >= 3.15.3 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.15.4.tar.xz # unpack the sources
- % cd gtksourceview-3.15.4 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.15.90.tar.xz # unpack the sources
+ % cd gtksourceview-3.15.90 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index bb9d65f..799e58e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.64)
m4_define(gtksourceview_major_version, 3)
m4_define(gtksourceview_minor_version, 15)
-m4_define(gtksourceview_micro_version, 4)
+m4_define(gtksourceview_micro_version, 90)
m4_define(gtksourceview_version,
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
AC_INIT([gtksourceview],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]