]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Jan 2000 21:37:06 +0000 (21:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Jan 2000 21:37:06 +0000 (21:37 +0000)
etc/NEWS
lisp/ChangeLog

index 5f0fdfe7f430130c5e33609c477d80b64016baa9..b69788ee4454c168a0b1777fc8bf325119992e9e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -397,8 +397,12 @@ the buffer whose process should be used from the mini-buffer.
 
 ** Changes to Rmail mode
 
-RET is now bound in the Rmail summary to rmail-summary-goto-msg, like
-`j'.
+*** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
+like `j'.
+
+*** There is a new user-option `rmail-digest-end-regexp' that can be
+used to specify a regular expression matching the end of a digest
+message.
 
 ** Changes to TeX mode
 
index 45016ac29d236bad1da81ce1c1cfbf5bfd9a7045..7e03b50305c08d2897a0b52e11af7163223c5e03 100644 (file)
@@ -1,5 +1,8 @@
 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * mail/undigest.el (rmail-digest-end-regexp): New user option.
+       (undigestify-rmail-message): Use it.
+
        * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
 
 2000-01-17  Gerd Moellmann  <gerd@gnu.org>