diff options
-rw-r--r-- | ice-9/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 229e2fcbc..bb3139d88 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2003-05-10 Kevin Ryde <user42@zip.com.au> + + * documentation.scm (file-commentary, find-documentation-in-file): Use + call-with-input-file, to close ports when done. + 2003-05-03 Marius Vollmer <mvo@zagadka.de> * gap-buffer.scm (point++n!, point+-n!): Use substring-move! |