From c8127e2f87265597d38977cbcbea6ff9efc29818 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 29 Apr 2001 17:15:50 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 78fafd4f5..ba0e2dada 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2001-04-26 Marius Vollmer + + * boot-9.scm (the-module, set-current-module, current-module): + Removed, they are now defined in libguile. + 2001-04-29 Gary Houston * rw.scm: new file, for module (ice-9 rw). @@ -42,6 +47,7 @@ * srfi-8.scm: removed in favor of srfi/srfi-8.scm - (wasn't ever in a production release). +>>>>>>> 1.412 2001-04-25 Keisuke Nishida * channel.scm: New file.