diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index d1d419ab8..39ad3c82f 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2001-05-22 Marius Vollmer + + * boot-9.scm (define-module): Return the new module. + (process-define-module): Use `spec' instead of `module-name' when + getting the syntax transformer. Thanks to Matthias Köppe! + 2001-05-21 Marius Vollmer * boot-9.scm (use-syntax): Do not set scm:eval-transformer when diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a47d9a7e4..54089721f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2001-05-23 Marius Vollmer + + * snarf.h (SCM_CONST_LONG): Use SCM_VCELL_INIT instead of + SCM_VARIABLE_INIT since that it what it used to be. + + * deprecation.c (scm_include_deprecated_features): Make docstring + ANSIsh. Thanks to Matthias Köppe! + 2001-05-21 Marius Vollmer * symbols.c (scm_mem2symbol): Re-introduce indirect cell. It is