diff options
| author | Agustín Martín | 2013-01-21 17:05:30 +0100 |
|---|---|---|
| committer | Agustín Martín | 2013-01-21 17:05:30 +0100 |
| commit | 7fd5a8435ff717b5b49832a96bc2575e46976ddf (patch) | |
| tree | 4b2054a2e9d71f9c0a5578c8989ea71b4bfee02d /lisp/ChangeLog | |
| parent | e6aff855cef0ef5e20336bd4c08085ba8308fdbc (diff) | |
| download | emacs-7fd5a8435ff717b5b49832a96bc2575e46976ddf.tar.gz emacs-7fd5a8435ff717b5b49832a96bc2575e46976ddf.zip | |
ispell.el: Make sure hunspell specific dict names are used for standard dicts when using hunspell.
(ispell-hunspell-dictionary-equivs-alist):
New variable to map standard dict names to hunspell ones.
(ispell-set-spellchecker-params):
Make sure specific dict names are used for standard dicts with hunspell.
If a mapping is missing, skip that dictionary.
Fixes: debbugs:13460
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60a69ad0236..6121ff190e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist): | ||
| 4 | New variable to map standard dict names to hunspell ones. | ||
| 5 | (ispell-set-spellchecker-params): Make sure specific dict names | ||
| 6 | are used for standard dicts with hunspell. | ||
| 7 | |||
| 1 | 2013-01-21 Tassilo Horn <tsdh@gnu.org> | 8 | 2013-01-21 Tassilo Horn <tsdh@gnu.org> |
| 2 | 9 | ||
| 3 | * textmodes/reftex-cite.el (reftex-format-citation): Add format | 10 | * textmodes/reftex-cite.el (reftex-format-citation): Add format |