Mercurial > emacs
diff lisp/ChangeLog @ 68170:c49519c91e45
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 13 Jan 2006 10:46:09 +0000 |
parents | b5a63fe8bdf9 |
children | 5a58ed2a8e92 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 13 10:45:29 2006 +0000 +++ b/lisp/ChangeLog Fri Jan 13 10:46:09 2006 +0000 @@ -1,3 +1,15 @@ +2006-01-13 Agustin Martin <agustin.martin@hispalinux.es> + + * textmodes/ispell.el (ispell-init-process): Include the used + dictionary in ispell process start message. + (ispell-internal-change-dictionary): When flyspell-mode is active + and dictionary is changed, make sure ispell process is restarted + and flyspell word cache cleared out for the current buffer. + (ispell-change-dictionary): Make sure flyspell word cache is + cleared out in all buffers with active flyspell mode when + dictionary is globally changed. Call + ispell-internal-change-dictionary after dictionary change. + 2006-01-13 Eli Zaretskii <eliz@gnu.org> * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.