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