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