comparison lisp/ChangeLog @ 100563:44880a4bfc08

Fix missing entry for hunspell first cut (ispell-really-hunspell): new variable to signal hunspell (ispell-check-version): Check if hunspell and set ispell-really-hunspell if needed (ispell-send-string), (ispell-start-process), (flyspell-large-region): Pass right options for hunspell if needed
author Agustin Martin <agustin.martin@hispalinux.es>
date Fri, 19 Dec 2008 11:45:24 +0000
parents feefe0473234
children be087e83835c
comparison
equal deleted inserted replaced
100562:932ee2d03063 100563:44880a4bfc08
6 (authors-valid-file-names, authors-renamed-files-alist): Update lists. 6 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
7 (authors-renamed-files-regexps): Add some new entries. 7 (authors-renamed-files-regexps): Add some new entries.
8 (authors-canonical-file-name): Don't complain about ignored files. 8 (authors-canonical-file-name): Don't complain about ignored files.
9 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. 9 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
10 (authors): Ensure error buffer is writable. 10 (authors): Ensure error buffer is writable.
11
12 2008-12-18 Agustin Martin <agustin.martin@hispalinux.es>
13
14 (ispell-really-hunspell): new variable to signal hunspell
15 (ispell-check-version):
16 Check if hunspell and set ispell-really-hunspell if needed
17 (ispell-send-string), (ispell-start-process),
18 (flyspell-large-region):
19 Pass right options for hunspell if needed
11 20
12 2008-12-18 Kenichi Handa <handa@m17n.org> 21 2008-12-18 Kenichi Handa <handa@m17n.org>
13 22
14 * international/fontset.el (script-representative-chars): Add more 23 * international/fontset.el (script-representative-chars): Add more
15 scripts. 24 scripts.