# HG changeset patch # User Richard M. Stallman # Date 1117377532 0 # Node ID 72f9770b91d452551641698d1459dbe413d5b654 # Parent 7e6dbd37ba48cf3356ed47eaafec3ce8358013a8 *** empty log message *** diff -r 7e6dbd37ba48 -r 72f9770b91d4 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 29 14:36:32 2005 +0000 +++ b/lisp/ChangeLog Sun May 29 14:38:52 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-29 Richard M. Stallman + + * textmodes/flyspell.el (flyspell-auto-correct-previous-word): + Undo the change that moves to end of the current word. + 2005-05-29 Nick Roberts * progmodes/gdb-ui.el (gdb-memory-set-repeat-count): @@ -27,7 +32,13 @@ * progmodes/which-func.el (which-func-update-1): Turn the mode off in case of error by setting which-func-mode. - + +2005-05-29 Peter Heslin (tiny change) + + * flyspell.el (flyspell-auto-correct-previous-word): + Narrow down to what's on the screen, and recenter overlays + at the end of the next word. + 2005-05-29 Manuel Serrano * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. @@ -71,9 +82,6 @@ (flyspell-highlight-incorrect-region): Clean up overlays in region. (flyspell-auto-correct-word): Check that WORD is a cons. (flyspell-correct-word): Likewise. - (flyspell-auto-correct-previous-word): - Narrow down to what's on the screen, and recenter overlays - at the end of the next word. 2005-05-29 Daniel Pfeiffer