Mercurial > emacs
changeset 34186:dfa1e46214a5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 04 Dec 2000 16:42:37 +0000 |
parents | f43d562a5b65 |
children | e2fb02d21aee |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * 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 <eliz@is.elta.co.il> * info.el (Info-scroll-prefer-subnodes): New defcustom.
--- 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 <gerd@gnu.org> + * 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.