1 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
4 |
|
(untested). |
5 |
|
|
6 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
9 |
|
a qualified name. |
10 |
|
|
11 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
12 |
|
the prefix if it is an empty string. (Note that |
13 |
|
it is defined as implementation dependent in |
14 |
|
DOM Level 3 Core specification). |
15 |
|
|
16 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
17 |
|
module. |
18 |
|
(Node): Attributes are reimplemented (untested). |
19 |
|
|
20 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
21 |
|
module. |
22 |
|
(Node): Attributes are reimplemented (untested). |
23 |
|
(Entity, Notation): New interfaces. |
24 |
|
|
25 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
26 |
|
|
27 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
30 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
31 |
|
replaceChild, removeChild, createDocumentFragment, |
32 |
|
createEntityReference, createProcessingInstruction, |
33 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
34 |
|
(NodeList, DocumentFragment): New interfaces. |
35 |
|
|
36 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
37 |
|
|
38 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
41 |
|
(createAttributeNS, createTextNode, createComment, |
42 |
|
createCDATASection): New methods. |
43 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
44 |
|
|
45 |
|
* Makefile: |XML.dis| is added. |
46 |
|
|
47 |
|
* XML.dis: New module. |
48 |
|
|
49 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
52 |
|
|
53 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
56 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
57 |
|
(Element): New interface. |
58 |
|
(createElementNS): New method. |
59 |
|
(strictErrorChecking): New. |
60 |
|
|
61 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Makefile: |TreeCore.dis| is added. |
64 |
|
|
65 |
|
* TreeCore.dis: New module. |
66 |
|
|
67 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
70 |
|
parameter. |
71 |
|
|
72 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
73 |
|
|
74 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
75 |
|
data types added to configuration parameters. |
76 |
|
|
77 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
80 |
|
a |DISSource:ResourceProperty|. |
81 |
|
(c:anyDOMConfigurationParameter): New property. |
82 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
83 |
|
the |c:anyDOMConfigurationParameter| property. |
84 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
85 |
|
|
86 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
87 |
|
|
88 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
91 |
|
are removed. |
92 |
|
|
93 |
|
* GenericLS.pm: Added to the CVS repository since |
94 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
95 |
|
|
96 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
99 |
|
method. |
100 |
|
|
101 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
102 |
|
|
103 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
106 |
|
|
107 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
108 |
|
implementations are added. |
109 |
|
|
110 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
111 |
|
implementations are added. |
112 |
|
|
113 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
114 |
|
implementations are added. |
115 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
116 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
117 |
|
(cfg:strict-document-children): New configuration parameter. |
118 |
|
|
119 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
122 |
|
|
123 |
|
* Tree.dis (replaceChild): Method implementations are added. |
124 |
|
|
125 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
126 |
|
|
127 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
130 |
|
definitions. |
131 |
|
|
132 |
|
* XDoctype.dis (insertBefore): New method implementation. |
133 |
|
|
134 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* DOMXML.dis (insertBefore): Method implementations |
137 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
138 |
|
|
139 |
|
* Tree.dis (insertBefore): Method implementation |
140 |
|
for |CharacterData| nodes is added. |
141 |
|
|
142 |
|
* XDoctype.dis (insertBefore): Method implementation |
143 |
|
for |ElementTypeDefinition| nodes is added. |
144 |
|
|
145 |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
* XDoctype.dis (appendChild): New method implementation. |
* XDoctype.dis (appendChild): New method implementation. |