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