1 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeStore.dis: New module. |
4 |
|
|
5 |
|
* Makefile: |TreeStore.dis| is added. |
6 |
|
|
7 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* XMLParser.dis: Updated so that it can be used |
10 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
11 |
|
and |XML.pm|. Set the read-only flag to |
12 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
13 |
|
|
14 |
|
* Node.dis (textContent): It did not handle descendant |
15 |
|
element and entity reference nodes. |
16 |
|
|
17 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
18 |
|
definition has been changed to return only explicit |
19 |
|
base URI specification. |
20 |
|
|
21 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
22 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
23 |
|
|
24 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
25 |
|
|
26 |
|
* Tree.pm, DOMXML.pm: Removed. |
27 |
|
|
28 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
29 |
|
to the CVS repository since they are necessary to |
30 |
|
build the dis library. |
31 |
|
|
32 |
|
* Makefile: Sync'ed to new modules disposition. |
33 |
|
|
34 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
37 |
|
removed. For |Element.pm| and |Document.pm| are added. |
38 |
|
|
39 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
40 |
|
|
41 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
42 |
|
|
43 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
46 |
|
for new class information variables. |
47 |
|
(DOMLS:Generic): This old feature name is removed. |
48 |
|
|
49 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
50 |
|
for new class information variables. |
51 |
|
|
52 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
53 |
|
(Document, Element.___create_node_ref): New method |
54 |
|
implementations. |
55 |
|
|
56 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
59 |
|
Reimplemented. |
60 |
|
(isId): Setter is added. |
61 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
62 |
|
module. |
63 |
|
|
64 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Makefile (clean-db): New rule. |
67 |
|
|
68 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
69 |
|
the user data handler when the node is removed |
70 |
|
from the memory. |
71 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
72 |
|
if DTD attribute definition is available. |
73 |
|
(CharacterData members): Definitions copied from |
74 |
|
the |MDOM:Tree| module. |
75 |
|
|
76 |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
* DOMCore.dis (DOMStringList.==): New overloaded operator. |