*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Tue, 22 May 2001 22:47:02 +0000 (22:47 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 22 May 2001 22:47:02 +0000 (22:47 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index d1d419a..39ad3c8 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-22  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * 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  <mvo@zagadka.ping.de>
 
        * boot-9.scm (use-syntax): Do not set scm:eval-transformer when
index a47d9a7..5408972 100644 (file)
@@ -1,3 +1,11 @@
+2001-05-23  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * 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  <mvo@zagadka.ping.de>
 
        * symbols.c (scm_mem2symbol): Re-introduce indirect cell.  It is