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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24