diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index d17629335..e2abcd0b4 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-05-25 Matthias Koeppe * format.scm: Remove the arbitrary limit of 100 iterations for the