/[suikacvs]/messaging/manakai/lib/Message/Markup/XML/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Markup/XML/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.35 - (hide annotations) (download)
Sun Oct 31 12:29:53 2004 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.34: +8 -0 lines
Not to be warned by -w

1 wakaba 1.35 2004-10-31 Wakaba <[email protected]>
2    
3     * EntityManager.pm (get_external_entity): Normalize line-break
4     only if it is defined, not to be warned.
5    
6     * Parser.pm (_parse_entity_declaration): $p is initialized
7     with empty string not to be warned.
8    
9 wakaba 1.34 2004-10-10 Wakaba <[email protected]>
10    
11     * Parser.pm (_parse_attr_value_literal_data): Check length,
12     not trueness of $$s.
13    
14 wakaba 1.33 2004-10-06 Wakaba <[email protected]>
15    
16     * Error.pm (raise): Use empty string if URI is undef.
17    
18 wakaba 1.32 2004-08-21 Wakaba <[email protected]>
19    
20     * DOM/: Removed (Moved to ../../DOM/).
21     * DOM.pm: Removed.
22    
23 wakaba 1.31 2004-06-03 Wakaba <[email protected]>
24    
25     * Serialize/: New directory.
26    
27 wakaba 1.30 2004-02-22 Wakaba <[email protected]>
28    
29     * QName.pm (__check_name): Use NodeTree module instead of obsolete
30     XML module.
31     (EMPTY_PFX, ZERO_PFX): New constant functions.
32    
33     * NodeTree.pm (resolve_relative_uri): Qualify internal method by
34     namespace name.
35    
36 wakaba 1.29 2003-12-31 Wakaba <[email protected]>
37    
38     * QName.pm (prefix_to_name): Don't call prefix2name w/ parent node's
39     decls node when parent node does not have ns decls node.
40    
41     * Node.pm (_get_ns_decls_node): Returns default value if specified so.
42    
43 wakaba 1.28 2003-12-05 Wakaba <[email protected]>
44    
45     * NodeTree.pm (construct_xml_tree): New function.
46    
47 wakaba 1.27 2003-11-22 Wakaba <[email protected]>
48    
49     * QName.pm (generate_prefix): Ignore implicit xmlns="" declaration.
50    
51 wakaba 1.26 2003-11-09 Wakaba <[email protected]>
52    
53     * Node.pm (%NS): Removed.
54     (SGML_*, XML_*): New constant functions.
55    
56     2003-11-08 Wakaba <[email protected]>
57    
58     * QName.pm (prefix_to_name): New options of 'use_xml' and 'use_xmlns'.
59     (name_to_prefix): Likewise.
60    
61     * Parser.pm (_parse_start_tag): Buggy inex fixed.
62    
63 wakaba 1.24 2003-11-01 Wakaba <[email protected]>
64    
65 wakaba 1.25 * QName.pm (NS_xml_URI, NS_xmlns_URI): New constants.
66     * NodeTree.pm: New module.
67     * Node.pm: New module.
68    
69     2003-11-01 Wakaba <[email protected]>
70    
71 wakaba 1.24 * QName.pm (generate_prefix): Allow one-char namespace prefix.
72     (name_to_prefix): 'preserve_prefix_default': New option.
73    
74 wakaba 1.23 2003-10-31 Wakaba <[email protected]>
75    
76     * QName.pm (split_qname): Quotemeta in separator.
77    
78     * Validate.pm (_validate_element): Bug fix to get element type declaration (enbugged by change on EntityManager.pm 1.12).
79    
80 wakaba 1.21 2003-09-30 Wakaba <[email protected]>
81    
82 wakaba 1.22 * QName.pm (name_to_prefix): Overwrite DEFAULT_PFX := NULL_URI
83     if DEFAULT_PFX != NULL_URI is defined.
84    
85 wakaba 1.21 * XPath.pm (_get_ns_decls_node): Renamed from __get_ns_decls_node.
86     (qname): New option 'use_context_function_library'.
87    
88 wakaba 1.20 2003-09-28 Wakaba <[email protected]>
89    
90     * QName.pm (generate_prefix): New function.
91 wakaba 1.21 (__check_prefix): New option 'check_prefix_xml_'.
92 wakaba 1.20
93 wakaba 1.19 2003-09-27 Wakaba <[email protected]>
94    
95     * QName.pm: New module.
96    
97     2003-09-17 Wakaba <[email protected]>
98    
99     * Catalog.pm (resolve_external_id): Return undef if no sysid and no pubid.
100    
101 wakaba 1.18 2003-09-13 Wakaba <[email protected]>
102    
103     * Parser.pm (_parse_comment_declaration): New internal procedure.
104     (_parse_dtd): Bug fix to raise error when declaration is not closed.
105     * Error.pm: Some new errors related to comment declaration.
106    
107 wakaba 1.17 2003-09-12 Wakaba <[email protected]>
108    
109     * Parser.pm (_parse_element_declaration): Well-formedness error if content model is not declared.
110     * Error.pm (_get_node_path, _get_node_position): Fix strange disappearing-entity-value bug (<!DOCTYPE foo[<!ENTITY % foo "EntityValue"><!ATTLIST foo>]><foo/>) is fixed.
111    
112 wakaba 1.16 2003-09-07 Wakaba <[email protected]>
113    
114     * Catalog.pm, DOM.pm, EntityManager.pm, Error.pm: Change SuikaWiki:: -> Message::.
115    
116     * Validate.pm: Change SuikaWiki:: -> Message::.
117    
118     * Parser.pm: Change SuikaWiki:: -> Message::.
119    
120 wakaba 1.15 2003-07-29 Wakaba <[email protected]>
121    
122     * Error.pm (raise_error): Typo fix.
123    
124 w 1.14 2003-07-18 Wakaba <[email protected]>
125    
126     * Validator.pm: Content model validating full-implemented.
127    
128 w 1.13 2003-07-16 Wakaba <[email protected]>
129    
130     * Validator.pm, Parser.pm, Error.pm, EntityManager.pm: Some bug fixes and more Validating support. Note that validating content model does not work yet.
131    
132 w 1.12 2003-07-14 Wakaba <[email protected]>
133    
134     * Parser.pm (_validate_notation_declared): Removed.
135     * Validate.pm: New module.
136    
137 w 1.11 2003-07-13 Wakaba <[email protected]>
138    
139     * Parser.pm (_parse_start_tag): More default attribute support.
140     * EntityManager.pm (get_attr_definitions): Provide information whether attribute declaration may not be read.
141     * Error.pm: Some new errors related to attribute default.
142    
143     2003-07-12 Wakaba <[email protected]>
144    
145     * EntityManager.pm (get_attr_definitions): New function.
146     * Parser.pm (_parse_start_tag): Complete default attribute value.
147    
148 w 1.10 2003-07-12 Wakaba <[email protected]>
149    
150     * Parser.pm, Error.pm: Reimplemented ELEMENT and ATTLIST declarations.
151     * EntityManager.pm (get_external_entity): Normalize line break before
152     returning entity replacement text.
153    
154 wakaba 1.9 2003-07-06 Wakaba <[email protected]>
155    
156     * Catalog.pm (_resolve_ext_id_w_catalog_file): Bug fixes:
157     - Resort delegated catalog entry files list by length of matching prefix.
158     - Add 'next' catalog entry files imeddiately after current file.
159    
160 wakaba 1.8 2003-07-05 Wakaba <[email protected]>
161    
162     * Catalog.pm: New module.
163     * EntityManager.pm: Bug fixes such as character class fix.
164     * Error.pm (new, raise_error, _get_node_path, _get_node_position): New methods.
165    
166 wakaba 1.7 2003-06-30 Wakaba <[email protected]>
167    
168     * Parser.pm (_parse_start_tag): New.
169    
170 wakaba 1.6 2003-06-29 Wakaba <[email protected]>
171    
172     * Parser.pm (_parse_document_entity, _parse_ignored_section): New.
173     * Error.pm: New errors related to marked section.
174     * EntityManager.pm (get_entity, get_entities): Bug fixes and caching.
175     (is_standalone_document): New function.
176    
177 wakaba 1.5 2003-06-27 Wakaba <[email protected]>
178 wakaba 1.4
179     * Parser.pm: Give entity type before EntityManager->get_external_entity is called.
180     * Error.pm: Added some new errors related to media type values.
181     * EntityManager.pm (_guess_entity_encoding, _check_media_type): New.
182     (default_uri_resolver): Check and use media type and charset.
183    
184     2003-06-26 Wakaba <[email protected]>
185    
186     * Parser.pm (_parse_xml_or_text_declaration): New method.
187     * EntityManager.pm (default_uri_resolver): Use Parser->_parse_xml_or_text_declaration to remove text declaration.
188     (get_external_entity): Reset uri/entity_type/line/pos statuses.
189     * Error.pm: Some new errors for invalid XML declaration.
190    
191 wakaba 1.3 2003-06-17 Wakaba <[email protected]>
192    
193     * Parser.pm:
194     - Report error when entity or notation name contains colon.
195     - Some bug fixes about line/position counting for error reporting.
196     * EntityManager.pm (get_entity): Returns pre-defined entities
197     immediately (before seeking into DTD node is occured). (As Web SGML
198     defined.)
199     * Error.pm (ERR_PREDEFINED_ENTITY): New error.
200     * Parser.pm (_parse_entity_declaration): Raise error if it's XML's
201     pre-defined entity and its replacement text does not match to that
202     of pre-defined entity.
203    
204 wakaba 1.2 2003-06-16 Wakaba <[email protected]>
205    
206     * Parser.pm: Replacing of entity references is supported.
207     * Error.pm: New.
208     * EntityManager.pm: New.
209    
210     2003-05-25 Wakaba <[email protected]>
211    
212     * DOM.pm, DOM/: New.
213    
214 wakaba 1.1 2003-05-24 Wakaba <[email protected]>
215    
216     * ChangeLog: New.
217     * Parser.pm: New module.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24