/[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.31 - (hide annotations) (download)
Thu Jun 3 06:41:18 2004 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.30: +4 -0 lines
New

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24