*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Wed, 8 Sep 2004 16:20:21 +0000 (16:20 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 8 Sep 2004 16:20:21 +0000 (16:20 +0000)
THANKS
doc/ref/ChangeLog
scripts/ChangeLog
test-suite/ChangeLog

diff --git a/THANKS b/THANKS
index 6d430b4..97e41e3 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -64,5 +64,6 @@ For fixes or providing information which led to a fix:
           Aaron VanDevender
        Andreas Vögele
         Michael Talbot-Wilson
+        Michael Tuexen
            Andy Wingo
           Keith Wright
index 475a1e4..27dc774 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (CLEANFILES, MAINTAINERCLEANFILES): Moved
+       autoconf-macros.texi to MAINTAINERCLEANFILES.  It is in the
+       tarball and we shouldn't clean it, then.
+
 2004-09-07  Kevin Ryde  <user42@zip.com.au>
 
        * api-procedures.texi (let-keywords Reference): Typo, should be
index a8b5c13..53b6dff 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (scripts_sources): Added snarf-guile-m4-docs.
+
 2004-08-06  Kevin Ryde  <user42@zip.com.au>
 
        * scripts/read-rfc822 (parse-message): Correction to header
index bc06b7d..4f5b21b 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
+       exact result, use (expt 1/2 2) instead.
+
 2004-09-08  Kevin Ryde  <user42@zip.com.au>
 
        * tests/ports.test (port-column): Further tests, of new \a \b \r.