From 818febc097198ab0b01cc87e485d2b1a36e70ee1 Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Wed, 29 Nov 2000 21:27:13 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index dd1d5df83..3629ee473 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,9 @@ Example: * Changes to Scheme functions and syntax +** Escape procedures created by call-with-current-continuation now +accept any number of arguments, as required by R5RS. + ** New function `make-object-property' This function returns a new `procedure with setter' P that can be used @@ -303,6 +306,9 @@ Use a type specific length macro instead of SCM_LENGTH_MAX. ** Removed function: scm_struct_init +** Renamed function: scm_make_cont has been replaced by +scm_make_continuation, which has a different interface. + ** Deprecated function: scm_call_catching_errors Use scm_catch or scm_lazy_catch from throw.[ch] instead.