Skip to content

Releases: AbiWord/enchant

Release v2.6.4

11 Dec 19:45
Compare
Choose a tag to compare

This release includes no user-visible changes, but packagers take note:
‘pkgdatadir’ is now versioned by default. This is probably what you want! It
means it’s no longer necessary to set ‘pkgdatadir’ in a make command if you
want e.g. ‘/usr/share/enchant-2’ for a prefix of ‘/usr’.

Release v2.6.3

02 Dec 14:00
Compare
Choose a tag to compare

This release fixes a bug in the test suite (#273) and improves the
documentation. There is no need to upgrade if you’re not affected by this.

Release v2.6.2

28 Oct 17:07
Compare
Choose a tag to compare

This release document personal wordlist exclude files, in the enchant(5) man page.

Release v2.6.1

24 Sep 21:20
Compare
Choose a tag to compare

This fixes the more conservative language tag parsing introduced in 2.6.0 to be even more careful, and not change parts of the tag that cannot be part of a valid language tag.

Release v2.6.0

24 Sep 16:27
Compare
Choose a tag to compare

This version removes validation of language tags; dictionary names no longer
have to be valid language tags. This is because dictionaries in the wild
sometimes are sometimes not named with valid tags, and so are not visible to
Enchant. Programs that use Enchant will have to cope with this, for the
purposes of working out which languages are supported; but it should not a
big deal, as Enchant already accepted valid language tags with extra stuff
on the end, such as “en_GB-ize”.

Debug output now uses GLib’s debug system, and can be enabled at run-time by
setting the environment variable G_MESSAGES_DEBUG to ‘libenchant’. If you
have had problems understanding why Enchant is not using the spelling
provider you expect, now’s the time to get in touch via the issue tracker
and see if we can work out what’s going on!

The Aspell back-end has a fix to let it work with language variants such as
“en_GB-ize”. Thanks to Abdul-Lateef Haji-Ali for this fix!

There’s more code clean-up, build system updates, and a couple of null
pointer dereference fixes (thanks, GCC!).

Release v2.5.0

24 May 09:33
Compare
Choose a tag to compare

This version simplifies the handling of personal wordlists. End-users should
not notice much difference, but internally the code has been considerably
simplified.

There are minor internal API changes, and one deprecation in the public API;
see NEWS for more details.

Release v2.4.0

22 May 15:49
Compare
Choose a tag to compare

This release has no user-visible changes, but some under-the-hood tidying.

Release v2.3.4

19 Feb 14:50
Compare
Choose a tag to compare

Document the personal wordlist format.

Improve the man pages in various ways, and make online versions, now linked
from the web site.

Fix some potential crashes (double-free and NULL dereferences).

Update the build system to use autoconf 2.71.

Release v2.3.3

16 Apr 15:59
Compare
Choose a tag to compare
Release tag

Release v2.3.2

03 Dec 13:56
bff5f92
Compare
Choose a tag to compare
Release tag