* goops.scm (method): Enclosed BODY by `(let () ...)'.
[bpt/guile.git] / oop / ChangeLog
1 2001-02-23 Keisuke Nishida <kxn30@po.cwru.edu>
2
3 * goops.scm (method): Enclosed BODY by `(let () ...)'.
4 This allows local defines at the beginning of methods.
5
6 2000-12-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7
8 * goops/save.scm (load-objects): eval-in-module is deprecated.
9 Use eval instead.
10
11 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
12
13 * goops.scm: Don't export removed %logand any more.
14
15 * goops/dispatch.scm (cache-try-hash!): Use logand instead of
16 %logand.
17
18 2000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
19
20 * goops.scm (internal-add-method!): Set n-specialized of a generic
21 function to the number of specializers regardless if it has rest
22 args or not.
23
24 * goops/dispatch.scm (method-cache-install!): Use n-specialized +
25 1 args for type matching. (Thanks to Lars J. Aas.)
26
27 2000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
28
29 * goops.scm (goops-error): Removed use of oldfmt.
30