News in 1.0.0
-------------
* The API is now stable. Future 1.x stable versions will be backward compatible
  with the 1.0 version.
* Translation updates

News in 0.2.6
-------------
* Fix builddir != srcdir issue (it occurred only in Git, not in tarballs
  normally)
* Install tests in <...>/installed-tests/gspell-1/ instead of gspell/, to
  follow the parallel installability convention.

News in 0.2.5
-------------
* Inline checker: improve current word handling
* Support words with apostrophes, like "doesn't"
* Write more unit tests
* Improvements to the build system (use a GSPELL_API_VERSION variable)
* Add missing getter functions
* Installed tests support
* Translation updates

API changes:
* Have a GspellTextBuffer class
* Rename GspellInlineCheckerTextView -> GspellTextView
* The GspellNavigator interface now requires GInitiallyUnowned instead of GObject

News in 0.2.4
-------------
* Fix compilation on Mac OS X
* Write the first unit tests
* Inline checker for GtkTextView:
	* fix bug with neighbor words
	* fix underline drawing issue
	* don't check current word while typing
* Other code improvements
* Translation updates

API changes:
* Rename the GspellInlineCheckerText class to GspellInlineCheckerTextView
* Rename the GspellNavigatorText class to GspellNavigatorTextView
to have more intelligible names.

News in 0.2.3
-------------
* GspellLanguage: code improvements, write API documentation and add
  get_default() function
* Add gspell_text_buffer_set/get_spell_checker() functions
* GspellNavigatorGtv renamed to GspellNavigatorText
* Remove GspellNavigatorText:spell-checker property
* GspellInlineCheckerGtv replaced by the higher-level class
  GspellInlineCheckerText
* Language choosers: accept NULL language to pick the default language
* Add the GspellLanguageChooser:language-code property, for a GSettings key
  binding
* GspellChecker: accept a NULL language in case no dictionaries are available
* Other code and documentation improvements
* Translation updates

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
* Make GspellCheckerDialog derivable
* Make GspellLanguageChooserDialog derivable
* Add a GtkDialogFlags parameter to gspell_language_chooser_dialog_new()
* Add string length parameters to GspellChecker functions

News in 0.1.2
-------------
* gspell has now a bugzilla product on gnome.org
* GTK-Doc: rename DOC_MODULE to gspell-1.0, to make the API reference available
  online at: https://developer.gnome.org/references

News in 0.1.1
-------------
* Update URLs github -> gnome.org
* Translation updates

News in 0.1.0
-------------
This is the first version, but the code comes from the gedit spell plugin, it
was not implemented from scratch.

gspell currently has:

* GObject wrappers around Enchant (GspellChecker and GspellLanguage)
* An inline spell checker for GtkTextView (modified version of GtkSpell)
* A spell checker dialog for GtkTextView
* Language choosers (button and dialog)
