--- test/html-webhacc/WebHACC/ChangeLog 2008/07/21 05:24:32 1.3 +++ test/html-webhacc/WebHACC/ChangeLog 2008/07/21 08:39:12 1.5 @@ -1,5 +1,22 @@ 2008-07-21 Wakaba + * Output.pm (start_section, end_section): "role" option + implemented. Automatical rank setting implemented. + (start_error_list, end_error_list): New. + (add_source_to_parse_error_list): New. + + * Result.pm: "Unknown location" message text changed. + +2008-07-21 Wakaba + + * Result.pm (add_label): Output error-level description + text before the description of the error itself, which + is originally coded in get_error_level_label, which in turn + comes from cc.cgi at first. + (get_error_level_label): Removed. + +2008-07-21 Wakaba + * Input.pm: A new subclass for subdocuments are added. Methods for information sections are added (from cc.cgi).