For more recent changes, see git history. 2007-01-14 Hubert Figuiere * src/Makefile.am (libenchant_includedir): removed trailing '/' that breaks on MacOS X. 2006-10-22 Dom Lachowicz * Added Voikko spell checker backend (AbiWord bug 10450), for better Finnish support. Credit goes to Harri Pitknen and Anssi Hannula. * Added Zemberek spell checker backend, for better Turkish support. Credit goes to Baris Metin. 2006-07-22 Jose Da Silva * doc/enchant.1: enchant.1 page more similar to other man/info pages (bug 10375) 2006-07-22 Dom Lachowicz * src/*/Makefile.am: add '-module' to LDFLAGS so that things get built correctly on Mac OSX (bug 10398) * src/enchant.c: Fix C99-ism (bug 10387) * configure.in: Grab the value of `aspell config prefix` and use that if available (bug 10308) 2006-05-06 Dom Lachowicz * configure.in: Bump version number to indicate an unstable series * src/pwl.[ch]: New personal wordlist implementation, based on Trie. Thanks to Ryan Kelly (bug 10212). * src/enchant.c: Ditto 2006-04-23 Dom Lachowicz * configure.in: --with-aspell-prefix didn't work 2006-03-20 Dom Lachowicz * configure.in: relocatable_library undefined command in configure; Bug 10134, from Pierre Joye * configure.in: configure does not check if aspell/pspell headers exist; Bug 10135, based on a patch from Pierre Joye 2003-07-13 Dom Lachowicz * Initial import