From d2afa1fc9f903ec601ae6470865e9ef3de605ae1 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 9 Aug 2004 21:56:19 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 6eb890c5c..b67ababe3 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,13 @@ +2004-08-09 Marius Vollmer + + From Matthias Koeppe. Thanks! + + * pretty-print.scm (generic-write): In the local procedure `wr', use + object->string to print all data (except for the reader macros), + rather than implementing an own printer. The user-visible + difference is that procedures and control characters like #\tab + are now printed in the same way as by `write'. + 2004-08-09 Kevin Ryde * slib.scm (*features*): Remove array and array-for-each, core