From: Gerd Moellmann Date: Mon, 4 Dec 2000 16:42:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6452929eab47b5cacc38a48b4cdc1309f535018f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48ded7c4d15..258c90e0e2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-12-04 Gerd Moellmann + + * mail/rmailsum.el (rmail-summary-expunge) + (rmail-summary-expunge-and-save): Ask for confirmation with + rmail-expunge-confirmed. + + * mail/rmail.el (rmail-expunge-confirmed): New function. + (rmail-expunge): Use it. + 2000-12-04 Eli Zaretskii * info.el (Info-scroll-prefer-subnodes): New defcustom. diff --git a/src/ChangeLog b/src/ChangeLog index ece9b428aa1..820e8bde563 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-12-04 Gerd Moellmann + * xterm.c (expose_area): Pass x-coordinate relative to the exposed + area to x_draw_glyphs instead of a window-relative coordinate. + * fileio.c (auto_save_error): Add parameter ERROR. Show the error in the message.