No longer use module `(ice-9 slib)'.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
60850aed
TTN
12001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
2
b4b50361
TTN
3 * README: New file.
4
60850aed
TTN
5 * common-list.scm:
6 Clean up some docstrings; nfc.
7 Add Commentary.
8 Update copyright.
9
7c95e366
MV
102001-06-11 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * boot-9.scm: Use `begin-deprecated' instead of testing
13 `include-deprecated-features' when conditionally using the (ice-9
14 rdelim) module. See below.
15
495c67e5
GH
162001-06-10 Gary Houston <ghouston@arglist.com>
17
18 * boot-9.scm: use the (ice-9 rdelim) module if
19 include-deprecated-features is true.
20
6a9003d3
MV
212001-06-09 Marius Vollmer <mvo@zagadka.ping.de>
22
23 * pretty-print.scm (generic-write): Use `object->string' to print
24 unknown objects.
25
26 * optargs.scm (lambda*): Make sure that BODY is always put into a
27 real body context so that it can contain internal definitions.
28