diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-07-18 01:21:30 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-07-18 01:21:30 +0000 |
commit | 67081a34cb56b2b0a0fa7e4bbc1d58c40685f3b5 (patch) | |
tree | cac048aee14a8905dc203fa7ebfe602ace0fc36e | |
parent | 0e97e58d9d24d0f80bc74156dbfae1729c3b4ce7 (diff) | |
download | guile-67081a34cb56b2b0a0fa7e4bbc1d58c40685f3b5.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/ref/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index eeb364587..b90074e47 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -5,6 +5,13 @@ scm_list_5, scm_list_n. Remove scm_list, since it's a no-op. * guile.texi (nicode): New macro. + * scheme-evaluation.texi (Fly Evaluation): In apply, reword for + clarity, drop the "append" example. Add scm_apply, scm_apply_0, + scm_apply_1, scm_apply_2, scm_apply_3. + Add scm_call_0, scm_call_1, scm_call_2, scm_call_3. + In apply:nconc2last, move down after "apply", reword for clarity, note + correspondence to apply params. + * srfi-modules.texi (SRFI-0): Add cond-expand index entry. (SRFI-9): Add define-record-type index entry. |