diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86e2da3156e..aba8d66a17e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-05-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file | ||
| 4 | directly without calling any functions in Rmail. | ||
| 5 | (unrmail-unprune): Function deleted. | ||
| 6 | |||
| 1 | 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * progmodes/python.el (inferior-python-mode-map): Remove erroneous | 9 | * 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 @@ | |||
| 1 | 2004-05-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_preprocess): Use being_printed, loop_count and | ||
| 4 | halftail to detect overdeep nesting and cyclic cdr chains. | ||
| 5 | |||
| 1 | 2004-05-10 Andreas Schwab <schwab@suse.de> | 6 | 2004-05-10 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * lisp.h: Declare Fmake_symbolic_link. | 8 | * lisp.h: Declare Fmake_symbolic_link. |