# HG changeset patch # User Gerd Moellmann # Date 975948157 0 # Node ID dfa1e46214a5cd955d7e233d74abdaf07ceb7c4e # Parent f43d562a5b65d19ff6f47442db889058b6d26765 *** empty log message *** diff -r f43d562a5b65 -r dfa1e46214a5 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 04 16:40:57 2000 +0000 +++ b/lisp/ChangeLog Mon Dec 04 16:42:37 2000 +0000 @@ -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 -r f43d562a5b65 -r dfa1e46214a5 src/ChangeLog --- a/src/ChangeLog Mon Dec 04 16:40:57 2000 +0000 +++ b/src/ChangeLog Mon Dec 04 16:42:37 2000 +0000 @@ -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.