From 49086691f64d6e88f83254f2e800b629bc875f0d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 11 Jan 2005 17:45:14 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f7e13bb70..5edef87b6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,13 @@ 2005-01-11 Marius Vollmer + * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option. + * deprecation.c (scm_issue_deprecation_warning, + scm_c_issue_deprecation_warning_fmt): Use it. + (mode): Removed. + (print_summary): New. + (scm_init_deprecation): Initialize SCM_WARN_DEPRECATED instead of + mode. + Deprecated SCM_ARRAY* macros. * unif.h, unif.c, ramap.c, vectors.c, srfi-4.c, srfi-4.i.c