summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog7
-rw-r--r--libguile/ChangeLog2
2 files changed, 9 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index d275a6ae4..4c22e75f1 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,7 +1,14 @@
2001-05-25 Marius Vollmer <mvo@zagadka.ping.de>
+ * boot-9.scm (cond-expand): Define using
+ `procedure->memoizing-macro' to get at the lexical environment.
+ Use `env-module' instead of `current-module' to get the right
+ module.
+
* Makefile.am (ice9_sources): Added "pretty-print.scm".
* pretty-print.scm: New file, copied from SLIB.
+ (generic-write): Return the `unspecified' value.
+
* format.scm: Autoload `pretty-print'.
2001-05-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 967063853..38bd63680 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,7 @@
2001-05-25 Marius Vollmer <mvo@zagadka.ping.de>
+ * modules.c (scm_env_module): Exported to Scheme.
+
* eval.c (scm_debug_opts): New option `show-file-name'.
* debug.h (SCM_SHOW_FILE_NAME): New.