diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 9300feade..6cf43313e 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2004-09-02 Kevin Ryde + + * format.scm (format:out): Ignore excess arguments, per common lisp. + 2004-08-27 Kevin Ryde * regex.scm (regexp-quote): [ and | must be quoted. Quote ( ) { + ? diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 3f0733038..3157abd3d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,6 +1,7 @@ 2004-09-02 Kevin Ryde * tests/format.test (~@d): New tests. + New tests of excess arguments now ignored. 2004-09-01 Han-Wen Nienhuys , Kevin Ryde