summaryrefslogtreecommitdiff
path: root/libguile/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/ChangeLog')
-rw-r--r--libguile/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 9209f6d84..0ad7db438 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -80,9 +80,9 @@ Sat Aug 16 18:42:15 1997 Gary Houston <ghouston@actrix.gen.nz>
Wed Aug 13 15:38:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
-* * gh_io.c (gh_write): New function.
+ * gh_io.c (gh_write): New function.
-* * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
+ * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
throw.c (scm_internal_stack_catch): New sibling to the other catch
functions. Code moved from gh_eval.c.
throw.h: Added header.