/[suikacvs]/test/html-webhacc/WebHACC/Language/ChangeLog
Suika

Contents of /test/html-webhacc/WebHACC/Language/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.21 - (show annotations) (download)
Sun Aug 17 05:06:21 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +7 -0 lines
++ ChangeLog	17 Aug 2008 05:05:13 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* cc-about.en.html: Author section added.

	* cc.cgi: |text/x-h2h| added.

++ html/WebHACC/Language/ChangeLog	17 Aug 2008 05:06:18 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* CacheManifest.pm (generate_structure_dump_section): Support
	for broken manifest.

	* H2H.pm: New module.

++ html/WebHACC/ChangeLog	17 Aug 2008 05:05:31 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm: |text/x-h2h| added.

1 2008-08-17 Wakaba <wakaba@suika.fam.cx>
2
3 * CacheManifest.pm (generate_structure_dump_section): Support
4 for broken manifest.
5
6 * H2H.pm: New module.
7
8 2008-08-16 Wakaba <wakaba@suika.fam.cx>
9
10 * CSS.pm (generate_structure_error_section): Make the method
11 do nothing.
12
13 2008-08-16 Wakaba <wakaba@suika.fam.cx>
14
15 * CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to
16 obtain the URL of the document.
17
18 * CacheManifest.pm (generate_structure_dump_section): It is
19 now i18n'ed. In addition, since URLs are tend to be long,
20 tables for fallback entries are replaced by |dd| entries and
21 paragraphs. "No entry" message is now handled by catalog,
22 rather than CSS.
23
24 2008-08-16 Wakaba <wakaba@suika.fam.cx>
25
26 * HTML.pm (generate_syntax_error_section): Remove |input_encoding|
27 attribute value if the input is specified by direct input.
28
29 2008-08-15 Wakaba <wakaba@suika.fam.cx>
30
31 * DOM.pm: Enable localization of RDF section.
32
33 2008-08-15 Wakaba <wakaba@suika.fam.cx>
34
35 * DOM.pm: Use error's own "layer" parameter, if any.
36
37 2008-08-15 Wakaba <wakaba@suika.fam.cx>
38
39 * HTML.pm: Set flags for encoding layer errors appropriately.
40 Save link to the document root for the parsed document
41 for garbage collection safety.
42
43 2008-08-15 Wakaba <wakaba@suika.fam.cx>
44
45 * CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't
46 set "uncertain" flag to character encoding (encode) layer if the
47 input is a character string.
48
49 2008-08-14 Wakaba <wakaba@suika.fam.cx>
50
51 * Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
52 HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable|
53 or |layer_uncertain| flag appropriately.
54
55 2008-08-14 Wakaba <wakaba@suika.fam.cx>
56
57 * Base.pm: Use "role" for source code sections.
58
59 2008-08-14 Wakaba <wakaba@suika.fam.cx>
60
61 * CacheManifest.pm: Compile errors fixed.
62
63 2008-08-02 Wakaba <wakaba@suika.fam.cx>
64
65 * WebIDL.pm (generate_structure_error_section): New method.
66
67 2008-07-27 Wakaba <wakaba@suika.fam.cx>
68
69 * CSS.pm (generate_structure_dump_section): Role name was wrong.
70
71 2008-07-21 Wakaba <wakaba@suika.fam.cx>
72
73 * Base.pm, Default.pm: Updated to use newer way to construct a section.
74
75 2008-07-21 Wakaba <wakaba@suika.fam.cx>
76
77 * DOM.pm (generate_structure_dump_section): Use catalog
78 for human-readable texts.
79 (generate_table_section): Use catalog for human readable texts.
80
81 2008-07-21 Wakaba <wakaba@suika.fam.cx>
82
83 * DOM.pm (generate_table_section): Use hierarhical table
84 number for tables in subdocuments.
85
86 2008-07-21 Wakaba <wakaba@suika.fam.cx>
87
88 * DOM.pm (generate_additional_sections): Support
89 for the other additional information sections are reintroduced.
90 (generate_listing_section, generate_rdf_section): Reimplemented.
91
92 * XML.pm: Typo fixed.
93
94 * HTML.pm: Load DOMImplementation as late as possible, to
95 save possiblity that another DOM implementation can be used
96 where possible.
97
98 2008-07-21 Wakaba <wakaba@suika.fam.cx>
99
100 * Base.pm (generate_source_string_section): Invoke
101 |add_source_to_parse_error_list| method for generating a
102 script fragment.
103
104 * CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm,
105 XML.pm: Use new methods for generating sections and error lists.
106
107 * DOM.pm (generate_additional_sections, generate_table_section): New.
108
109 * Default.pm: Pass |input| in place of |url| for unknown syntax
110 error.
111
112 2008-07-21 Wakaba <wakaba@suika.fam.cx>
113
114 * Base.pm: Use new method for node links.
115
116 * CSS.pm: Typo fixes. Pass |input| object as an argument
117 to the CSSOM validation not supported error.
118
119 2008-07-21 Wakaba <wakaba@suika.fam.cx>
120
121 * Base.pm (_get_cc_url, _encode_url_component): Remove (now
122 supported by WebHACC::Output).
123
124 * CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
125 HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to
126 WebHACC::Result.
127
128 2008-07-20 Wakaba <wakaba@suika.fam.cx>
129
130 * ChangeLog: New file.
131
132 * Base.pm, Default.pm, HTML.pm, XML.pm, CSS.pm,
133 CacheManifest.pm, WebIDL.pom, DOM.pm: New modules.
134

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24