From e483e9f8effdc69edb3cc93d3494d8783005fd68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agust=C3=ADn=20Mart=C3=ADn?= Date: Fri, 19 Dec 2008 11:45:24 +0000 Subject: [PATCH] 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 --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c9a7843a85..05fdc825de2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,15 @@ (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable. +2008-12-18 Agustin Martin + + (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 + 2008-12-18 Kenichi Handa * international/fontset.el (script-representative-chars): Add more -- 2.39.2