aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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 @@
12001-10-29 Richard M. Stallman <rms@gnu.org> 12001-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
52001-10-29 Eli Zaretskii <eliz@is.elta.co.il> 112001-10-29 Eli Zaretskii <eliz@is.elta.co.il>