diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index f7fd004fa..69f5ef7d0 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2002-05-03 Thien-Thi Nguyen + + * and-let-star.scm: Back port from HEAD (1.4). + + * and-let-star-compat.scm: Back port from + branch_release-1-6 (1.2.4.3) w/ the following differences: + Use `export-syntax' instead of `re-export-syntax'. + 2002-03-04 Thien-Thi Nguyen * boot-9.scm (expt): Fix bug: Handle negative exponents correctly.