changeset 67859:3581847596a9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Dec 2005 22:49:46 +0000
parents 35ea50aa6020
children 326aa30a47b8
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 27 22:45:10 2005 +0000
+++ b/lisp/ChangeLog	Tue Dec 27 22:49:46 2005 +0000
@@ -1,3 +1,14 @@
+2005-12-27  Richard M. Stallman  <rms@gnu.org>
+
+	* textmodes/flyspell.el (flyspell-external-point-words):
+	Use local var buffer-scan-pos to advance scan for next misspelling.
+	Advance it only after we find the misspelling.
+
+2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
+
+	* textmodes/flyspell.el (flyspell-external-point-words):
+	New criteria for finding the misspelling in the buffer.
+
 2005-12-28  Nick Roberts  <nickrob@snap.net.nz>
 	    Juri Linkov  <juri@jurta.org>