From: Richard M. Stallman Date: Mon, 10 May 2004 16:56:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e109331adea4e40f0a461654a5fb7c61b041d56d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86e2da3156e..aba8d66a17e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index fad84ff38f5..2170398648c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.