--- test/html-webhacc/ChangeLog 2008/07/20 16:53:10 1.74 +++ test/html-webhacc/ChangeLog 2008/07/21 09:40:59 1.78 @@ -1,5 +1,26 @@ 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.