From 44e874b5c87c505f19ba77021bf8119c8e8c8e91 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 18 Jul 2003 00:48:59 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index b7def92d1..eef75c2dd 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2003-07-18 Kevin Ryde + + * scheme-compound.texi (List Constructors): In list, use "elem1 + ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4, + scm_list_5, scm_list_n. Remove scm_list, since it's a no-op. + 2003-07-12 Kevin Ryde * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for