diff options
| author | Agustín Martín | 2008-12-19 11:45:24 +0000 |
|---|---|---|
| committer | Agustín Martín | 2008-12-19 11:45:24 +0000 |
| commit | e483e9f8effdc69edb3cc93d3494d8783005fd68 (patch) | |
| tree | de0e9e956f6568dfb2c40c5847e4d666b07e98a0 | |
| parent | bde76d3e83766bccc604bc7b23d3c8a698e44621 (diff) | |
| download | emacs-e483e9f8effdc69edb3cc93d3494d8783005fd68.tar.gz emacs-e483e9f8effdc69edb3cc93d3494d8783005fd68.zip | |
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
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c9a7843a85..05fdc825de2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,15 @@ | |||
| 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> | ||
| 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 | ||
| 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 |