Mercurial > emacs
changeset 59823:a5debe97e7bb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Jan 2005 11:54:36 +0000 |
parents | 280d6b93af80 |
children | ad5ebf27f575 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 31 11:54:10 2005 +0000 +++ b/lisp/ChangeLog Mon Jan 31 11:54:36 2005 +0000 @@ -1,3 +1,24 @@ +2005-01-31 Richard M. Stallman <rms@gnu.org> + + * textmodes/ispell.el (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 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. + 2005-01-31 Jay Belanger <belanger@truman.edu> * calc/calc-aent.el (math-read-token): Add support for LaTeX.