diff options
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 |
2 files changed, 14 insertions, 3 deletions
| @@ -403,9 +403,9 @@ the buffer whose process should be used from the mini-buffer. | |||
| 403 | *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, | 403 | *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, |
| 404 | like `j'. | 404 | like `j'. |
| 405 | 405 | ||
| 406 | *** There is a new user-option `rmail-digest-end-regexp' that can be | 406 | *** There is a new user option `rmail-digest-end-regexp's that can be |
| 407 | used to specify a regular expression matching the end of a digest | 407 | used to specify regular expressions to detect the line that ends a |
| 408 | message. | 408 | digest message. |
| 409 | 409 | ||
| 410 | ** Changes to TeX mode | 410 | ** Changes to TeX mode |
| 411 | 411 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f08e5900d2d..dfcc99a2300 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. | ||
| 4 | |||
| 5 | * subr.el (dolist, dotimes): Moved from cl-macs.el. | ||
| 6 | |||
| 7 | * mail/undigest.el (rmail-digest-end-regexps): | ||
| 8 | Variable replaces rmail-digest-end-regexp. | ||
| 9 | Allows multiple regexps for detecting the end line. | ||
| 10 | (undigestify-rmail-message): Corresponding changes. | ||
| 11 | |||
| 1 | 2000-01-19 Dave Love <fx@gnu.org> | 12 | 2000-01-19 Dave Love <fx@gnu.org> |
| 2 | 13 | ||
| 3 | * files.el (user-init-file): Don't declare here -- is primitive. | 14 | * files.el (user-init-file): Don't declare here -- is primitive. |