0e99056cf283f64a8e6c617e5dd37c0d186a7388
[lml.git] / 2 / ChangeLog
1 2005-09-03  Kevin M. Rosenberg  <kevin@rosenberg.net>
2         * files.lisp: Apply patch from Gary King to 
3         identify output files
4         
5 2003-07-21  Kevin M. Rosenberg  <kevin@rosenberg.net>
6         * htmlgen.lisp: 
7         - Add code walker to combine sequential write-string
8           calls
9         
10 2003-07-15  Kevin M. Rosenberg  <kevin@rosenberg.net>
11         * htmlgen.lisp: 
12           - Finished removal of if* macro
13           - Added attribute processing tags 
14             (:if :when :optional :format :fformat)
15           - Ensured that attribute values are quoted
16             (html ((:div width 5))) => <div width="5"></div>
17         * lml2.asd: Remove ifstar.lisp
18         * tests.lisp: 
19           - Port tests from first LML package
20           - Add tests for new features
21         
22