summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 413184af8..6f3fa2431 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 30 18:08:10 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * slib.scm (slib:load): Use primitive-load-path instead of
+ basic-load. This is probably wrong, but hopefully the entire
+ source access system will be revised soon anyway, and this will
+ make require behave more like Emacs Lisp's require. If this
+ breaks something, please let me know. Maybe this is real dumb.
+
Thu May 29 02:36:48 1997 Jim Blandy <jimb@floss.cyclic.com>
* regex.scm: Add a module declaration. Use DEFINE-PUBLIC everywhere.