Mercurial > emacs
comparison lisp/ChangeLog @ 59823:a5debe97e7bb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Jan 2005 11:54:36 +0000 |
parents | b8bd77aeda0d |
children | 4346e62d3d4f |
comparison
equal
deleted
inserted
replaced
59822:280d6b93af80 | 59823:a5debe97e7bb |
---|---|
1 2005-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 | |
1 2005-01-31 Jay Belanger <belanger@truman.edu> | 22 2005-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. |
4 | 25 |
5 * calc/calc-ext.el: Add calc-latex-language to autoloads. | 26 * calc/calc-ext.el: Add calc-latex-language to autoloads. |