diff options
author | Dom Lachowicz <domlachowicz@gmail.com> | 2006-05-06 16:02:16 +0000 |
---|---|---|
committer | Dom Lachowicz <domlachowicz@gmail.com> | 2006-05-06 16:02:16 +0000 |
commit | 81037f9142c4375cb868cd459d58508aed486656 (patch) | |
tree | ef30023e9c224e1945e8eb9049d06f5889514cad /ChangeLog | |
parent | f0a2f193b8cb6299971964c19234a332083be16b (diff) | |
download | enchant-81037f9142c4375cb868cd459d58508aed486656.tar.gz |
bug 10212 - implement a personal word list capable of returning suggestions. thanks in large part to ryan kelly
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21132 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2006-04-32 Dom Lachowicz <cinamod@hotmail.com> +2006-05-06 Dom Lachowicz <cinamod@hotmail.com> + + * configure.in: Bump version number to indicate an unstable series + * src/pwl.[ch]: New personal wordlist implementation, based on Trie. + Thanks to Ryan Kelly <ryan-bugs@rfk.id.au> (bug 10212). + * src/enchant.c: Ditto + +2006-04-23 Dom Lachowicz <cinamod@hotmail.com> * configure.in: --with-aspell-prefix didn't work |