1 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
4 |
|
|
5 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
6 |
|
class did not implement the |GetFeature| interface. |
7 |
|
(hasFeature): The |+| prefix was not taken into account. |
8 |
|
|
9 |
|
* TreeCore.dis (Node): The class now inherits |
10 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
11 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
12 |
|
interfaces. |
13 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
14 |
|
is supported. |
15 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
16 |
|
(manakaiParentElement): New attribute. |
17 |
|
|
18 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
19 |
|
is removed. |
20 |
|
(lookupPrefix): Old method implementation is removed. |
21 |
|
|
22 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
23 |
|
missing because of the |DISCore:stopISARecursive| property. |
24 |
|
|
25 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
26 |
|
They now pass all tests included in those modules! |
27 |
|
|
28 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
31 |
|
module is added. |
32 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
33 |
|
(ManakaiDOMImplementation): It now inherits |
34 |
|
the |urigen:ManakaiURIImplementation| class and |
35 |
|
implements the |ecore:MUErrorTarget| interface. It no |
36 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
37 |
|
(ManakaiDOMImplementation.___report_error): New method. |
38 |
|
|
39 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
40 |
|
module instead of |Util:ManakaiNode| module. |
41 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
42 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
43 |
|
(ManakaiMinimumImplementation): Now it is built |
44 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
45 |
|
module. |
46 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
47 |
|
(c:implementation): Removed. |
48 |
|
(f:implementation, f:revImplementation): New properties. |
49 |
|
|
50 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
51 |
|
|
52 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
53 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
54 |
|
cfg:strict-document-children): Removed (moved |
55 |
|
to the |MDOM:TreeCore| module). |
56 |
|
|
57 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
58 |
|
module is removed. |
59 |
|
(ManakaiDOMImplementationTC): Some members are removed |
60 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
61 |
|
or the |f:ManakaiMinimumImplementation|. |
62 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
63 |
|
(replaceChildImpl1): A typo on the removing the parent node |
64 |
|
of the old child node is fixed. |
65 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
66 |
|
module). |
67 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
68 |
|
to the |MDOM:DOMFeature| module). |
69 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
70 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
71 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
72 |
|
when the new value is |null|. |
73 |
|
(Attr.___create_node_ref): Attribute name and |
74 |
|
owner element type specific classes are supported (it |
75 |
|
was partially implemented but was incorrect). |
76 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
77 |
|
a node if the |index| is negative. |
78 |
|
(setNamedItem): Various typos are fixed. |
79 |
|
(removeNamedItem): The node was not removed orz |
80 |
|
(cfg:clone-entity-reference-subtree, |
81 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
82 |
|
cfg:strict-document-children): Definitions are moved |
83 |
|
from the |MDOM:Tree| module. Note that the tests for default |
84 |
|
attributes still fail. |
85 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
86 |
|
(Attr): Role name was incorrect. |
87 |
|
|
88 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
89 |
|
not set. |
90 |
|
(AttributeDefinition): Role name was incorrect. |
91 |
|
|
92 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
93 |
|
module is added. |
94 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
95 |
|
implementations. |
96 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
97 |
|
implementations. |
98 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
99 |
|
they are defined as copies of ones in the |Entity| class. |
100 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
101 |
|
namespace unaware attributes. |
102 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
103 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
104 |
|
to namespace aware attributes are added. |
105 |
|
|
106 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
109 |
|
|
110 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
111 |
|
untested). |
112 |
|
(___report_error): Reimplemented (untested). |
113 |
|
(manakaiSetReadOnly): New method. |
114 |
|
(Attr.___create_node_ref): New method (untested). |
115 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
116 |
|
(createEntityReference, cloneNode): Support for |
117 |
|
the |cfg:entity-reference-read-only| configuration |
118 |
|
parameter is removed; newly created entity references |
119 |
|
are always read-only and use the |manakaiSetReadOnly| method |
120 |
|
if desired. |
121 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
122 |
|
|
123 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
124 |
|
the |MDOM:XML| Perl module. |
125 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
126 |
|
the |tc:implementation| internal property if its value |
127 |
|
is provided. The |infoset:content| internal property name |
128 |
|
was incorrect. |
129 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
130 |
|
read-only |NodeList| and |DOMStringList| are added |
131 |
|
for clarification. |
132 |
|
|
133 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
136 |
|
module is added. |
137 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
138 |
|
implementation (untested). |
139 |
|
|
140 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
141 |
|
(Roles): Definitions added. |
142 |
|
|
143 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
144 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
145 |
|
module is removed. |
146 |
|
(DocumentXDoctype): Reimplemented (untested). |
147 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
148 |
|
Reimlemented (untested). |
149 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
150 |
|
|
151 |
|
* XML.dis (FeatureDef): New features (definitions copied |
152 |
|
from the |MDOM:DOMXML| module). |
153 |
|
(DocumentType): New interface (definition copied from |
154 |
|
the |MDOM:DOMXML| module). |
155 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
156 |
|
Reimplemented (untested). |
157 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
158 |
|
|
159 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
162 |
|
|
163 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
166 |
|
(Text, DocumentFragment, Comment): Most members are |
167 |
|
reimplemented (untested). |
168 |
|
|
169 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
172 |
|
removed to sync with DOM Level 3 Core specification. |
173 |
|
|
174 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
175 |
|
(GetElementsNodeList): Reimplemented (untested). |
176 |
|
|
177 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
180 |
|
parameter must also affect on |manakaiAppendText| |
181 |
|
and |textContent| on |Document| nodes. |
182 |
|
|
183 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
184 |
|
parameter changes the class to |bless|. |
185 |
|
(Node): Most methods are reimplemented. (Untested) |
186 |
|
(CharacterData, Attr): Most methods and attributes are |
187 |
|
reimplemented. (Untested) |
188 |
|
|
189 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
190 |
|
reimplemented (untested). |
191 |
|
|
192 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
195 |
|
(untested). |
196 |
|
|
197 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
200 |
|
a qualified name. |
201 |
|
|
202 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
203 |
|
the prefix if it is an empty string. (Note that |
204 |
|
it is defined as implementation dependent in |
205 |
|
DOM Level 3 Core specification). |
206 |
|
|
207 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
208 |
|
module. |
209 |
|
(Node): Attributes are reimplemented (untested). |
210 |
|
|
211 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
212 |
|
module. |
213 |
|
(Node): Attributes are reimplemented (untested). |
214 |
|
(Entity, Notation): New interfaces. |
215 |
|
|
216 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
217 |
|
|
218 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
221 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
222 |
|
replaceChild, removeChild, createDocumentFragment, |
223 |
|
createEntityReference, createProcessingInstruction, |
224 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
225 |
|
(NodeList, DocumentFragment): New interfaces. |
226 |
|
|
227 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
228 |
|
|
229 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
232 |
|
(createAttributeNS, createTextNode, createComment, |
233 |
|
createCDATASection): New methods. |
234 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
235 |
|
|
236 |
|
* Makefile: |XML.dis| is added. |
237 |
|
|
238 |
|
* XML.dis: New module. |
239 |
|
|
240 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
243 |
|
|
244 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
247 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
248 |
|
(Element): New interface. |
249 |
|
(createElementNS): New method. |
250 |
|
(strictErrorChecking): New. |
251 |
|
|
252 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* Makefile: |TreeCore.dis| is added. |
255 |
|
|
256 |
|
* TreeCore.dis: New module. |
257 |
|
|
258 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
261 |
|
parameter. |
262 |
|
|
263 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
264 |
|
|
265 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
266 |
|
data types added to configuration parameters. |
267 |
|
|
268 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
271 |
|
a |DISSource:ResourceProperty|. |
272 |
|
(c:anyDOMConfigurationParameter): New property. |
273 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
274 |
|
the |c:anyDOMConfigurationParameter| property. |
275 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
276 |
|
|
277 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
278 |
|
|
279 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
282 |
|
are removed. |
283 |
|
|
284 |
|
* GenericLS.pm: Added to the CVS repository since |
285 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
286 |
|
|
287 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
290 |
|
method. |
291 |
|
|
292 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
293 |
|
|
294 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
297 |
|
|
298 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
299 |
|
implementations are added. |
300 |
|
|
301 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
302 |
|
implementations are added. |
303 |
|
|
304 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
305 |
|
implementations are added. |
306 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
307 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
308 |
|
(cfg:strict-document-children): New configuration parameter. |
309 |
|
|
310 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
312 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
313 |
|
|
314 |
|
* Tree.dis (replaceChild): Method implementations are added. |
315 |
|
|
316 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
317 |
|
|
318 |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |