diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index aa315d334..1da6aafc5 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,12 @@ +2004-01-11 Kevin Ryde + + Revert this, it breaks test-suite/tests/r5rs_pitfalls.test where + false-if-exception is used within syntax-rules. (Suspect syntax-rules + ought to support this sort of thing, but it doesn't right now.) + + * boot-9.scm (false-if-exception): Unquote catch and lambda, so as not + to depend on expansion environment. + 2004-01-07 Marius Vollmer * boot-9.scm (with-fluids): Use with-fluid* when only one fluid is