*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Thu, 19 Jun 2003 00:39:56 +0000 (00:39 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 19 Jun 2003 00:39:56 +0000 (00:39 +0000)
doc/ref/ChangeLog

index 29f4de4..21bd99b 100644 (file)
@@ -1,5 +1,18 @@
+2003-06-19  Kevin Ryde  <user42@zip.com.au>
+
+       * scheme-io.texi (File Ports): Describe call-with-input-file and
+       call-with-output-file together.  Describe with-input-from-file,
+       with-output-to-file and with-error-to-file together, and add that they
+       use dynamic-wind on the current port setting and keep the port open in
+       support of captured continuations.
+       (Closing): Describe close-input-port and close-output-port together,
+       tweak the wording slightly.
+
 2003-06-14  Kevin Ryde  <user42@zip.com.au>
 
+       * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
+       and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
+
        * scheme-data.texi (Arithmetic): round is to nearest even.
 
 2003-06-12  Kevin Ryde  <user42@zip.com.au>