Mercurial > emacs
comparison lisp/ChangeLog @ 94327:ff97f6b52868
(ispell-dictionary-alist-1)
(ispell-dictionary-alist-2, ispell-dictionary-alist-3):
(ispell-dictionary-alist-4, ispell-dictionary-alist-5):
(ispell-dictionary-alist-6): Remove.
(ispell-dictionary-base-alist): New var, merges the above.
(ispell-find-aspell-dictionaries, ispell-set-spellchecker-params): Use it.
(ispell-dictionary-alist): Default to nil. Remove autoload.
(ispell-local-dictionary-alist): Remove autoload.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 24 Apr 2008 15:36:54 +0000 |
parents | c419e1e2f8ee |
children | 22f1fdbf5cde |
comparison
equal
deleted
inserted
replaced
94326:c419e1e2f8ee | 94327:ff97f6b52868 |
---|---|
1 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * textmodes/ispell.el (ispell-dictionary-alist-1) | |
4 (ispell-dictionary-alist-2, ispell-dictionary-alist-3): | |
5 (ispell-dictionary-alist-4, ispell-dictionary-alist-5): | |
6 (ispell-dictionary-alist-6): Remove. | |
7 (ispell-dictionary-base-alist): New var, merges the above. | |
8 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params): | |
9 Use it. | |
10 (ispell-dictionary-alist): Default to nil. Remove autoload. | |
11 (ispell-local-dictionary-alist): Remove autoload. | |
2 | 12 |
3 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax. | 13 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax. |
4 (f90-mode-abbrev-table): Use the new :regexp feature. | 14 (f90-mode-abbrev-table): Use the new :regexp feature. |
5 Merge defvar and mapc into define-abbrev-table. | 15 Merge defvar and mapc into define-abbrev-table. |
6 (f90-imenu-type-matcher): Remove unused `l'. | 16 (f90-imenu-type-matcher): Remove unused `l'. |