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