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