changeset 68170:c49519c91e45

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 13 Jan 2006 10:46:09 +0000
parents c8f233733d78
children 0164d7cc3832
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
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.