aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 06471e1e5e9..91963a31f09 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> 12008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 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.
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.