All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
News in 1.8.1, 2018-06-16
-------------------------
* gspell has moved to the GNOME GitLab instance. The bugzilla tickets have not
yet been migrated to the GitLab issues, so before filing a new issue on
GitLab, please search the bugzilla first. All links are available as usual
on:
https://wiki.gnome.org/Projects/gspell
* Fix new compilation warning (-Wcast-function-type).
* Translation updates.
News in 1.8.0, 2018-03-10
-------------------------
* Build system: don't declare functions in AC_TRY_COMPILE.
* Translation updates.
News in 1.7.1, 2017-12-09
-------------------------
* Use Enchant 2.
* Improve documentation.
* Translation updates.
News in 1.6.1, 2017-10-29
-------------------------
* Translation updates.
News in 1.6.0, 2017-09-10
-------------------------
* Translation updates.
News in 1.5.4, 2017-08-20
-------------------------
* Make the code that navigates through PangoLogAttr's more robust, for both
GspellEntry and GspellTextView.
* Translation updates.
News in 1.5.3, 2017-07-17
-------------------------
* Add gspell_checker_get_enchant_dict(), the use of Enchant is now part of the
API.
* Rename program gspell-app to gspell-app1.
* Various other small improvements.
* Translation updates.
News in 1.5.2, 2017-05-21
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.
* Implement small gspell-app, a convenient way to quickly spell-check
something.
* Document the support of the no-spell-check GtkTextTag.
* Various other small improvements.
* Translation updates.
News in 1.5.1, 2017-04-23
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.
* Change underline type to PANGO_UNDERLINE_SINGLE, to remove the workaround for
the GtkTextView bug where wavy underlines are not properly removed:
https://bugzilla.gnome.org/show_bug.cgi?id=763741
* Up to 20x faster implementation for the GtkTextView inline spell-checker, to
fix a responsiveness problem when editing long lines.
* Rework symbol visibility handling, by using the -export-dynamic LDFLAG
and -fvisibility=hidden CFLAG, instead of the -export-symbols-regex LDFLAG.
* Add note for packagers in the README file: aspell doesn't work well with
gspell, hunspell is preferred.
* Various other small improvements.
* Translation updates.
News in 1.4.2, 2017-08-19
-------------------------
* GspellEntry: make the code that navigates through PangoLogAttr's more robust.
* Translation updates.
News in 1.4.1, 2017-04-09
-------------------------
* GspellEntry: do not emit the GtkEditable::changed signal.
* Replace some g_asserts by g_returns to avoid crashes (bug #778883).
* Translation updates.
News in 1.4.0, 2017-03-18
-------------------------
* Translation updates.
* Other small improvements.
News in 1.3.3, 2017-02-26
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.
* Add more assertions for:
https://bugzilla.gnome.org/show_bug.cgi?id=778883
* Fix minor issues found by Coverity.
* Translation update.
News in 1.2.3, 2017-02-24
-------------------------
* Replace a g_assert_cmpint() by a g_return_if_fail(), to avoid a crash. The
assertion sometimes fails, probably because of a bug in a lower-level
library.
https://bugzilla.gnome.org/show_bug.cgi?id=778883
News in 1.3.2, 2017-01-15
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.
* GspellEntry: do not check the word currently typed.
* GspellEntry: better word boundaries, take into account apostrophes and
dashes.
* GspellEntry: disable inline spell checking if the GtkEntry is in password
mode.
* Various other improvements.
* Translation updates.
* Enable gobject-introspection and vala support. Required by net/corebird
Changelog:
News in 1.2.2, 2016-12-16
-------------------------
* GtkTextView support: fix populate-popup signal param type
News in 1.2.1
-------------
* Add Croatian translation
News in 1.2.0
-------------
* Translation updates
News in 1.1.3
-------------
This is an unstable release in the 1.1 development cycle. The 1.2 stable
version will be released at the same time as GNOME 3.22.
* Add the gspell_text_view_basic_setup() convenience function to enable inline
spell-checking in a GtkTextView in 2 lines.
* Support words separated by dashes (compounds)
* Use the AX_VALGRIND_CHECK Autotools macro
* Translation updates
News in 1.1.2
-------------
This is an unstable release in the 1.1 development cycle. The 1.2 stable
version will be released at the same time as GNOME 3.22.
* Inline checker: fix constant redrawing of the GtkTextView when the current
word is not checked.
* Generate enum types
* Translation updates
News in 1.1.1
-------------
This is an unstable release in the 1.1 development cycle. The 1.2 stable
version will be released at the same time as GNOME 3.22.
* New API: inline checker: add an option to select the language from the
context menu (right-click menu)
* Fix gtk-doc build issue
* Update GtkTextRegion -> GtkSourceRegion (utility class copied from the
GtkSourceView library)
* Translation updates