--- test/html-webhacc/ChangeLog 2008/05/18 07:24:04 1.71
+++ test/html-webhacc/ChangeLog 2008/07/21 09:40:59 1.78
@@ -1,3 +1,41 @@
+2008-07-21 Wakaba
+
+ * cc.cgi: Code clean-up.
+
+2008-07-21 Wakaba
+
+ * cc.cgi: Old commented out code for additional
+ information sections are removed. They are now
+ implemented as part of |generate_add_info_sections| method.
+
+2008-07-21 Wakaba
+
+ * cc.cgi (print_table_section): Removed (now part of
+ WebHACC::Language::DOM).
+
+2008-07-21 Wakaba
+
+ * cc.cgi: Information sections are now handled by WebHACC::Input
+ module. Input objects for subdocuments now owns their
+ own subclass.
+
+2008-07-21 Wakaba
+
+ * cc.cgi: Errors and results are now handled by WebHACC::Result.
+ Decode |uri| parameter as UTF-8. HTTP header dump and
+ input error are now handled by WebHACC::Input.
+
+2008-07-20 Wakaba
+
+ * cc.cgi: Modularized.
+
+ * WebHACC/: New directory.
+
+2008-07-18 Wakaba
+
+ * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
+ for dummping (Data::Dumper::Dumper no longer used).
+
2008-05-18 Wakaba
* LICENSE: Note on icons/*.png are added.