Mercurial > emacs
diff lisp/ChangeLog @ 67859:3581847596a9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Dec 2005 22:49:46 +0000 |
parents | be77cd1f84e9 |
children | f97174293bc0 |
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>