diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2d1acf906..89a4af103 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +1998-06-07 Mikael Djurfeldt + + * debug.h, debug.c (scm_start_stack): New function. Implements + the guts of old scm_m_start_stack. + + * debug.c (scm_m_start_stack): Use scm_start_stack. + + * init.c (scm_start_stack, scm_restart_stack): Renamed to + start_stack and restart_stack. (These have static scope.) + 1998-05-19 Mikael Djurfeldt * readline.c (rl_cleanup_after_signals, rl_free_line_state): New