r5309: *** empty log message ***
[lml2.git] / ChangeLog
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..1168561
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,14 @@
+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
+       
+