# HG changeset patch # User Richard M. Stallman # Date 1084208173 0 # Node ID 0658d9d79cd75f573b907c5132ff04c12100a1cc # Parent 2b06def87ce0fb5768ea33b797ab65be6786cee8 *** empty log message *** diff -r 2b06def87ce0 -r 0658d9d79cd7 lisp/ChangeLog --- 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 + + * 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 * progmodes/python.el (inferior-python-mode-map): Remove erroneous diff -r 2b06def87ce0 -r 0658d9d79cd7 src/ChangeLog --- 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 + + * print.c (print_preprocess): Use being_printed, loop_count and + halftail to detect overdeep nesting and cyclic cdr chains. + 2004-05-10 Andreas Schwab * lisp.h: Declare Fmake_symbolic_link.