X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=debian%2Fchangelog;h=9ba3b1e1eff3386abe631c8853e63184e7dc5b78;hp=eb589d38fb8e39834244104b77a86e9d6e208f94;hb=19631bc87a1be41527d6db4da13a297064800f7e;hpb=0cd5f00df6e8c3c0ee57fa7b2eba016161b0202f diff --git a/debian/changelog b/debian/changelog index eb589d3..9ba3b1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,314 @@ +cl-lml (2.5.2.1-1) unstable; urgency=low + + * Update description (closes:209608) + + -- Kevin M. Rosenberg Wed, 10 Sep 2003 00:15:25 -0600 + +cl-lml (2.5.2-1) unstable; urgency=low + + * Fix xhtml document type + + -- Kevin M. Rosenberg Mon, 16 Jun 2003 23:52:59 -0600 + +cl-lml (2.5.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 12 Jun 2003 06:19:40 -0600 + +cl-lml (2.5.0-1) unstable; urgency=low + + * Add test suite + * Improvements in downloads.lisp + * Added more XHTML tags + + -- Kevin M. Rosenberg Thu, 12 Jun 2003 06:13:08 -0600 + +cl-lml (2.4.1-1) unstable; urgency=low + + * New upstream, export *print-spaces*.xs + + -- Kevin M. Rosenberg Fri, 23 May 2003 09:39:28 -0600 + +cl-lml (2.4.0-1) unstable; urgency=low + + * Move read-macro to it's own file. + + -- Kevin M. Rosenberg Fri, 18 Apr 2003 21:47:19 -0600 + +cl-lml (2.3.4-1) unstable; urgency=low + + * Minor upstream change + + -- Kevin M. Rosenberg Sat, 22 Mar 2003 23:30:29 -0700 + +cl-lml (2.3.3-1) unstable; urgency=low + + * New upstream [fixes mcl issue] + + -- Kevin M. Rosenberg Wed, 12 Mar 2003 10:01:25 -0700 + +cl-lml (2.3.2-1) unstable; urgency=low + + * Fix typo in lml-write-char + + -- Kevin M. Rosenberg Tue, 4 Mar 2003 21:24:53 -0700 + +cl-lml (2.3.1-1) unstable; urgency=low + + * doc/readme.lml: Update with new meta arguents + + -- Kevin M. Rosenberg Mon, 17 Feb 2003 00:04:52 -0700 + +cl-lml (2.3.0-1) unstable; urgency=low + + * Change definition of link/meta + + -- Kevin M. Rosenberg Sun, 16 Feb 2003 23:46:37 -0700 + +cl-lml (2.2.4-1) unstable; urgency=low + + * Move XHTML to version 1.1 + + -- Kevin M. Rosenberg Mon, 10 Feb 2003 12:49:10 -0700 + +cl-lml (2.2.3-1) unstable; urgency=low + + * Add missing space character to output + * Fix bug in img macro + + -- Kevin M. Rosenberg Thu, 6 Feb 2003 21:20:06 -0700 + +cl-lml (2.2.2-1) unstable; urgency=low + + * Rename link to alink and add new link macro that produces a + + -- Kevin M. Rosenberg Thu, 6 Feb 2003 19:36:42 -0700 + +cl-lml (2.2.1-1) unstable; urgency=low + + * Upstream change + + -- Kevin M. Rosenberg Thu, 6 Feb 2003 16:25:29 -0700 + +cl-lml (2.2.0-1) unstable; urgency=low + + * downloads.lisp: Change from FTP to more general Download term to better + handle HTTP downloads. + + -- Kevin M. Rosenberg Sun, 2 Feb 2003 17:15:27 -0700 + +cl-lml (2.1.3-1) unstable; urgency=low + + * New upstream: Add th and textarea + + -- Kevin M. Rosenberg Sun, 26 Jan 2003 14:35:20 -0700 + +cl-lml (2.1.2-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 24 Jan 2003 01:51:53 -0700 + +cl-lml (2.1.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 17 Jan 2003 15:13:42 -0700 + +cl-lml (2.1.0-1) unstable; urgency=low + + * Rework tags that don't have endtags (such as BR and HR) to evaluate + keyword arguments + + -- Kevin M. Rosenberg Tue, 14 Jan 2003 01:38:52 -0700 + +cl-lml (2.0.2-1) unstable; urgency=low + + * Fix with-dir to properly evaluate parameters (Thanks Matthew Danish) + + -- Kevin M. Rosenberg Sat, 11 Jan 2003 21:02:23 -0700 + +cl-lml (2.0.1-1) unstable; urgency=low + + * Quote class for link-c + + -- Kevin M. Rosenberg Sat, 4 Jan 2003 13:40:55 -0700 + +cl-lml (2.0.0-1) unstable; urgency=low + + * Major change: keyword parameters are now evaluated in the lexical environment. + + -- Kevin M. Rosenberg Sat, 4 Jan 2003 06:17:40 -0700 + +cl-lml (1.7.6-1) unstable; urgency=low + + * Add checked to input macro + + -- Kevin M. Rosenberg Sun, 29 Dec 2002 02:10:21 -0700 + +cl-lml (1.7.5-1) unstable; urgency=low + + * Add support for OpenMCL + + -- Kevin M. Rosenberg Sun, 8 Dec 2002 15:41:33 -0700 + +cl-lml (1.7.4-1) unstable; urgency=low + + * Fix export + + -- Kevin M. Rosenberg Mon, 11 Nov 2002 22:54:21 -0700 + +cl-lml (1.7.3-1) unstable; urgency=low + + * Export *html-stream* + + -- Kevin M. Rosenberg Mon, 11 Nov 2002 21:31:24 -0700 + +cl-lml (1.7.2-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:48:34 -0700 + +cl-lml (1.7.1-1) unstable; urgency=medium + + * download.lisp: Fix bug in strip-ftp-base + + -- Kevin M. Rosenberg Thu, 31 Oct 2002 11:51:50 -0700 + +cl-lml (1.7-1) unstable; urgency=low + + * Change #p"" reader forms to "" for SCL compatibility + + -- Kevin M. Rosenberg Fri, 18 Oct 2002 00:29:34 -0600 + +cl-lml (1.6-1) unstable; urgency=low + + * Add support for SCL + + -- Kevin M. Rosenberg Wed, 16 Oct 2002 05:25:22 -0600 + +cl-lml (1.5-1) unstable; urgency=low + + * Another fix in downloads.lisp + + -- Kevin M. Rosenberg Wed, 16 Oct 2002 04:21:47 -0600 + +cl-lml (1.4-1) unstable; urgency=low + + * Minor cleanup in downloads.lisp + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 21:45:18 -0600 + +cl-lml (1.3-1) unstable; urgency=low + + * Add type declarations + * downloads.lisp: fix error + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 21:17:29 -0600 + +cl-lml (1.2.1-1) unstable; urgency=low + + * Add another CMUCL work-around (thanks Fabricio Chalub) + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 11:42:33 -0600 + +cl-lml (1.2-1) unstable; urgency=low + + * New upstream: Work around bug for CMUCL in when compiling .lml files + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 09:19:49 -0600 + +cl-lml (1.1.1-1) unstable; urgency=high + + * New upstream + * Changes Common Lisp Controller Depends to version 3.35 (closes: 162968) * + + -- Kevin M. Rosenberg Wed, 2 Oct 2002 07:46:19 -0600 + +cl-lml (1.1.0-3) unstable; urgency=high + + * Increase common-lisp-controller depeneds to 3.37 + + -- Kevin M. Rosenberg Tue, 1 Oct 2002 15:14:22 -0600 + +cl-lml (1.1.0-2) unstable; urgency=low + + * Changes Common Lisp Controller Depends to version 3.35 (closes: 162968) + + -- Kevin M. Rosenberg Tue, 1 Oct 2002 15:14:01 -0600 + +cl-lml (1.1.0-1) unstable; urgency=low + + * Rename .cl files to .lisp + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 04:23:11 -0600 + +cl-lml (1.0.9-2) unstable; urgency=low + + * Add missing dependency (closes: 162090) + + -- Kevin M. Rosenberg Mon, 23 Sep 2002 18:31:02 -0600 + +cl-lml (1.0.9-1) unstable; urgency=low + + * Change default lml-quite exit status to 0 + * stdsite.cl: check better if source-file exists + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 12:46:00 -0600 + +cl-lml (1.0.8-1) unstable; urgency=low + + * Rework lml-file-name + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 11:13:05 -0600 + +cl-lml (1.0.7-1) unstable; urgency=low + + * Fix broken upstream source + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 00:25:49 -0600 + +cl-lml (1.0.6-1) unstable; urgency=low + + * Add support for pushing :lml onto features when using 'load-compiled-op + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 23:26:51 -0600 + +cl-lml (1.0.5-1) unstable; urgency=low + + * Update .asd file + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 17:31:15 -0600 + +cl-lml (1.0.4-1) unstable; urgency=low + + * Remove pathname from asd file + + -- Kevin M. Rosenberg Tue, 17 Sep 2002 12:32:09 -0600 + +cl-lml (1.0.3-1) unstable; urgency=low + + * Add [] read-macro + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 04:18:08 -0600 + +cl-lml (1.0.2-1) unstable; urgency=low + + * Add HR function. + + * Add documentation file and examples. + + * Add (:use :cl) to defpackage + + * Remove defconstants because of trouble with SBCL thinking that constants + are being redefined + + * Fix indent-spaces function + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 04:17:50 -0600 + cl-lml (1.0.1-1) unstable; urgency=low * Changle FILE-LENGTH function to use stream.