r5145: Auto commit for Debian build
[lml.git] / debian / changelog
1 cl-lml (2.5.2-1) unstable; urgency=low
2
3   * Fix xhtml document type
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Jun 2003 23:52:59 -0600
6
7 cl-lml (2.5.1-1) unstable; urgency=low
8
9   * New upstream
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 06:19:40 -0600
12
13 cl-lml (2.5.0-1) unstable; urgency=low
14
15   * Add test suite
16   * Improvements in downloads.lisp
17   * Added more XHTML tags
18
19  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 06:13:08 -0600
20
21 cl-lml (2.4.1-1) unstable; urgency=low
22
23   * New upstream, export *print-spaces*.xs
24
25  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 23 May 2003 09:39:28 -0600
26
27 cl-lml (2.4.0-1) unstable; urgency=low
28
29   * Move read-macro to it's own file.
30
31  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Apr 2003 21:47:19 -0600
32
33 cl-lml (2.3.4-1) unstable; urgency=low
34
35   * Minor upstream change
36
37  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 22 Mar 2003 23:30:29 -0700
38
39 cl-lml (2.3.3-1) unstable; urgency=low
40
41   * New upstream [fixes mcl issue]
42
43  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 12 Mar 2003 10:01:25 -0700
44
45 cl-lml (2.3.2-1) unstable; urgency=low
46
47   * Fix typo in lml-write-char
48
49  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  4 Mar 2003 21:24:53 -0700
50
51 cl-lml (2.3.1-1) unstable; urgency=low
52
53   * doc/readme.lml: Update with new meta arguents
54
55  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 17 Feb 2003 00:04:52 -0700
56
57 cl-lml (2.3.0-1) unstable; urgency=low
58
59   * Change definition of link/meta 
60
61  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 16 Feb 2003 23:46:37 -0700
62
63 cl-lml (2.2.4-1) unstable; urgency=low
64
65   * Move XHTML to version 1.1
66
67  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 10 Feb 2003 12:49:10 -0700
68
69 cl-lml (2.2.3-1) unstable; urgency=low
70
71   * Add missing space character to output
72   * Fix bug in img macro
73
74  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Feb 2003 21:20:06 -0700
75
76 cl-lml (2.2.2-1) unstable; urgency=low
77
78   * Rename link to alink and add new link macro that produces a <link ...></link>
79
80  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Feb 2003 19:36:42 -0700
81
82 cl-lml (2.2.1-1) unstable; urgency=low
83
84   * Upstream change
85
86  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Feb 2003 16:25:29 -0700
87
88 cl-lml (2.2.0-1) unstable; urgency=low
89
90   * downloads.lisp: Change from FTP to more general Download term to better 
91   handle HTTP downloads.
92
93  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  2 Feb 2003 17:15:27 -0700
94
95 cl-lml (2.1.3-1) unstable; urgency=low
96
97   * New upstream: Add th and textarea
98
99  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 26 Jan 2003 14:35:20 -0700
100
101 cl-lml (2.1.2-1) unstable; urgency=low
102
103   * New upstream
104
105  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 24 Jan 2003 01:51:53 -0700
106
107 cl-lml (2.1.1-1) unstable; urgency=low
108
109   * New upstream
110
111  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 17 Jan 2003 15:13:42 -0700
112
113 cl-lml (2.1.0-1) unstable; urgency=low
114
115   * Rework tags that don't have endtags (such as BR and HR) to evaluate
116   keyword arguments
117
118  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 01:38:52 -0700
119
120 cl-lml (2.0.2-1) unstable; urgency=low
121
122   * Fix with-dir to properly evaluate parameters (Thanks Matthew Danish)
123
124  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 11 Jan 2003 21:02:23 -0700
125
126 cl-lml (2.0.1-1) unstable; urgency=low
127
128   * Quote class for link-c
129
130  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 13:40:55 -0700
131
132 cl-lml (2.0.0-1) unstable; urgency=low
133
134   * Major change: keyword parameters are now evaluated in the lexical environment.
135
136  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 06:17:40 -0700
137
138 cl-lml (1.7.6-1) unstable; urgency=low
139
140   * Add checked to input macro
141
142  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 02:10:21 -0700
143
144 cl-lml (1.7.5-1) unstable; urgency=low
145
146   * Add support for OpenMCL
147
148  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  8 Dec 2002 15:41:33 -0700
149
150 cl-lml (1.7.4-1) unstable; urgency=low
151
152   * Fix export
153
154  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 11 Nov 2002 22:54:21 -0700
155
156 cl-lml (1.7.3-1) unstable; urgency=low
157
158   * Export *html-stream*
159
160  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 11 Nov 2002 21:31:24 -0700
161
162 cl-lml (1.7.2-1) unstable; urgency=low
163
164   * Remove 'load-compiled-op from .asd file
165
166  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:48:34 -0700
167
168 cl-lml (1.7.1-1) unstable; urgency=medium
169
170   * download.lisp: Fix bug in strip-ftp-base
171
172  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 31 Oct 2002 11:51:50 -0700
173
174 cl-lml (1.7-1) unstable; urgency=low
175
176   * Change #p"" reader forms to "" for SCL compatibility
177
178  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Oct 2002 00:29:34 -0600
179
180 cl-lml (1.6-1) unstable; urgency=low
181
182   * Add support for SCL
183
184  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Oct 2002 05:25:22 -0600
185
186 cl-lml (1.5-1) unstable; urgency=low
187
188   * Another fix in downloads.lisp
189
190  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Oct 2002 04:21:47 -0600
191
192 cl-lml (1.4-1) unstable; urgency=low
193
194   * Minor cleanup in downloads.lisp
195
196  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 21:45:18 -0600
197
198 cl-lml (1.3-1) unstable; urgency=low
199
200   * Add type declarations 
201   * downloads.lisp: fix error 
202
203  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 21:17:29 -0600
204
205 cl-lml (1.2.1-1) unstable; urgency=low
206
207   * Add another CMUCL work-around (thanks Fabricio Chalub)
208
209  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 11:42:33 -0600
210
211 cl-lml (1.2-1) unstable; urgency=low
212
213   * New upstream: Work around bug for CMUCL in when compiling .lml files
214
215  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 09:19:49 -0600
216
217 cl-lml (1.1.1-1) unstable; urgency=high
218
219   * New upstream
220   * Changes Common Lisp Controller Depends to version 3.35 (closes: 162968)  * 
221
222  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  2 Oct 2002 07:46:19 -0600
223
224 cl-lml (1.1.0-3) unstable; urgency=high
225
226   * Increase common-lisp-controller depeneds to 3.37
227
228  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Oct 2002 15:14:22 -0600
229
230 cl-lml (1.1.0-2) unstable; urgency=low
231
232   * Changes Common Lisp Controller Depends to version 3.35 (closes: 162968)
233
234  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Oct 2002 15:14:01 -0600
235
236 cl-lml (1.1.0-1) unstable; urgency=low
237
238   * Rename .cl files to .lisp
239
240  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 04:23:11 -0600
241
242 cl-lml (1.0.9-2) unstable; urgency=low
243
244   * Add missing dependency (closes: 162090)
245
246  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 23 Sep 2002 18:31:02 -0600
247
248 cl-lml (1.0.9-1) unstable; urgency=low
249
250   * Change default lml-quite exit status to 0
251   * stdsite.cl: check better if source-file exists
252   
253  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 12:46:00 -0600
254
255 cl-lml (1.0.8-1) unstable; urgency=low
256
257   * Rework lml-file-name
258
259  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 11:13:05 -0600
260
261 cl-lml (1.0.7-1) unstable; urgency=low
262
263   * Fix broken upstream source
264
265  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 00:25:49 -0600
266
267 cl-lml (1.0.6-1) unstable; urgency=low
268
269   * Add support for pushing :lml onto features when using 'load-compiled-op
270
271  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 23:26:51 -0600
272
273 cl-lml (1.0.5-1) unstable; urgency=low
274
275   * Update .asd file
276
277  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 17:31:15 -0600
278
279 cl-lml (1.0.4-1) unstable; urgency=low
280
281   * Remove pathname from asd file
282
283  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 Sep 2002 12:32:09 -0600
284
285 cl-lml (1.0.3-1) unstable; urgency=low
286
287   * Add [] read-macro 
288
289  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Sep 2002 04:18:08 -0600
290
291 cl-lml (1.0.2-1) unstable; urgency=low
292
293   * Add HR function.
294   
295   * Add documentation file and examples.
296   
297   * Add (:use :cl) to defpackage
298
299   * Remove defconstants because of trouble with SBCL thinking that constants
300   are being redefined
301   
302   * Fix indent-spaces function
303   
304  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Sep 2002 04:17:50 -0600
305
306 cl-lml (1.0.1-1) unstable; urgency=low
307
308   * Changle FILE-LENGTH function to use stream.
309
310  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 15 Sep 2002 21:09:30 -0600
311
312 cl-lml (1.0.0-1) unstable; urgency=low
313
314   * Initial Release (closes: 161007) 
315
316  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 15 Sep 2002 17:00:47 -0600
317