1 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
4 |
|
removed. For |Element.pm| and |Document.pm| are added. |
5 |
|
|
6 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
7 |
|
|
8 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
9 |
|
|
10 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
13 |
|
for new class information variables. |
14 |
|
(DOMLS:Generic): This old feature name is removed. |
15 |
|
|
16 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
17 |
|
for new class information variables. |
18 |
|
|
19 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
20 |
|
(Document, Element.___create_node_ref): New method |
21 |
|
implementations. |
22 |
|
|
23 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
26 |
|
Reimplemented. |
27 |
|
(isId): Setter is added. |
28 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
29 |
|
module. |
30 |
|
|
31 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Makefile (clean-db): New rule. |
34 |
|
|
35 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
36 |
|
the user data handler when the node is removed |
37 |
|
from the memory. |
38 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
39 |
|
if DTD attribute definition is available. |
40 |
|
(CharacterData members): Definitions copied from |
41 |
|
the |MDOM:Tree| module. |
42 |
|
|
43 |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
* DOMCore.dis (DOMStringList.==): New overloaded operator. |