diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5edef87b6..133b514bc 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-01-12 Marius Vollmer + + * deprecated.h, deprecated.c, strings.h, strings.c: Turn all + deprecated features that once were macros but are now functions + back into macros. + 2005-01-11 Marius Vollmer * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option.