From c177d2843d2267485ce03e9e8e90bc06f1c40fab Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 5 Dec 2004 23:48:09 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 291342bcb..6736f62f3 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,22 @@ Each release reports the NEWS in the following sections: * Changes to Scheme functions and syntax * Changes to the C interface + +Changes since Guile 1.6.6 (changes in 1.6.7): + +* Changes to the distribution + +* Changes to the stand-alone interpreter + +* Changes to Scheme functions and syntax + +** SRFI-1 alist-delete equality argument order fixed. + +In the srfi-1 module alist-delete and alist-delete!, the order of the +arguments to the "=" procedure now matches the SRFI-1 specification. + +* Changes to the C interface + Changes since Guile 1.6.5 (changes in 1.6.6):