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