1 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Comment.pm (node_type): Node type was incorrect! |
4 |
|
|
5 |
|
* DOMConfiguration.pm (get_parameter): Alpha. |
6 |
|
|
7 |
|
* DOMImplementation.pm (create_mc_decode_handler, |
8 |
|
create_charset_name_from_uri, create_uri_from_charset_name): |
9 |
|
New autoload configuration. Note that the Message::Charset::Encode |
10 |
|
module is subject to change. |
11 |
|
|
12 |
|
* XMLParserTemp.pm: Now it can be used with new version |
13 |
|
of DOM implementation. Current plan is to replace it by |
14 |
|
an XML5 parser someday. |
15 |
|
|
16 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMLocator.pm: New module. |
19 |
|
|
20 |
|
* DOMError.pm: New module. |
21 |
|
|
22 |
|
2007-06-20 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Node.pm (manakai_expanded_uri, manakai_parent_element, |
25 |
|
clone_node, compare_document_position, has_attributes, |
26 |
|
has_child_nodes, is_default_namespace, lookup_namespace_uri, |
27 |
|
lookup_prefix, normalize): Implemented. |
28 |
|
|
29 |
|
* DOMElement.pm (remove_attribute, set_attribute): Alpha version. |
30 |
|
|
31 |
|
* DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error. |
32 |
|
|
33 |
|
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* AttributeDefinition.pm (____new): Set an empty list |
36 |
|
to the |allowed_tokens| attribute. |
37 |
|
(allowed_token): Alpha version. |
38 |
|
|
39 |
|
* DocumentType.pm (get_element_type_definition_node, |
40 |
|
get_notation_node): ALpha version. |
41 |
|
|
42 |
|
* ElementTypeDefinition.pm (attribute_definitions): Alpha 2 |
43 |
|
version. |
44 |
|
|
45 |
|
* Entity.pm (notation_name): Implemented. |
46 |
|
|
47 |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
2007-06-17 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* Attr.pm (____new): Initialize |specified| as 1. |
* Attr.pm (____new): Initialize |specified| as 1. |