summaryrefslogtreecommitdiff
path: root/ice-9
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-05-15 19:38:57 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-05-15 19:38:57 +0000
commit7dfc3d0f56f7883b6bd12acf36bc8c16fc2712fc (patch)
tree22c79b3b2106f4cd80ba267568c01ff33927ded7 /ice-9
parentb622dec7533df56bcd4c26ac13bdcd11501c6c62 (diff)
downloadguile-7dfc3d0f56f7883b6bd12acf36bc8c16fc2712fc.tar.gz
*** empty log message ***
Diffstat (limited to 'ice-9')
-rw-r--r--ice-9/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 1918ab2db..c246c5854 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,7 +1,14 @@
+2001-05-15 Thien-Thi Nguyen <ttn@revel.glug.org>
+
+ * boot-9.scm (resolve-interface): Signal error now also if
+ used module's public interface is not available.
+ No longer call `beautify-user-module!'.
+ Signal error now also if selected binding not found.
+
2001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
Merge from mvo-vcell-clenaup-1-branch.
-
+
* session.scm (apropos): Do not use `builtin-bindings', always use
the module obarray.
(apropos-fold): Likewise.
@@ -10,7 +17,7 @@
the magical undefined value.
(let-o-k-template): Use `#f' instead of the undefined value as
the default default for bindings.
-
+
* boot-9.scm (module-make-local-var!): Do not pass name hint to
make-undefined-variable, use `variable-set-name-hint!' instead.
(root-module-closure): Removed.