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