From 80edbc334753cfe6ce52c3c47f1e4462362a0752 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Sat, 1 Jul 2000 00:13:17 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index a1234ace3..b5905cf2e 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -77,6 +77,20 @@ (find-documentation): Renamed from `documentation'. Return documentation string instead of printing it. Not exported. +Tue Jun 6 09:21:28 2000 Greg J. Badros + + * session.scm: Update references to `proc-doc' to be + `proc-documentation' + + * doc.scm: Cleaned up a great deal. Put variables at the top of + the file, eliminated `object-documentation' that was broken + (referencing Scwm), drop `help' as session.scm has a better + supported version of that procedure. Rename `proc-doc' to + `proc-documentation' -- `procedure-documentation' is a primitive + getter function, so I use the shorter name for this more useful + function. (Alternatively, we could rename the primitive + getter...) + 2000-06-05 Mikael Djurfeldt * boot-9.scm (error-catching-loop): Inform about debugger on error.