changeset 72858:a9629d84bf9f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Sep 2006 01:21:06 +0000
parents 6cd2742162f9
children c5744ceda9ba
files admin/FOR-RELEASE lisp/ChangeLog
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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  <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.