Mercurial > emacs
changeset 55499:0658d9d79cd7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 May 2004 16:56:13 +0000 |
parents | 2b06def87ce0 |
children | 70c5b89b216b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 10 16:55:38 2004 +0000 +++ b/lisp/ChangeLog Mon May 10 16:56:13 2004 +0000 @@ -1,3 +1,9 @@ +2004-05-10 Richard M. Stallman <rms@gnu.org> + + * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file + directly without calling any functions in Rmail. + (unrmail-unprune): Function deleted. + 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/python.el (inferior-python-mode-map): Remove erroneous
--- a/src/ChangeLog Mon May 10 16:55:38 2004 +0000 +++ b/src/ChangeLog Mon May 10 16:56:13 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-10 Richard M. Stallman <rms@gnu.org> + + * print.c (print_preprocess): Use being_printed, loop_count and + halftail to detect overdeep nesting and cyclic cdr chains. + 2004-05-10 Andreas Schwab <schwab@suse.de> * lisp.h: Declare Fmake_symbolic_link.