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