--- test/html-webhacc/WebHACC/ChangeLog 2008/08/17 05:06:21 1.25
+++ test/html-webhacc/WebHACC/ChangeLog 2008/09/14 03:09:23 1.31
@@ -1,3 +1,37 @@
+2008-09-14 Wakaba
+
+ * Output.pm (generate_input_section): Set |tabindex=0| to |details|
+ header, to make the header focusable.
+
+2008-09-11 Wakaba
+
+ * Result.pm (generate_result_section): Initial
+ support for the charset layer.
+
+2008-09-10 Wakaba
+
+ * Output.pm (nl_text): Support for |{octets}|,
+ |{char}|, and |{char:hexref}|
+ macros.
+ (generate_input_section): More charsets are added
+ to the list of charsets.
+
+ * Result.pm: Pass |char| and |octets| arguments
+ to |nl_text|.
+
+2008-08-30 Wakaba
+
+ * Result.pm (add_error): Don't raise an error even if the
+ end position is after the end of the string.
+
+2008-08-30 Wakaba
+
+ * Result.pm (add_error): Support for |value|-segment marking.
+
+2008-08-22 Wakaba
+
+ * Result.pm (add_error): Localize "description" link.
+
2008-08-17 Wakaba
* Output.pm: |text/x-h2h| added.