Tizen 2.1 base
[external/enchant.git] / ChangeLog
1 2007-01-14  Hubert Figuiere  <hub@figuiere.net>
2
3         * src/Makefile.am (libenchant_includedir): removed trailing '/'
4         that breaks on MacOS X.
5
6 2006-10-22 Dom Lachowicz <domlachowicz@gmail.com>
7
8         * Added Voikko spell checker backend (AbiWord bug 10450), for better
9         Finnish support. Credit goes to Harri Pitknen and Anssi Hannula.
10
11         * Added Zemberek spell checker backend, for better Turkish support.
12         Credit goes to Baris Metin.
13         
14 2006-07-22 Jose Da Silva <Digital@JoesCat.com>
15
16         * doc/enchant.1: enchant.1 page more similar to other man/info pages
17         (bug 10375)
18         
19 2006-07-22 Dom Lachowicz <cinamod@hotmail.com>
20
21         * src/*/Makefile.am: add '-module' to LDFLAGS so that things get
22         built correctly on Mac OSX (bug 10398)
23         * src/enchant.c: Fix C99-ism (bug 10387)
24         * configure.in: Grab the value of `aspell config prefix` and
25         use that if available (bug 10308)
26         
27 2006-05-06 Dom Lachowicz <cinamod@hotmail.com>
28
29         * configure.in: Bump version number to indicate an unstable series
30         * src/pwl.[ch]: New personal wordlist implementation, based on Trie.
31         Thanks to Ryan Kelly <ryan-bugs@rfk.id.au> (bug 10212).
32         * src/enchant.c: Ditto
33         
34 2006-04-23 Dom Lachowicz <cinamod@hotmail.com>
35
36         * configure.in: --with-aspell-prefix didn't work
37         
38 2006-03-20 Dom Lachowicz <cinamod@hotmail.com>
39
40         * configure.in: relocatable_library undefined command in configure;
41         Bug 10134, from Pierre Joye <pierre.php@gmail.com>
42
43         * configure.in: configure does not check if aspell/pspell headers exist;
44         Bug 10135, based on a patch from Pierre Joye
45         
46 2003-07-13 Dom Lachowicz <cinamod@hotmail.com>
47         * Initial import