diff options
| author | Gerd Moellmann | 2000-07-05 17:33:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 17:33:10 +0000 |
| commit | d5c5cddd55f1cdce2a44ee3beb76d74a39473fe5 (patch) | |
| tree | a0f577b1197d9069f8c01a3e4bcbd3259f4988b1 | |
| parent | de32572e7355094e66b1a1e19bc2e7fceb2ee56a (diff) | |
| download | emacs-d5c5cddd55f1cdce2a44ee3beb76d74a39473fe5.tar.gz emacs-d5c5cddd55f1cdce2a44ee3beb76d74a39473fe5.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index febc952f5f2..c6528d7bcde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias | ||
| 4 | mapc. | ||
| 5 | (cl-mapc): Use mapc instead of cl-old-mapc. | ||
| 6 | |||
| 1 | 2000-07-05 Andrew Innes <andrewi@gnu.org> | 7 | 2000-07-05 Andrew Innes <andrewi@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.nt: Add support for `bootstrap' and related targets. | 9 | * makefile.nt: Add support for `bootstrap' and related targets. |
diff --git a/src/ChangeLog b/src/ChangeLog index 2355672ac0f..2272fac3bf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_error_message): If Vsignaling_function is set, | ||
| 4 | show it in *Messages*. | ||
| 5 | |||
| 6 | * lisp.h (Vsignaling_function): External declaration. | ||
| 7 | |||
| 8 | * eval.c (Vsignaling_function): New variable. | ||
| 9 | (Fsignal): Compute it. | ||
| 10 | (syms_of_eval): Staticpro it. | ||
| 11 | |||
| 1 | 2000-07-05 Dave Love <fx@gnu.org> | 12 | 2000-07-05 Dave Love <fx@gnu.org> |
| 2 | 13 | ||
| 3 | * syswait.h: Use the autoconf recommended approach. Old code | 14 | * syswait.h: Use the autoconf recommended approach. Old code |