diff --git a/doc/maint/ChangeLog b/doc/maint/ChangeLog index a490b9f51..f50217f0c 100644 --- a/doc/maint/ChangeLog +++ b/doc/maint/ChangeLog @@ -1,3 +1,9 @@ +2004-08-23 Marius Vollmer + + * docstring.el: Replaced all "@c module" markers with "@c + module-for-docstring", making it less likely to collide with a + real commentary. + 2002-10-19 Neil Jerram * guile.texi: Replaced by regenerated libguile version. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 5826ba8de..3e19c2cca 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2004-08-23 Marius Vollmer + + * lib.scm (exception:used-before-define): New. + * tests/syntax.test ("letrec"): Use it. + 2004-08-20 Kevin Ryde * tests/posix.test (mkstemp!): New tests.