# HG changeset patch # User Gerd Moellmann # Date 978102983 0 # Node ID 1a99e436d4824f42111e688428ab013def86c6e4 # Parent 6043184119bcb2d04cddd004b9db36fbd9cd2989 *** empty log message *** diff -r 6043184119bc -r 1a99e436d482 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 29 15:14:51 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 29 15:16:23 2000 +0000 @@ -1,5 +1,8 @@ 2000-12-29 Gerd Moellmann + * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check + in Subject line. + * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable): Use mail-mode-hook instead of mail-setup-hook. Otherwise continuing an interrupted message with C-u C-x m for instence, diff -r 6043184119bc -r 1a99e436d482 src/ChangeLog --- a/src/ChangeLog Fri Dec 29 15:14:51 2000 +0000 +++ b/src/ChangeLog Fri Dec 29 15:16:23 2000 +0000 @@ -1,3 +1,9 @@ +2000-12-29 Gerd Moellmann + + * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P + is zero. It's not worth the complexity. + (invisible_text_between_p): Put in #if 0 because unused. + 2000-12-28 Gerd Moellmann * xfns.c (Fx_backspace_delete_keys_p): Check library and server