1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle| |
4 |
|
instead of |Message::Charset::Encode|. |
5 |
|
|
6 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMDocument.pm (inner_html): New attribute (beta). |
9 |
|
|
10 |
|
* DOMElement.pm (inner_html): New attribute (beta). |
11 |
|
|
12 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMConfiguration.pm: Configuration parameter |create-child-element| |
15 |
|
implemented. |
16 |
|
|
17 |
|
* DOMElement.pm (create_element_ns): Support for Atom |
18 |
|
subclasses. |
19 |
|
|
20 |
|
* DOMImplementation.pm (DOMImplementation): Now |
21 |
|
implements the |AtomDOMImplementation| interface. |
22 |
|
($HasFeature): Features |atom| and |atomthreading| are added. |
23 |
|
|
24 |
|
* NodeList.pm (StaticNodeList): Implemented. |
25 |
|
|
26 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Atom/: New directory. |
29 |
|
|
30 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* TreeWalker.pm, SerialWalker.pm: New Perl modules. |
33 |
|
|
34 |
|
* Text.pm (whole_text): Parameter index number has |
35 |
|
been changed to support new |NodeFilter| Perl binding |
36 |
|
definition. |
37 |
|
|
38 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, |
41 |
|
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, |
42 |
|
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. |
43 |
|
|
44 |
|
* DOMConfiguration.pm (can_set_parameter, |
45 |
|
set_parameter): Don't allow to set the value |
46 |
|
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). |
47 |
|
|
48 |
|
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface. |
49 |
|
(create_tree_walker, manakai_create_serial_walker): References |
50 |
|
and prototypes are added. |
51 |
|
|
52 |
|
* DOMException.pm (NULLPO_ERR): New error type:-). |
53 |
|
|
54 |
|
* DOMImplementation.pm ($HasFeature): Feature |Traversal|, |
55 |
|
version |2.0|, is added. |
56 |
|
|
57 |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* CDATASection.pm: Removed (merged with |Text.pm|). |
* CDATASection.pm: Removed (merged with |Text.pm|). |