gspell 0.2.2



News (0.2.1 -> 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

About gspell
============

gspell provides a flexible API to implement the spell checking in a
GTK+ application.

Download
========
https://download.gnome.org/sources/gspell/0.2/gspell-0.2.2.tar.xz (350K)
  sha256sum: cecded0f0a8dfe4b28cbb47a6024f82f50b7ffb7476e36032d5f8d741e3f627e



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