1 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
4 |
|
for new class information variables. |
5 |
|
(DOMLS:Generic): This old feature name is removed. |
6 |
|
|
7 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
8 |
|
for new class information variables. |
9 |
|
|
10 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
11 |
|
(Document, Element.___create_node_ref): New method |
12 |
|
implementations. |
13 |
|
|
14 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
17 |
|
Reimplemented. |
18 |
|
(isId): Setter is added. |
19 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
20 |
|
module. |
21 |
|
|
22 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Makefile (clean-db): New rule. |
25 |
|
|
26 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
27 |
|
the user data handler when the node is removed |
28 |
|
from the memory. |
29 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
30 |
|
if DTD attribute definition is available. |
31 |
|
(CharacterData members): Definitions copied from |
32 |
|
the |MDOM:Tree| module. |
33 |
|
|
34 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
37 |
|
|
38 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
39 |
|
class did not implement the |GetFeature| interface. |
40 |
|
(hasFeature): The |+| prefix was not taken into account. |
41 |
|
|
42 |
|
* TreeCore.dis (Node): The class now inherits |
43 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
44 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
45 |
|
interfaces. |
46 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
47 |
|
is supported. |
48 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
49 |
|
(manakaiParentElement): New attribute. |
50 |
|
|
51 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
52 |
|
is removed. |
53 |
|
(lookupPrefix): Old method implementation is removed. |
54 |
|
|
55 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
56 |
|
missing because of the |DISCore:stopISARecursive| property. |
57 |
|
|
58 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
59 |
|
They now pass all tests included in those modules! |
60 |
|
|
61 |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |