* goops.scm (define-method): Only accept new syntax.
[bpt/guile.git] / oop / ChangeLog
1 2001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
2
3 * goops.scm (define-method): Only accept new syntax.
4
5 * Makefile.am: Added old-define-method.scm.
6
7 * goops/old-define-method.scm: New file.
8
9 * goops.scm, goops/save.scm, goops/composite-slot.scm,
10 goops/active-slot.scm: Use new method syntax.
11
12 2001-03-04 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
13
14 * goops/compile.scm (compile-method): Tag method closure for body
15 expansion.
16
17 * goops.scm (change-object-class): Quote empty list constants.
18 (method): Reverted previous change (enclosing body);
19 Quote empty list.
20 (initialize <method>): Supply `dummy-procedure' as default instead
21 of creating a new closure.
22
23 * goops/internal.scm: Re-export (oop goops) without copying
24 bindings.
25
26 2001-02-23 Keisuke Nishida <kxn30@po.cwru.edu>
27
28 * goops.scm (method): Enclosed BODY by `(let () ...)'.
29 This allows local defines at the beginning of methods.
30
31 2000-12-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
32
33 * goops/save.scm (load-objects): eval-in-module is deprecated.
34 Use eval instead.
35
36 2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
37
38 * goops.scm: Don't export removed %logand any more.
39
40 * goops/dispatch.scm (cache-try-hash!): Use logand instead of
41 %logand.
42
43 2000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
44
45 * goops.scm (internal-add-method!): Set n-specialized of a generic
46 function to the number of specializers regardless if it has rest
47 args or not.
48
49 * goops/dispatch.scm (method-cache-install!): Use n-specialized +
50 1 args for type matching. (Thanks to Lars J. Aas.)
51
52 2000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
53
54 * goops.scm (goops-error): Removed use of oldfmt.
55