forked from rrthomas/enchant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
49 lines (32 loc) · 1.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
For more recent changes, see git history.
2007-01-14 Hubert Figuiere <[email protected]>
* src/Makefile.am (libenchant_includedir): removed trailing '/'
that breaks on MacOS X.
2006-10-22 Dom Lachowicz <[email protected]>
* 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 <[email protected]>
* doc/enchant.1: enchant.1 page more similar to other man/info pages
(bug 10375)
2006-07-22 Dom Lachowicz <[email protected]>
* 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 <[email protected]>
* configure.in: Bump version number to indicate an unstable series
* src/pwl.[ch]: New personal wordlist implementation, based on Trie.
Thanks to Ryan Kelly <[email protected]> (bug 10212).
* src/enchant.c: Ditto
2006-04-23 Dom Lachowicz <[email protected]>
* configure.in: --with-aspell-prefix didn't work
2006-03-20 Dom Lachowicz <[email protected]>
* configure.in: relocatable_library undefined command in configure;
Bug 10134, from Pierre Joye <[email protected]>
* 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 <[email protected]>
* Initial import