[Pyenchant-users] ANN: PyEnchant 1.4.0
Brought to you by:
rynklly
|
From: Ryan K. <ry...@rf...> - 2008-04-20 01:34:27
|
Hi All,
I tried to send this out yesterday but it didn't go through for some
reason, hopefully this time...
I'm pleased to announce the release of PyEnchant version 1.4.0. This
version brings compatibility with the latest release of the underlying
enchant library, including some new features.
Cheers,
Ryan
ChangeLog for 1.4.0:
--------------------
* upgrade to enchant v1.4.0, with new functionality and APIs:
* unicode PWL filenames now handled correctly on Windows
* All dictionary providers now use a shared default personal word file
(largely obsoleting the DictWithPWL class)
* Ability to exclude words using Dict.remove, remove_from_session
(such words will always be marked as misspelled)
* Dict.add_to_personal renamed to Dict.add
(but the old name still works, for backwards-compatibility)
* Dict.is_added/Dict.is_removed for checking membership of word lists
* upgrade bundled glib DLLs in Windows version
|