/[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.18 - (hide annotations) (download)
Sun Sep 14 01:09:36 2003 UTC (22 years, 10 months ago) by wakaba
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.17: +6 -0 lines
some improvement

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24