summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/maint/ChangeLog6
-rw-r--r--test-suite/ChangeLog5
2 files changed, 11 insertions, 0 deletions
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 <marius.vollmer@uni-dortmund.de>
+
+ * 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 <neil@ossau.uklinux.net>
* 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 <marius.vollmer@uni-dortmund.de>
+
+ * lib.scm (exception:used-before-define): New.
+ * tests/syntax.test ("letrec"): Use it.
+
2004-08-20 Kevin Ryde <user42@zip.com.au>
* tests/posix.test (mkstemp!): New tests.