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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.25

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24