--- test/html-whatpm/ChangeLog 2008/07/20 16:53:10 1.74
+++ test/html-whatpm/ChangeLog 2008/07/26 11:27:25 1.80
@@ -1,3 +1,58 @@
+2008-07-26 Wakaba
+
+ * cc.cgi: get_input_document function is now handled
+ by WebHACC::Input classes. |cc-script| reference
+ is now generated by |html_header| in WebHACC::Output.
+
+ * error-description-source.xml: Document URL and Request URL
+ are now just "URLs".
+
+2008-07-21 Wakaba
+
+ * .htaccess: error-description-source.xml is in UTF-8
+ actually.
+
+ * Makefile: Rule to make Japanese language catalog file
+ is added.
+
+ * cc-script.js: Line and column numbers are now taken
+ from data-* attributes, not from textContent.
+
+ * cc.cgi: Tentative support for Japanese/English conneg.
+ (load_text_catalog, get_text): Removed (catalog text selection
+ is now handled by WebHACC::Output).
+
+ * error-description-source.xml: Catalog entries in new
+ format are added. Old catalog element is removed.
+
+ * mkcatalog.pl: Support for non-English languages.
+ Drop support for old catalog element. Add support
+ for new cat element.
+
+ * mkdescription.pl: Drop support for old catalog element.
+ Add support for new cat element.
+
+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.