diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5b5c095b3..fef500b3c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-07-30 Marius Vollmer + + * alist.c (scm_assq_remove_x, scm_assv_remove_x, + scm_assoc_remove_x): Use scm_delq1_x instead of scm_delq_x, since + using the latter is pointless. + 2000-07-26 Dirk Herrmann * gc.c (scm_gc_sweep): Renamed local variable from 'free' to