1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-02 01:01:21 +00:00
parent 9fb41ceac5
commit 41ed8fedd2

View file

@ -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):