1 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: Updated so that it can be used |
4 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
5 |
|
and |XML.pm|. Set the read-only flag to |
6 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
7 |
|
|
8 |
|
* Node.dis (textContent): It did not handle descendant |
9 |
|
element and entity reference nodes. |
10 |
|
|
11 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
12 |
|
definition has been changed to return only explicit |
13 |
|
base URI specification. |
14 |
|
|
15 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
16 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
17 |
|
|
18 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
19 |
|
|
20 |
|
* Tree.pm, DOMXML.pm: Removed. |
21 |
|
|
22 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
23 |
|
to the CVS repository since they are necessary to |
24 |
|
build the dis library. |
25 |
|
|
26 |
|
* Makefile: Sync'ed to new modules disposition. |
27 |
|
|
28 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
31 |
|
removed. For |Element.pm| and |Document.pm| are added. |
32 |
|
|
33 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
34 |
|
|
35 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
36 |
|
|
37 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
40 |
|
for new class information variables. |
41 |
|
(DOMLS:Generic): This old feature name is removed. |
42 |
|
|
43 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
44 |
|
for new class information variables. |
45 |
|
|
46 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
47 |
|
(Document, Element.___create_node_ref): New method |
48 |
|
implementations. |
49 |
|
|
50 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
53 |
|
Reimplemented. |
54 |
|
(isId): Setter is added. |
55 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
56 |
|
module. |
57 |
|
|
58 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Makefile (clean-db): New rule. |
61 |
|
|
62 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
63 |
|
the user data handler when the node is removed |
64 |
|
from the memory. |
65 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
66 |
|
if DTD attribute definition is available. |
67 |
|
(CharacterData members): Definitions copied from |
68 |
|
the |MDOM:Tree| module. |
69 |
|
|
70 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
73 |
|
|
74 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
75 |
|
class did not implement the |GetFeature| interface. |
76 |
|
(hasFeature): The |+| prefix was not taken into account. |
77 |
|
|
78 |
|
* TreeCore.dis (Node): The class now inherits |
79 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
80 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
81 |
|
interfaces. |
82 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
83 |
|
is supported. |
84 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
85 |
|
(manakaiParentElement): New attribute. |
86 |
|
|
87 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
88 |
|
is removed. |
89 |
|
(lookupPrefix): Old method implementation is removed. |
90 |
|
|
91 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
92 |
|
missing because of the |DISCore:stopISARecursive| property. |
93 |
|
|
94 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
95 |
|
They now pass all tests included in those modules! |
96 |
|
|
97 |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |