summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2017-10-15 12:45:13 +0200
committerSébastien Wilmet <swilmet@gnome.org>2017-10-15 12:45:13 +0200
commit2cbdc0664c9fc28c0aa86c33c3396e87fe12633d (patch)
treeed3669a74588cba15a3bdbf62ad2b6d3d9ceee70 /NEWS
parentb64ab5b9ac4c5f2f5e6ad85cc0b2454d7f8c0583 (diff)
downloadgtksourceview-2cbdc0664c9fc28c0aa86c33c3396e87fe12633d.tar.gz
Release 3.99.63.99.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c485600..b93d8826 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+News in 3.99.6
+--------------
+* Reduce a lot the number of translatable strings (especially in *.lang files),
+ to translate only what makes sense. 630 -> 93 translatable strings!
+* Build: remove ENABLE_NLS option, always support gettext translation, to
+ simplify the code.
+* Fix bug in gtk_source_view_indent_lines().
+* Fix bug to read GtkSourceView 4 *.lang and style scheme files, not those from
+ GtkSourceView 3.
+* Code refactorings to prepare for the namespace change.
+* Improvements to the syntax highlighting of: Vala.
+* Improvements to the Visual Studio builds.
+* Various other small improvements.
+* Translation updates.
+
News in 3.99.5
--------------
* Avoid type redefinitions.