[gtksourceview/gnome-3-24] Release 3.24.1



commit c1054236d19bf06beadc93c3d7b8da8c548b6742
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 9 12:57:11 2017 +0200

    Release 3.24.1

 NEWS         |    7 +++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9669784..3059dce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 3.24.1
+--------------
+* Deprecate the 'copy' parameter of the GtkSourceView::move-lines signal.
+* Force visual word movements for RTL text with Ctrl+left/right.
+* Misc bug fixes.
+* Translation update.
+
 News in 3.24.0
 --------------
 * Translation update
diff --git a/README b/README
index b52a05a..08b6bcf 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.24.0 of GtkSourceView.
+This is version 3.24.1 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
diff --git a/configure.ac b/configure.ac
index 6c4892b..a1c48fa 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, 24)
-m4_define(gtksourceview_micro_version, 0)
+m4_define(gtksourceview_micro_version, 1)
 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]