r11085: support clisp
[hyperobject.git] / debian / changelog
1 cl-hyperobject (2.10.0-1) unstable; urgency=low
2
3   * Support CLISP
4   * Remove implementation-dependent access of type slot using
5     slot-definition-type instead.
6
7  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 01 Sep 2006 08:49:25 -0600
8
9 cl-hyperobject (2.9.2-1) unstable; urgency=low
10
11   * Use initialize-instance :around for direct-slot-definition to be
12   more AMOP compliant for setting lisp type from :value-type initarg 
13
14  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 21:44:01 -0600
15
16 cl-hyperobject (2.9.1-1) unstable; urgency=low
17
18   * Support change in SBCL MOP
19
20  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 12:12:58 -0600
21
22 cl-hyperobject (2.9.0-1) unstable; urgency=low
23
24   * New upstream URI
25   * New upstream
26
27  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 16:01:20 -0600
28
29 cl-hyperobject (2.8.8-1) unstable; urgency=low
30
31   * Change encoding to ISO-8859-1
32
33  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 20 Nov 2003 20:40:18 -0700
34         
35 cl-hyperobject (2.8.7-1) unstable; urgency=low
36
37   * Fix invalid setting of documentation for hyperobject-class
38
39  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 15 Nov 2003 19:32:25 -0700
40
41 cl-hyperobject (2.8.6-1) unstable; urgency=low
42
43   * New upstream
44
45  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 Jun 2003 00:32:30 -0600
46
47 cl-hyperobject (2.8.5-1) unstable; urgency=low
48
49   * New upstream
50
51  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 06:14:45 -0600
52
53 cl-hyperobject (2.8.4-1) unstable; urgency=low
54
55   * New upstream
56
57  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 16 May 2003 01:33:12 -0600
58
59 cl-hyperobject (2.8.3-1) unstable; urgency=low
60
61   * New upstream version
62
63  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 23:57:32 -0600
64
65 cl-hyperobject (2.8.2-1) unstable; urgency=low
66
67   * Use hash-table based ensure-lazy-reader for Allegro/SCL
68
69  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 00:05:06 -0600
70
71 cl-hyperobject (2.8.1-1) unstable; urgency=low
72
73   * New upstream
74
75  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 14 May 2003 13:45:01 -0600
76
77 cl-hyperobject (2.8.0-1) unstable; urgency=low
78
79   * Rework object viewing to reduce format calls
80
81  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 May 2003 17:11:54 -0600
82
83 cl-hyperobject (2.7.3-1) unstable; urgency=low
84
85   * Replace multiple-value-lists 
86
87  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 May 2003 09:52:59 -0600
88
89 cl-hyperobject (2.7.2-1) unstable; urgency=low
90
91   * Fix for cmucl's 18e mop
92
93  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 May 2003 10:01:34 -0600
94
95 cl-hyperobject (2.7.1-1) unstable; urgency=low
96
97   * New upstream
98
99  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 16:00:11 -0600
100
101 cl-hyperobject (2.7.0-1) unstable; urgency=low
102
103   * Add regression testing
104   * Depend on cl-rt package
105   * Use compat file rather than DH_COMPAT
106   * Rework compute-effective-slot-definition
107   
108  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Apr 2003 11:40:27 -0600
109
110 cl-hyperobject (2.6.5-1) unstable; urgency=low
111
112   * New upstream
113
114  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 24 Apr 2003 00:55:02 -0600
115
116 cl-hyperobject (2.6.4-1) unstable; urgency=low
117
118   * New upstream
119
120  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 22 Apr 2003 08:06:37 -0600
121
122 cl-hyperobject (2.6.3-1) unstable; urgency=low
123
124   * Fix :type in object-view class
125
126  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Apr 2003 12:37:33 -0600
127
128 cl-hyperobject (2.6.2-1) unstable; urgency=low
129
130   * Handle both named/unnamed implementations of
131     compute-effective-slot-definition
132
133  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Apr 2003 23:17:13 -0600
134
135 cl-hyperobject (2.6.1-1) unstable; urgency=low
136
137   * New upstream
138
139  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Apr 2003 08:26:49 -0600
140
141 cl-hyperobject (2.6.0-1) unstable; urgency=low
142
143   * Encapsulate differences in class-slot order since sbcl/cmucl
144   reverse the order of slots compared to the defclass macro.
145   * Fix error with lispworks and process-a-class-slot function
146
147  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 11 Apr 2003 21:14:17 -0600
148
149 cl-hyperobject (2.5.6-1) unstable; urgency=low
150
151   * Have lispworks use add-method
152
153  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Apr 2003 09:56:27 -0700
154
155 cl-hyperobject (2.5.5-1) unstable; urgency=low
156
157   * Simplify shadowing-import for allegro,lispworks,sbcl
158
159  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 31 Mar 2003 08:58:41 -0700
160
161 cl-hyperobject (2.5.4-1) unstable; urgency=low
162
163   * Use add-method where supported
164   
165  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Mar 2003 16:18:44 -0700
166
167 cl-hyperobject (2.5.3-1) unstable; urgency=low
168
169   * New upstream for SBCL 0.8pre MOP changes
170
171  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 24 Mar 2003 21:56:05 -0700
172
173 cl-hyperobject (2.5.2-1) unstable; urgency=low
174
175   * fix typo in sql.lisp
176
177  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 17 Jan 2003 12:16:20 -0700
178
179 cl-hyperobject (2.5.1-1) unstable; urgency=low
180
181   * Fix :ie-xml view categories
182   * Rework display of XML string data
183   * Add rules.lisp file
184   
185  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 04:47:35 -0700
186
187 cl-hyperobject (2.5.0-1) unstable; urgency=low
188
189   * Reworked slot options, incompatible with previous version
190   * Complete redesign of object views
191
192  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 03:08:23 -0700
193
194 cl-hyperobject (2.1.1-1) unstable; urgency=low
195
196   * New upstream, fixed hyperlink printing
197
198  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  5 Dec 2002 16:39:23 -0700
199
200 cl-hyperobject (2.1.0-1) unstable; urgency=low
201
202   * Rename :reference slot option
203   * Start automated SQL support
204
205  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  1 Dec 2002 19:20:01 -0700
206
207 cl-hyperobject (2.0.1-1) unstable; urgency=low
208
209   * Rework definition of class and slot options
210
211  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 26 Nov 2002 14:52:22 -0700
212
213 cl-hyperobject (2.0.0-1) unstable; urgency=low
214
215   * New version, incompatibe with version 1.x
216
217  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 22 Nov 2002 08:40:39 -0700
218
219 cl-hyperobject (1.2.4-1) unstable; urgency=low
220
221   * Remove 'load-compiled-op from .asd file
222
223  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:38:56 -0700
224
225 cl-hyperobject (1.2.3-1) unstable; urgency=low
226
227   * Add README file
228
229  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  5 Nov 2002 08:02:20 -0700
230
231 cl-hyperobject (1.2.2-1) unstable; urgency=low
232
233   * Change position of a defclass
234
235  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 12:09:58 -0700
236
237 cl-hyperobject (1.2.1-1) unstable; urgency=low
238
239   * Fix parameter bug
240
241  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 11:37:35 -0700
242
243 cl-hyperobject (1.2-1) unstable; urgency=low
244
245   * New upstream
246
247  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 09:38:26 -0700
248
249 cl-hyperobject (1.1-1) unstable; urgency=low
250
251   * Fix upstream
252
253  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  3 Nov 2002 16:34:52 -0700
254
255 cl-hyperobject (1.0-1) unstable; urgency=low
256
257   * Initial Release (closes: 167591)
258
259  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 13:19:33 -0600
260