From efdfceeabe2afdfc88f941eb9d9675afd6814d7f Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 12 Mar 1999 10:26:46 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6508618e7..1025ecdc6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 1999-03-12 Mikael Djurfeldt + * srcprop.c (scm_set_source_property_x): Bugfix: Convert line and + column inums to native form. + Improvement of backtraces: Introduces a new stack narrowing specifier, #t, for the inner cut. (See further in the comments in stacks.c:narrow_stack ().)