r10683: new upstream
[lml2.git] / 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