]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 May 2004 16:56:13 +0000 (16:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 May 2004 16:56:13 +0000 (16:56 +0000)
lisp/ChangeLog
src/ChangeLog

index 86e2da3156e6260471d0b7d72ca6ac4ebc56f4cb..aba8d66a17ecc64c667f6f6e92982e2506e485fa 100644 (file)
@@ -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
index fad84ff38f5202a1fe855a3f9bf4b77f535c47f7..2170398648cb6f843a8d2c86e6e534b68ef43bb7 100644 (file)
@@ -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.