]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Sep 2006 01:21:06 +0000 (01:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Sep 2006 01:21:06 +0000 (01:21 +0000)
admin/FOR-RELEASE
lisp/ChangeLog

index c9631ddfed2a0711bf097513a4372189ae24882f..8a98221fc60549bed0eaa9df5a5c6a280d1eb1d1 100644 (file)
@@ -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.
index ba2cb9cdaa3fa032d6337831ce00f88e829bce50..378813f850dd5f48ff64d97c22db388f4221c258 100644 (file)
@@ -1,4 +1,11 @@
-2006-09-14  Kim F. Storm  <storm@cua.dk>
+2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * 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  <storm@cua.dk>
 
        * simple.el (line-move-partial): Optimize.