From 41ed8fedd2d9ec3914aaca2fdc90054dce156ce9 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 2 May 2001 01:01:21 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b3f721fab..0fe364029 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,13 @@ +2001-05-02 Marius Vollmer + + * boot-9.scm (begin-deprecated): New. + (call-with-deprecation): Removed. + (id): Use `issue-deprecation-warning' instead of + `call-with-deprecation'. Wrap definition in `begin-deprecated'. + (eval-in-module): Manifest deprecation via `begin-deprecation' and + `issue-deprecation-warning'. + (warn-autoload-deprecation): Deactivated. + 2001-04-26 Marius Vollmer * boot-9.scm (the-module, set-current-module, current-module):