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