/[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.25 - (hide annotations) (download)
Sat Nov 1 12:20:57 2003 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +6 -0 lines
New

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24