From a6219f222cb212340a01061ffb18908e5687cca6 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 22 May 2001 22:47:02 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ libguile/ChangeLog | 8 ++++++++ 2 files changed, 14 insertions(+) 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