# HG changeset patch # User Richard M. Stallman # Date 1158196866 0 # Node ID a9629d84bf9f543b7cd66fc790e02598d29d6b81 # Parent 6cd2742162f9de9f6eaf34eccb84b896e8bef734 *** empty log message *** diff -r 6cd2742162f9 -r a9629d84bf9f admin/FOR-RELEASE --- a/admin/FOR-RELEASE Thu Sep 14 01:19:38 2006 +0000 +++ b/admin/FOR-RELEASE Thu Sep 14 01:21:06 2006 +0000 @@ -54,8 +54,6 @@ ** C-g fails to interrupt accept-process-output in Gnus. (Is that fixed?) -** ispell.el: no option for no flyspell on non-ASCII - ** allout.el patch from Manheimer to be installed. ** regex char class matching needs a call to char-syntax. diff -r 6cd2742162f9 -r a9629d84bf9f lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 14 01:19:38 2006 +0000 +++ b/lisp/ChangeLog Thu Sep 14 01:21:06 2006 +0000 @@ -1,4 +1,11 @@ -2006-09-14 Kim F. Storm +2006-09-13 Agustin Martin + + * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) + (flyspell-auto-correct-word): Make ispell-filter local to these + functions. Check that ispell-filter has new stuff before calling + ispell-parse-output. + +2006-09-13 Kim F. Storm * simple.el (line-move-partial): Optimize.