From b53e80aa755437324565f54c2d0e995a24b58b6c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 3 May 2002 10:10:03 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 69f5ef7d0..158f1149b 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -6,6 +6,11 @@ branch_release-1-6 (1.2.4.3) w/ the following differences: Use `export-syntax' instead of `re-export-syntax'. + * Makefile.am (ice9_sources): Replace and-let*.scm + w/ and-let-star.scm. + (install-data-local): New. + (EXTRA_DIST): Add and-let-star-compat.scm. + 2002-03-04 Thien-Thi Nguyen * boot-9.scm (expt): Fix bug: Handle negative exponents correctly.