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