Automated commit for debian release 1.6.6-1
[lml2.git] / ChangeLog
1 2007-12-10  Kevin M. Rosenberg  <kevin@rosenberg.net>
2         * Version 1.6.6
3         * tests.lisp: Fix package names
4
5 2007-10-22  Kevin M. Rosenberg  <kevin@rosenberg.net>
6         * Version 1.6.5
7         * htmlgen.lisp: Remove dependency on simple string, thanks to Anton Vodonosov
8
9 Versions 1.6.2-1.6.4 not noted
10         
11 2006-11-07  Kevin M. Rosenberg  <kevin@rosenberg.net>
12         * Version 1.6.1
13         * apache-dir.lisp: Image source link fix -- thanks to Matthew Kennedy
14
15 2006-11-07  Kevin M. Rosenberg  <kevin@rosenberg.net>
16         * Version 1.6.0
17         * stdstite.lisp, files.lisp: Add optional final and rightcol files
18
19
20 2006-01-17  Kevin M. Rosenberg  <kevin@rosenberg.net>
21         * cl-lml2.asd: Apply modified patch from Gary King
22         so that asdf:test-op always performs test.
23         
24 2005-09-03  Kevin M. Rosenberg  <kevin@rosenberg.net>
25         * files.lisp: Apply patch from Gary King to 
26         identify output files
27         
28 2003-07-21  Kevin M. Rosenberg  <kevin@rosenberg.net>
29         * htmlgen.lisp: 
30         - Add code walker to combine sequential write-string
31           calls
32         
33 2003-07-15  Kevin M. Rosenberg  <kevin@rosenberg.net>
34         * htmlgen.lisp: 
35           - Finished removal of if* macro
36           - Added attribute processing tags 
37             (:if :when :optional :format :fformat)
38           - Ensured that attribute values are quoted
39             (html ((:div width 5))) => <div width="5"></div>
40         * lml2.asd: Remove ifstar.lisp
41         * tests.lisp: 
42           - Port tests from first LML package
43           - Add tests for new features
44         
45