--- test/html-webhacc/ChangeLog 2007/07/16 13:56:26 1.24
+++ test/html-webhacc/ChangeLog 2007/07/21 04:58:16 1.27
@@ -1,3 +1,41 @@
+2007-07-21 Wakaba
+
+ * cc-style.css: Don't remove bullet of the document node
+ in the document tree. Don't collapse white space
+ in the |code| elements.
+
+ * cc.cgi: Put identifiers and class names into |code|
+ element.
+ (get_text): Template for attribute values are supported.
+
+ * error-descriotion-source.en.xml: More error descriptions
+ are included. Use |{@}| attribute value insertion macro
+ for errors in which it should be useful.
+
+2007-07-17 Wakaba
+
+ * cc.cgi: Output HTTP and HTML header before try to
+ fetch the specified resource for usability. Add
+ tables, identifiers, and terms section to the TOC.
+ Generate classes list.
+
+2007-07-17 Wakaba
+
+ * alert.png, error.png, info.png: New images.
+
+ * LICENSE: New image file names are added.
+
+ * cc-interface.en.html: Link to the style sheet is added.
+
+ * cc-style.css: Duplicate identifiers and terms
+ are decorated by icon.
+
+ * cc.cgi: |h1| links to the interface page.
+ (#identifiers): New section.
+
+ * error-description-source.en.xml: More error types are
+ added.
+
2007-07-16 Wakaba
* cc.cgi: Set |STDOUT| encoding as |utf8|.