comparison lisp/ChangeLog @ 100569:be087e83835c

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Dec 2008 21:45:22 +0000
parents 44880a4bfc08
children 496de5bd1f6d
comparison
equal deleted inserted replaced
100568:3520539e2319 100569:be087e83835c
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 11
12 2008-12-18 Agustin Martin <agustin.martin@hispalinux.es> 12 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
13 13
14 (ispell-really-hunspell): new variable to signal hunspell 14 (ispell-really-hunspell): New variable to signal hunspell.
15 (ispell-check-version): 15 (ispell-check-version):
16 Check if hunspell and set ispell-really-hunspell if needed 16 Check if hunspell and set ispell-really-hunspell if needed.
17 (ispell-send-string), (ispell-start-process), 17 (ispell-send-string, ispell-start-process, flyspell-large-region):
18 (flyspell-large-region): 18 Pass right options for hunspell if needed.
19 Pass right options for hunspell if needed
20 19
21 2008-12-18 Kenichi Handa <handa@m17n.org> 20 2008-12-18 Kenichi Handa <handa@m17n.org>
22 21
23 * international/fontset.el (script-representative-chars): Add more 22 * international/fontset.el (script-representative-chars)
24 scripts.
25 (setup-default-fontset): Add more scripts. 23 (setup-default-fontset): Add more scripts.
26 24
27 * international/characters.el: Add more scripts. 25 * international/characters.el: Add more scripts.
28 26
29 2008-12-19 Juri Linkov <juri@jurta.org> 27 2008-12-19 Juri Linkov <juri@jurta.org>