--- test/html-webhacc/ChangeLog 2007/07/15 16:39:10 1.21
+++ test/html-webhacc/ChangeLog 2007/07/16 08:38:48 1.22
@@ -1,5 +1,29 @@
2007-07-16 Wakaba
+ * Makefile (all): |cc-msg.en.txt| is added to the list of
+ dependency.
+ (cc-msg.en.txt): New rule.
+
+ * mkcatalog.pl: New Perl script.
+
+ * cc-msg.en.txt: Now this file is generated by
+ the rule described in |Makefile|.
+
+ * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
+ if not specified, for now.
+ (get_text): Replace |$/n/|, not just |$/n/|,
+ to variable.
+
+ * error-description-source.xml: All entries
+ in |cc-msg.en.txt| are now described as XML data.
+
+ * mkdescription.pl: Print the result by |inner_html| DOM
+ attribute. Put |level| attribute value, if any, before |name|
+ attribute value. Allow missing of |desc| attribute.
+ Ignore any |catalog| element.
+
+2007-07-16 Wakaba
+
* cc-interface.en.html: Content-Type options are extended.
Charset options are added. URI input box is added.