aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2008-12-20 18:34:41 +0000
committerAgustín Martín2008-12-20 18:34:41 +0000
commit0aef89e720844f6b6787647937df18eabb71cf09 (patch)
tree7fb173be964c0c4cf6384e7f571ca12e74503dca /lisp/ChangeLog
parent99b72cc426dc014815eba2ea30324ead423c301b (diff)
downloademacs-0aef89e720844f6b6787647937df18eabb71cf09.tar.gz
emacs-0aef89e720844f6b6787647937df18eabb71cf09.zip
* textmodes/ispell.el (ispell-check-minver): New function.
(ispell-check-version): Rewrite spellchecker and version checking. Use (ispell-check-minver). Handle hunspell versions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4450c96f4c3..c16f7bcc2b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12008-12-20 Agustin Martin <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-check-minver): New function.
4 (ispell-check-version): Rewrite spellchecker and version checking.
5 Use (ispell-check-minver). Handle hunspell versions.
6
12008-12-20 Chong Yidong <cyd@stupidchicken.com> 72008-12-20 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * ido.el (ido-read-internal): Handle `confirm' and 9 * ido.el (ido-read-internal): Handle `confirm' and
@@ -35,7 +41,7 @@
35 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. 41 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
36 (authors): Ensure error buffer is writable. 42 (authors): Ensure error buffer is writable.
37 43
382008-12-18 Agustín Martín <agustin.martin@hispalinux.es> 442008-12-18 Agustin Martin <agustin.martin@hispalinux.es>
39 45
40 (ispell-really-hunspell): New variable to signal hunspell. 46 (ispell-really-hunspell): New variable to signal hunspell.
41 (ispell-check-version): 47 (ispell-check-version):