summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2016-10-23 17:47:45 +0200
committerSébastien Wilmet <swilmet@gnome.org>2016-10-23 17:47:45 +0200
commitb72c8b398a6f19e2010983c81a19de0baaa85415 (patch)
tree095c4d533e0c1b1c5a9f3458acb224261f4f9d8e /NEWS
parent7ee6f8b36910de03add51b67ed51b6231f750d99 (diff)
downloadgtksourceview-b72c8b398a6f19e2010983c81a19de0baaa85415.tar.gz
Release 3.23.13.23.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42f9ed98..5a919135 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+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.
+
+* New class: GtkSourceSpaceDrawer with a matrix property to combine space types
+ vs locations. The old white space drawing API has been deprecated.
+* gtk_source_search_context_set_settings() has been deprecated, the "settings"
+ property will become construct-only.
+* GtkSourceCompletionItem: add a new API and deprecate the old constructors.
+* GtkSourceGutter: add get_view() and get_window_type() public functions.
+* Build system: do not hardcode the API version (currently 3.0) at as many
+ places as possible (use a variable instead).
+* Bug fixes
+* Documentation improvements
+* Translation updates
+
News in 3.22.0
--------------
* Translation updates