# HG changeset patch # User Eli Zaretskii # Date 1137149169 0 # Node ID c49519c91e45718f33a8f4f35d296a27a6ce5fa7 # Parent c8f233733d78258eb6f34dfb969e64b23c602a08 *** empty log message *** diff -r c8f233733d78 -r c49519c91e45 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.