From 412d82c4f3eaeaa431ba2532ca7bf15727b919a0 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 25 Aug 2003 23:18:12 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 879e1b09f..f3a5ed5d2 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -2,6 +2,15 @@ * scheme-data.texi (Scientific): Add two-argument atan. + * tools.texi (How guile-snarf works): Need @@ for texinfo in example. + +2003-08-17 Kevin Ryde + + * scheme-compound.texi (Hash Table Reference): Collect up groups of + functions to avoid duplication. Revise notes on hashx functions and + on vector implementation. In make-hash-table, size is now optional. + Add hash-map and hash-for-each. + 2003-08-14 Kevin Ryde * scheme-control.texi (while do): Update `while' for code rewrite, in