Additional Danish translation. Missing G_BEGIN_DECLS/G_END_DECLS for C++ support has been added. Feature request #2101451 has been fixed by removing the sub-menu of the context menu as any other inline spell checker does. Feature request #1523881, #1643622, and #2054637 have been fixed by adding a Language selector sub-menu. Feature request #1362304 has been fixed by fixing docs/Makefile.am to install gtkspell.devhelp so that it shows in devhelp.
This release enables building outside of the src dir. It uses
bind_textdomain_codeset to set UTF-8 encoding for all
translations. It no longer deletes the GtkTextTag from the
tag table (needed for shared tag tables). It disables word-
breaking workarounds when Pango >= 1.8.0. There are also
many additional translations.
Deferred checking: the misspelled word highlighting delays checking the current word until the cursor exits it. This way correct typing can proceed without being interrupted by the highlighting of partial words as they are typed. The "Add to Dictionary" menu command now actually adds to the personal dictionary, and a new "Ignore All" command adds to the current session. Behavior on a right click event has changed so that cutting/copying with the mouse works again in a GtkSpell attached text view. This release no longer considers numbers to be misspelled.