1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMString.dis, DOMString.pm, Document.dis, Document.pm, |
4 |
|
Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, |
5 |
|
TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, |
6 |
|
DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, |
7 |
|
DOMMain.dis, DOMMain.pm, DOMLS.dis, |
8 |
|
GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. |
9 |
|
|
10 |
|
* Makefile: Rules for DIS are removed. |
11 |
|
|
12 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Text.pm: |Message::DOM::Traversal, an obsolete module, |
15 |
|
was referenced. |
16 |
|
|
17 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMDocument.pm (inner_html): Setter in HTML document |
20 |
|
is implemented. |
21 |
|
|
22 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMDocument.pm (inner_html): Setter in XML document |
25 |
|
is implemented. |
26 |
|
|
27 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Attr.pm (DeclaredValueType): Added. |
30 |
|
|
31 |
|
* ProcessingInstruction.pm (data): Accept |undef| |
32 |
|
as a valid input, for |text_content| (maybe) allows it. |
33 |
|
|
34 |
|
* TypeInfo.pm (type_namespace): The implementation was wrong. |
35 |
|
|
36 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMElement.pm: Incorrect module was referenced. |
39 |
|
|
40 |
|
* DOMImplementation.pm: References to |
41 |
|
the |Message::Charset::Encode| module has been removed. |
42 |
|
|
43 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
46 |
|
instead of |Message::Charset::Encode|. |
47 |
|
|
48 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
51 |
|
|
52 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
53 |
|
|
54 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
57 |
|
implemented. |
58 |
|
|
59 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
60 |
|
subclasses. |
61 |
|
|
62 |
|
* DOMImplementation.pm (DOMImplementation): Now |
63 |
|
implements the |AtomDOMImplementation| interface. |
64 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
65 |
|
|
66 |
|
* NodeList.pm (StaticNodeList): Implemented. |
67 |
|
|
68 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Atom/: New directory. |
71 |
|
|
72 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
75 |
|
|
76 |
|
* Text.pm (whole_text): Parameter index number has |
77 |
|
been changed to support new |NodeFilter| Perl binding |
78 |
|
definition. |
79 |
|
|
80 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
83 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
84 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
85 |
|
|
86 |
|
* DOMConfiguration.pm (can_set_parameter, |
87 |
|
set_parameter): Don't allow to set the value |
88 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
89 |
|
|
90 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
91 |
|
(create_tree_walker, manakai_create_serial_walker): References |
92 |
|
and prototypes are added. |
93 |
|
|
94 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
95 |
|
|
96 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
97 |
|
version |2.0|, is added. |
98 |
|
|
99 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* CDATASection.pm: Removed (merged with |Text.pm|). |
102 |
|
|
103 |
|
* Text.pm (Message::DOM::Text::CDATASection): New. |
104 |
|
|
105 |
|
* Comment.pm: Removed (merged with |DOMCharacterData.pm|). |
106 |
|
|
107 |
|
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New. |
108 |
|
|
109 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* DOMConfiguration.pm: Support for |schema-type| |
112 |
|
and |http://suika.fam.cx/www/2006/dom-config/xml-id|. |
113 |
|
|
114 |
|
* NamedNodeMap (TIEHASH): Were missing. |
115 |
|
|
116 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
* AttributeDefinition.pm (node_value): Implemented. |
* AttributeDefinition.pm (node_value): Implemented. |