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