From: Gerd Moellmann Date: Fri, 29 Dec 2000 15:16:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=762a68ecf7ffefc6547053653ccc41308df4e3a0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecafc15abf6..12d4484f366 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 64d2bbf7d9f..8c8fb7d43d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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