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