diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-05-02 01:01:21 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-05-02 01:01:21 +0000 |
commit | 41ed8fedd2d9ec3914aaca2fdc90054dce156ce9 (patch) | |
tree | 7295a88489c1009511c85ca5365f86c68b5c5814 | |
parent | 9fb41ceac51bffbdcd9e5cfda790b1dde018cb3e (diff) | |
download | guile-41ed8fedd2d9ec3914aaca2fdc90054dce156ce9.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <mvo@zagadka.ping.de> + + * 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 <mvo@zagadka.ping.de> * boot-9.scm (the-module, set-current-module, current-module): |