# HG changeset patch # User Richard M. Stallman # Date 1135723786 0 # Node ID 3581847596a997a0aa78e890ac9d8ef6ebd8c435 # Parent 35ea50aa6020fee27c74aa0204210182fa378109 *** empty log message *** diff -r 35ea50aa6020 -r 3581847596a9 lisp/ChangeLog --- 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 + + * 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 + + * textmodes/flyspell.el (flyspell-external-point-words): + New criteria for finding the misspelling in the buffer. + 2005-12-28 Nick Roberts Juri Linkov