From 00ed256c76cca201530f9103f5613895f3528f11 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 18 Aug 2004 00:24:59 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b67ababe3..f34938dac 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2004-08-18 Kevin Ryde + + * and-let-star.scm: Add cond-expand-provide srfi-2, since this module + provides that feature. + * receive.scm: Add cond-expand-provide srfi-8, since this module + provides that feature. + 2004-08-09 Marius Vollmer From Matthias Koeppe. Thanks!