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