/[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.22 - (hide annotations) (download)
Fri Oct 31 05:00:12 2003 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +3 -0 lines
(name_to_prefix): Overwrite DEFAULT_PFX := NULL_URI if DEFAULT_PFX != NULL_URI is defined

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24