aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-31 11:54:36 +0000
committerRichard M. Stallman2005-01-31 11:54:36 +0000
commita6e7a34bef67e5e41932fb19e98f5f51e21f6fb8 (patch)
treeefc123a40314c6096fb1dc20d44da6c3d6ca1c5e /lisp/ChangeLog
parent84d77b1eb3a117e81a387fa829fe294e392fac6f (diff)
downloademacs-a6e7a34bef67e5e41932fb19e98f5f51e21f6fb8.tar.gz
emacs-a6e7a34bef67e5e41932fb19e98f5f51e21f6fb8.zip
(ispell-local-dictionary-overridden): New var.
(ispell-local-dictionary): Doc fix. (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist. Don't reinitialize at run time. Don't defcustom. All uses changed to append ispell-local-dictionary-alist, or else check it first. (ispell-current-dictionary): New variable for dictionary in use. (ispell-dictionary): Now used only for global default. (ispell-start-process): Set ispell-current-dictionary, not ispell-dictionary. (ispell-change-dictionary): Use this only for setting user preferences. (ispell-internal-change-dictionary): New function to change the current dictionary in use. (ispell-region, ispell-process-line, ispell-buffer-local-dict): Use ispell-current-dictionary. Handle ispell-local-dictionary-overridden. (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 16bf2e91af3..fcbfa0c2d4a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12005-01-31 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4 (ispell-local-dictionary): Doc fix.
5 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6 Don't reinitialize at run time. Don't defcustom.
7 All uses changed to append ispell-local-dictionary-alist,
8 or check it first.
9 (ispell-current-dictionary): New variable for dictionary in use.
10 (ispell-dictionary): Now used only for global default.
11 (ispell-start-process): Set ispell-current-dictionary,
12 not ispell-dictionary.
13 (ispell-change-dictionary): Use this only for setting
14 user preferences.
15 (ispell-internal-change-dictionary): New function
16 to change the current dictionary in use.
17 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18 Use ispell-current-dictionary.
19 Handle ispell-local-dictionary-overridden.
20 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21
12005-01-31 Jay Belanger <belanger@truman.edu> 222005-01-31 Jay Belanger <belanger@truman.edu>
2 23
3 * calc/calc-aent.el (math-read-token): Add support for LaTeX. 24 * calc/calc-aent.el (math-read-token): Add support for LaTeX.