[gspell] Release 0.2.2



commit 2ff9ba7c90657c9deec28526b581f812c882dce6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Dec 13 16:39:36 2015 +0100

    Release 0.2.2
    
    Still unstable.

 NEWS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index abf4ae8..d4d57cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+News in 0.2.2
+-------------
+* Relicense gspell from GPLv2+ to LGPLv2.1+
+* Get rid of the libxml2 and GtkSourceView dependencies
+* Replace the GspellLanguage implementation by the GtkHtml one to get rid of
+  the libxml2 dependency and have a code licensed under the LGPL.
+* Code improvements to GspellInlineCheckerGtv
+
+API changes:
+* Rename gspell_language_from_key() to gspell_language_lookup()
+* Rename gspell_language_to_key() to gspell_language_get_code()
+* Rename gspell_language_to_string() to gspell_language_get_name()
+* Rename gspell_checker_get_available_languages() to gspell_language_get_available()
+  and return a GList instead of a GSList.
+* Rename GspellChecker signals:
+       - ::add-word-to-personal -> ::word-added-to-personal
+       - ::add-word-to-session -> ::word-added-to-session
+       - ::clear-session -> ::session-cleared
+
 News in 0.2.1
 -------------
 * Allow only <gspell/gspell.h> to be #included directly


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]