From c6e94bec5a99320ed79db827787c6d2718b6fd1c Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 15 Feb 2004 00:20:55 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index abedc3d9f..941510096 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,17 @@ +2004-02-15 Kevin Ryde + + * scheme-compound.texi (Hash Table Reference): In scm_hash_ref etc, + remove note that dflt must be given, it can be SCM_UNSPECIFIED. + + * scheme-control.texi (while do): Expand and clarify `do', in + particular note iteration binds fresh locations, rather than values + "stored". + + * srfi-modules.texi (SRFI-4): Revise for clarity, give each function + explicitly rather than showing TAG so Emacs info-look can find them, + merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one + node. + 2004-02-12 Kevin Ryde * scheme-compound.texi (Conventional Arrays): Revise for clarity.