--- test/html-webhacc/WebHACC/ChangeLog 2008/08/14 15:50:42 1.16
+++ test/html-webhacc/WebHACC/ChangeLog 2008/08/15 16:03:46 1.21
@@ -1,3 +1,42 @@
+2008-08-16 Wakaba
+
+ * Result.pm (add_error): Pass |value| argument, if any,
+ to the |nl_text| for error type texts.
+
+2008-08-15 Wakaba
+
+ * Output.pm (xref_text): New method.
+ (node_link): Don't make node path consumed by catalog
+ engine.
+
+2008-08-15 Wakaba
+
+ * Output.pm (nl_text): New rule, {value},
+ is implemented.
+
+2008-08-15 Wakaba
+
+ * Output.pm: |fieldset| end tag no longer necessary.
+
+ * Result.pm: Link to "#parse-errors" if there are
+ encoding layer errors.
+
+2008-08-15 Wakaba
+
+ * Input.pm (generate_transfer_sections): Use standard
+ error list methods for transfer errors. Typos fixed.
+
+ * Output.pm (has_error): New attribute.
+ (start_error_list, end_error_list): Support for role "transfer-errors".
+ (end_error_list): Generate "no error found" paragraph if it should be.
+ (generate_input_section): Decode parameters as UTF-8.
+
+ * Result.pm (add_error): Set |has_error| flag. Use catalog
+ for "Unknown location" message.
+ (generate_result_section): Use different text for
+ result table rows than normal messages, to avoid collision
+ with other messages (such as "Charset").
+
2008-08-14 Wakaba
* Input.pm: Methods |generate_transfer_sections|