From 84abd243347e28cacec6ea4066f1d0068ed4d2af Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 27 Nov 1996 13:29:16 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ libguile/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 5d11441e5..5850cc7ae 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 27 14:16:14 1996 Marius Vollmer + + * boot-9.scm (macroexpand-1, macroexpand), slib.scm + (slib:features), r4rs.scm (%load-verbosely): "defined?" is now a + function, use it accordingly. + Thu Nov 21 11:12:10 1996 Jim Blandy It's an "eval closure", not an "eval thunk." A thunk is a diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b22748835..def25aa72 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 27 14:14:56 1996 Marius Vollmer + + * eval.c (scm_definedp): Incompatibly changed to be a builtin + Scheme function, instead of syntax. Single argument is now a + symbol. + Thu Nov 21 11:17:42 1996 Jim Blandy It's an "eval closure", not an "eval thunk." A thunk is a