Hi All,

  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



About:
------

Enchant (http://www.abisource.com/enchant/) is the spellchecking
package behind the AbiWord word processor, is being considered for
inclusion in the KDE office suite, and is proposed as a
FreeDesktop.org standard. It's completely cross-platform because
it wraps the native spellchecking engine to provide a uniform
interface.

PyEnchant brings this simple, powerful and flexible spellchecking
engine to Python:

  http://pyenchant.sourceforge.net/

It also provides extended functionality including classes for tokenizing
text and iterating over the spelling errors in it, as well as a
ready-to-use text interface and dialogs for wxPython and GTK.


Current Version: 1.4.0
Licence: LGPL with exemptions, as per Enchant itself


-- 
Ryan Kelly
http://www.rfk.id.au  |  This message is digitally signed. Please visit
[EMAIL PROTECTED]        |  http://www.rfk.id.au/ramblings/gpg/ for details

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pyenchant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pyenchant-users

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to