diff options
| author | Agustín Martín | 2008-12-20 18:34:41 +0000 |
|---|---|---|
| committer | Agustín Martín | 2008-12-20 18:34:41 +0000 |
| commit | 0aef89e720844f6b6787647937df18eabb71cf09 (patch) | |
| tree | 7fb173be964c0c4cf6384e7f571ca12e74503dca /lisp/ChangeLog | |
| parent | 99b72cc426dc014815eba2ea30324ead423c301b (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-12-20 Chong Yidong <cyd@stupidchicken.com> | 7 | 2008-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 | ||
| 38 | 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es> | 44 | 2008-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): |