diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 17ffcb89b..9164bb0a3 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +1999-09-15 Mikael Djurfeldt + + * debugger.scm ("evaluate"): Replaced `write-line' with calls to + `write' and `newline' since write-line doesn't write but displays. + 1999-09-12 Mikael Djurfeldt * debugger.scm ("evaluate"): Newline after no env announcement. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5b4cfd4cc..10e51201b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +1999-09-15 Mikael Djurfeldt + + * backtrace.c: #include if present. + 1999-09-14 Jim Blandy * Makefile.am (.c.x): Don't create a subshell just to delete the