diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f08e5900d2d..dfcc99a2300 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> + + * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. + + * subr.el (dolist, dotimes): Moved from cl-macs.el. + + * mail/undigest.el (rmail-digest-end-regexps): + Variable replaces rmail-digest-end-regexp. + Allows multiple regexps for detecting the end line. + (undigestify-rmail-message): Corresponding changes. + 2000-01-19 Dave Love <fx@gnu.org> * files.el (user-init-file): Don't declare here -- is primitive. |