diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c9631ddfed2..8a98221fc60 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -54,8 +54,6 @@ Windows only bug. ** 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index ba2cb9cdaa3..378813f850d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.