diff options
| author | Agustín Martín | 2012-04-16 11:49:51 +0200 |
|---|---|---|
| committer | Agustín Martín | 2012-04-16 11:49:51 +0200 |
| commit | 177eca34cbb28be0835f63e2a3b0fa96c43281d7 (patch) | |
| tree | 2c62e4bb8b26207fde0c785e39b5c969aee672d4 /lisp/ChangeLog | |
| parent | 4b5afbb0d98ba4a95359ca5edaee8c3ecd7ae007 (diff) | |
| download | emacs-177eca34cbb28be0835f63e2a3b0fa96c43281d7.tar.gz emacs-177eca34cbb28be0835f63e2a3b0fa96c43281d7.zip | |
ispell.el (ispell-set-spellchecker-params): Make dicts use [:alpha:] if
possible.
If Emacs flavour supports [:alpha:] regexps, use it for Casechars
and Not-Casechars. This currently means use it unless flavour is
XEmacs.
Fixes: debbugs:11200
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f50af02a239..7ebeea0a9dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * ispell.el (ispell-set-spellchecker-params): Post-process | ||
| 4 | `ispell-dictionary-alist' to use [:alpha:] if possible. | ||
| 5 | |||
| 1 | 2012-04-16 Chong Yidong <cyd@gnu.org> | 6 | 2012-04-16 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * image.el (imagemagick--extension-regexp): New variable. | 8 | * image.el (imagemagick--extension-regexp): New variable. |