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 ().)