diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f273b3ce2..e9cc37331 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +1998-10-08 Jim Blandy + + Include the source location in error messages for scripts. + * init.c (scm_boot_guile_1): Use scm_internal_lazy_catch, so the + stack is still there when we catch the error. + * throw.c (handler_message): If we are handling an error with a + message, then put together the proper arguments and call + scm_display_error, instead of scm_display_error_message. That + displays source location, if it can find it. + 1998-10-07 Jim Blandy * gc.c (scm_unprotect_object): Change this so that calls to