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
	
	
