summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-05-06 16:02:16 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-05-06 16:02:16 +0000
commit81037f9142c4375cb868cd459d58508aed486656 (patch)
treeef30023e9c224e1945e8eb9049d06f5889514cad /ChangeLog
parentf0a2f193b8cb6299971964c19234a332083be16b (diff)
downloadenchant-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--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fbc359..4c961ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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