From: Gerd Moellmann Date: Mon, 12 Mar 2001 15:58:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.100~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=760cefb5abcf05f91329a57afe6a2bb73ebeb468;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de9a476aac9..12f6bddd56f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2001-03-12 Gerd Moellmann + * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit): + New function. + (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward): + Use it. + * emacs-lisp/autoload.el (generate-file-autoloads): Remove warning about line lengths. diff --git a/src/ChangeLog b/src/ChangeLog index d03b76d6083..3915a5a35ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-03-12 Gerd Moellmann + + * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil + before running the command; timer functions or process + filters may have set it. + 2001-03-12 Eli Zaretskii * keyboard.c (syms_of_keyboard) :