aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-12-04 16:42:37 +0000
committerGerd Moellmann <[email protected]>2000-12-04 16:42:37 +0000
commit6452929eab47b5cacc38a48b4cdc1309f535018f (patch)
treeccb92ffe1bda7cf353adad5bd9f7399be077e0ed
parente6be618b872728aea53924adf3470b30cd1f0af8 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog3
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 48ded7c4d1..258c90e0e2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-04 Gerd Moellmann <[email protected]>
+
+ * 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 <[email protected]>
* info.el (Info-scroll-prefer-subnodes): New defcustom.
diff --git a/src/ChangeLog b/src/ChangeLog
index ece9b428aa..820e8bde56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2000-12-04 Gerd Moellmann <[email protected]>
+ * 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.