*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-08 16:20:21 +00:00
commit 0b49c6452b
4 changed files with 16 additions and 0 deletions

1
THANKS
View file

@ -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

View 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

View 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

View 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.