/[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.20 - (hide annotations) (download)
Sat Aug 16 08:37:12 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +5 -0 lines
++ ChangeLog	16 Aug 2008 08:36:07 -0000
	* error-description-source.xml: Error for CSS cursor: hand
	is added.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	16 Aug 2008 08:37:07 -0000
	* CSS.pm (generate_structure_error_section): Make the method
	do nothing.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	16 Aug 2008 08:36:35 -0000
	* Output.pm (nl_text): We can finally get rid of a quirk.

2008-08-16  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24