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.