* lib.scm: Move module the system directives `export',
[bpt/guile.git] / oop / ChangeLog
CommitLineData
1a179b03
MD
12001-10-21 Mikael Djurfeldt <mdj@linnaeus>
2
3 * goops.scm, goops/active-slot.scm, goops/compile.scm,
4 goops/composite-slot.scm, goops/describe.scm, goops/dispatch.scm,
5 goops/old-define-method.scm, goops/save.scm, goops/util.scm: Move
6 module the system directives `export', `export-syntax',
7 `re-export' and `re-export-syntax' into the `define-module' form.
8 This is the recommended way of exporting bindings.
9
969e8e45
MV
102001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * Makefile.am, goops/Makefile.am: (AUTOMAKE_OPTIONS): Change
13 "foreign" to "gnu".
14
54866b6c
MV
152001-07-29 Marius Vollmer <mvo@zagadka.ping.de>
16
17 * goops/dispatch.scm (hashset-index): Renumbered, since the vcell
18 slot of structs has been removed.
19
f3a51787
MG
202001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
21
22 * goops/util.scm: Updated copyright notice.
23
8d4ab692
MG
242001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
25
26 * goops/save.scm: Use `re-export' instead of `export' when
27 re-exporting `make-unbound'.
28
feeedafb
MV
292001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
30
31 * goops.scm: Use `re-export' instead of `export' when re-exporting
32 `class-of'.
33
7c628196
MV
342001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
35
36 * goops.scm: Call `%init-goops-builtins' instead of using the
37 `(oop goops goopscore)' module.
38
f3f9dcbc
MV
392001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
40
41 * goops/compile.scm (compile-method): Insert comment that
42 `procedure-source' can not be guaranteed to be reliable or
43 efficient.
44
c10ecc4c
MV
452001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
46
47 * goops.scm (initialize-object-procedure): Use
48 `valid-object-procedure?' instead of explicit tag magic.
49 (object-procedure-tags): Removed.
50
51 * goops/util.scm (top-level-env): Use `current-module' instead of
52 the deprecated *top-level-lookup-closure*.
53
c90fcdf6
RB
542001-04-28 Rob Browning <rlb@cs.utexas.edu>
55
56 * goops/save.scm (write-readably): rename list* to cons*.
57
58 * goops.scm (method): rename list* to cons*.
59
b592004c
MD
602001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
61
62 * goops/Makefile.am, goops/goopscore.scm: Reverted changes of
63 2001-04-03, 2001-03-09.
64
a0826166
KN
652001-04-03 Keisuke Nishida <kxn30@po.cwru.edu>
66
67 * goops/Makefile.am (goops_sources): Include goopscore.scm.
68 Thanks to Dale P. Smith.
69
a255cf13
KN
702001-03-29 Keisuke Nishida <kxn30@po.cwru.edu>
71
72 * goops/goopscore.scm: New file.
73
71d540f7
MD
742001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
75
76 * goops.scm (define-method): Only accept new syntax.
77
78 * Makefile.am: Added old-define-method.scm.
79
80 * goops/old-define-method.scm: New file.
81
82 * goops.scm, goops/save.scm, goops/composite-slot.scm,
83 goops/active-slot.scm: Use new method syntax.
84
cc6c7fee
MD
852001-03-04 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
86
b432fb4b
MD
87 * goops/compile.scm (compile-method): Tag method closure for body
88 expansion.
89
cc6c7fee
MD
90 * goops.scm (change-object-class): Quote empty list constants.
91 (method): Reverted previous change (enclosing body);
92 Quote empty list.
b432fb4b
MD
93 (initialize <method>): Supply `dummy-procedure' as default instead
94 of creating a new closure.
cc6c7fee 95
b432fb4b
MD
96 * goops/internal.scm: Re-export (oop goops) without copying
97 bindings.
98
19b6a58d
KN
992001-02-23 Keisuke Nishida <kxn30@po.cwru.edu>
100
101 * goops.scm (method): Enclosed BODY by `(let () ...)'.
102 This allows local defines at the beginning of methods.
103
3b505adf
DH
1042000-12-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
105
106 * goops/save.scm (load-objects): eval-in-module is deprecated.
107 Use eval instead.
108
ca83b028
DH
1092000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
110
111 * goops.scm: Don't export removed %logand any more.
112
113 * goops/dispatch.scm (cache-try-hash!): Use logand instead of
114 %logand.
115
b100f5ee
MD
1162000-11-06 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
117
118 * goops.scm (internal-add-method!): Set n-specialized of a generic
119 function to the number of specializers regardless if it has rest
120 args or not.
121
122 * goops/dispatch.scm (method-cache-install!): Use n-specialized +
123 1 args for type matching. (Thanks to Lars J. Aas.)
124
14f1d9fe
MD
1252000-10-23 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
126
127 * goops.scm (goops-error): Removed use of oldfmt.
128