[gtksourceview] Release 3.99.1
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 3.99.1
- Date: Sun, 13 Nov 2016 17:21:46 +0000 (UTC)
commit 8b1ce3f6adbc4e62e55a03808b1430f1dd22fe0b
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Nov 13 18:15:27 2016 +0100
Release 3.99.1
NEWS | 24 +++++++++++++++++++++---
README | 2 +-
configure.ac | 2 +-
3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5a91913..f1a44d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,28 @@
+News in 3.99.1
+--------------
+
+This is an intermediate version towards GtkSourceView 4.0. GtkSourceView 4.0
+will still depend on GTK+ 3, and will be released in March 2017.
+
+* All the deprecated APIs have been removed.
+* Only <gtksourceview/gtksource.h> can be included directly. There were already
+ warnings about it in GtkSourceView 3. The warnings have been changed to
+ errors.
+* Only the version 2 of the GtkSourceView language definition file format is
+ supported (for *.lang files, used for syntax highlighting). The support for
+ the version 1 has been dropped.
+* Add padding for future expansion in the Class structures.
+* Docs: add an intro with the pkg-config name.
+* Docs: write the first steps of the GtkSourceView 3 -> 4 porting guide.
+* Build fixes on Windows.
+* Improvements to the syntax highlighting of: JavaScript and PHP
+* Translation updates
+
News in 3.23.1
--------------
This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
-depending on GTK+ 3), but the release date is not yet determined. If everything
-goes well, GtkSourceView 3.90 (depending on GTK+ 3.90) will be released at the
-same time as GTK+ 3.90 in March 2017.
+depending on GTK+ 3), but the release date is not yet determined.
* New class: GtkSourceSpaceDrawer with a matrix property to combine space types
vs locations. The old white space drawing API has been deprecated.
diff --git a/README b/README
index 435b28d..51a4549 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.99.0 of GtkSourceView.
+This is version 3.99.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 426393b..1fa95e6 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, 99)
-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]