diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 91c6c69f918..dd8430ec342 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> | 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * fns.c (Frequire): Detect recursive try to require the same | ||
| 4 | feature 3 or more levels deep, and get error. | ||
| 5 | (require_unwind): New subroutine. | ||
| 6 | (require_nesting_list): New variable. | ||
| 7 | (syms_of_fns): Init and staticpro it. | ||
| 8 | |||
| 3 | * print.c (print_object): Clarify indication of insertion type. | 9 | * print.c (print_object): Clarify indication of insertion type. |
| 4 | 10 | ||
| 5 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> |