/[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.23 - (hide annotations) (download)
Sun Sep 14 14:36:12 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +5 -0 lines
++ html/WebHACC/Language/ChangeLog	14 Sep 2008 14:36:04 -0000
2008-09-14  Wakaba  <wakaba@suika.fam.cx>

	* Base.pm (generate_source_string_section): Use |read|
	instead of |getc|.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24