2006-01-17  Kevin M. Rosenberg  <kevin@rosenberg.net>
	* cl-lml2.asd: Apply modified patch from Gary King
	so that asdf:test-op always performs test.
	
2005-09-03  Kevin M. Rosenberg  <kevin@rosenberg.net>
	* files.lisp: Apply patch from Gary King to 
	identify output files
	
2003-07-21  Kevin M. Rosenberg  <kevin@rosenberg.net>
	* htmlgen.lisp: 
	- Add code walker to combine sequential write-string
 	  calls
	
2003-07-15  Kevin M. Rosenberg  <kevin@rosenberg.net>
	* htmlgen.lisp: 
	  - Finished removal of if* macro
	  - Added attribute processing tags 
	    (:if :when :optional :format :fformat)
	  - Ensured that attribute values are quoted
	    (html ((:div width 5))) => <div width="5"></div>
	* lml2.asd: Remove ifstar.lisp
	* tests.lisp: 
	  - Port tests from first LML package
	  - Add tests for new features
	
	
