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> |
62 |
|
|
63 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
64 |
|
module is added. |
65 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
66 |
|
(ManakaiDOMImplementation): It now inherits |
67 |
|
the |urigen:ManakaiURIImplementation| class and |
68 |
|
implements the |ecore:MUErrorTarget| interface. It no |
69 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
70 |
|
(ManakaiDOMImplementation.___report_error): New method. |
71 |
|
|
72 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
73 |
|
module instead of |Util:ManakaiNode| module. |
74 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
75 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
76 |
|
(ManakaiMinimumImplementation): Now it is built |
77 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
78 |
|
module. |
79 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
80 |
|
(c:implementation): Removed. |
81 |
|
(f:implementation, f:revImplementation): New properties. |
82 |
|
|
83 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
84 |
|
|
85 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
86 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
87 |
|
cfg:strict-document-children): Removed (moved |
88 |
|
to the |MDOM:TreeCore| module). |
89 |
|
|
90 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
91 |
|
module is removed. |
92 |
|
(ManakaiDOMImplementationTC): Some members are removed |
93 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
94 |
|
or the |f:ManakaiMinimumImplementation|. |
95 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
96 |
|
(replaceChildImpl1): A typo on the removing the parent node |
97 |
|
of the old child node is fixed. |
98 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
99 |
|
module). |
100 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
101 |
|
to the |MDOM:DOMFeature| module). |
102 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
103 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
104 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
105 |
|
when the new value is |null|. |
106 |
|
(Attr.___create_node_ref): Attribute name and |
107 |
|
owner element type specific classes are supported (it |
108 |
|
was partially implemented but was incorrect). |
109 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
110 |
|
a node if the |index| is negative. |
111 |
|
(setNamedItem): Various typos are fixed. |
112 |
|
(removeNamedItem): The node was not removed orz |
113 |
|
(cfg:clone-entity-reference-subtree, |
114 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
115 |
|
cfg:strict-document-children): Definitions are moved |
116 |
|
from the |MDOM:Tree| module. Note that the tests for default |
117 |
|
attributes still fail. |
118 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
119 |
|
(Attr): Role name was incorrect. |
120 |
|
|
121 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
122 |
|
not set. |
123 |
|
(AttributeDefinition): Role name was incorrect. |
124 |
|
|
125 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
126 |
|
module is added. |
127 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
128 |
|
implementations. |
129 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
130 |
|
implementations. |
131 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
132 |
|
they are defined as copies of ones in the |Entity| class. |
133 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
134 |
|
namespace unaware attributes. |
135 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
136 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
137 |
|
to namespace aware attributes are added. |
138 |
|
|
139 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
142 |
|
|
143 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
144 |
|
untested). |
145 |
|
(___report_error): Reimplemented (untested). |
146 |
|
(manakaiSetReadOnly): New method. |
147 |
|
(Attr.___create_node_ref): New method (untested). |
148 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
149 |
|
(createEntityReference, cloneNode): Support for |
150 |
|
the |cfg:entity-reference-read-only| configuration |
151 |
|
parameter is removed; newly created entity references |
152 |
|
are always read-only and use the |manakaiSetReadOnly| method |
153 |
|
if desired. |
154 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
155 |
|
|
156 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
157 |
|
the |MDOM:XML| Perl module. |
158 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
159 |
|
the |tc:implementation| internal property if its value |
160 |
|
is provided. The |infoset:content| internal property name |
161 |
|
was incorrect. |
162 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
163 |
|
read-only |NodeList| and |DOMStringList| are added |
164 |
|
for clarification. |
165 |
|
|
166 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
169 |
|
module is added. |
170 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
171 |
|
implementation (untested). |
172 |
|
|
173 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
174 |
|
(Roles): Definitions added. |
175 |
|
|
176 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
177 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
178 |
|
module is removed. |
179 |
|
(DocumentXDoctype): Reimplemented (untested). |
180 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
181 |
|
Reimlemented (untested). |
182 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
183 |
|
|
184 |
|
* XML.dis (FeatureDef): New features (definitions copied |
185 |
|
from the |MDOM:DOMXML| module). |
186 |
|
(DocumentType): New interface (definition copied from |
187 |
|
the |MDOM:DOMXML| module). |
188 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
189 |
|
Reimplemented (untested). |
190 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
191 |
|
|
192 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
195 |
|
|
196 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
199 |
|
(Text, DocumentFragment, Comment): Most members are |
200 |
|
reimplemented (untested). |
201 |
|
|
202 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
205 |
|
removed to sync with DOM Level 3 Core specification. |
206 |
|
|
207 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
208 |
|
(GetElementsNodeList): Reimplemented (untested). |
209 |
|
|
210 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
213 |
|
parameter must also affect on |manakaiAppendText| |
214 |
|
and |textContent| on |Document| nodes. |
215 |
|
|
216 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
217 |
|
parameter changes the class to |bless|. |
218 |
|
(Node): Most methods are reimplemented. (Untested) |
219 |
|
(CharacterData, Attr): Most methods and attributes are |
220 |
|
reimplemented. (Untested) |
221 |
|
|
222 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
223 |
|
reimplemented (untested). |
224 |
|
|
225 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
228 |
|
(untested). |
229 |
|
|
230 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
233 |
|
a qualified name. |
234 |
|
|
235 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
236 |
|
the prefix if it is an empty string. (Note that |
237 |
|
it is defined as implementation dependent in |
238 |
|
DOM Level 3 Core specification). |
239 |
|
|
240 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
241 |
|
module. |
242 |
|
(Node): Attributes are reimplemented (untested). |
243 |
|
|
244 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
245 |
|
module. |
246 |
|
(Node): Attributes are reimplemented (untested). |
247 |
|
(Entity, Notation): New interfaces. |
248 |
|
|
249 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
250 |
|
|
251 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
254 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
255 |
|
replaceChild, removeChild, createDocumentFragment, |
256 |
|
createEntityReference, createProcessingInstruction, |
257 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
258 |
|
(NodeList, DocumentFragment): New interfaces. |
259 |
|
|
260 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
261 |
|
|
262 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
264 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
265 |
|
(createAttributeNS, createTextNode, createComment, |
266 |
|
createCDATASection): New methods. |
267 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
268 |
|
|
269 |
|
* Makefile: |XML.dis| is added. |
270 |
|
|
271 |
|
* XML.dis: New module. |
272 |
|
|
273 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
276 |
|
|
277 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
280 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
281 |
|
(Element): New interface. |
282 |
|
(createElementNS): New method. |
283 |
|
(strictErrorChecking): New. |
284 |
|
|
285 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* Makefile: |TreeCore.dis| is added. |
288 |
|
|
289 |
|
* TreeCore.dis: New module. |
290 |
|
|
291 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
294 |
|
parameter. |
295 |
|
|
296 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
297 |
|
|
298 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
299 |
|
data types added to configuration parameters. |
300 |
|
|
301 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
304 |
|
a |DISSource:ResourceProperty|. |
305 |
|
(c:anyDOMConfigurationParameter): New property. |
306 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
307 |
|
the |c:anyDOMConfigurationParameter| property. |
308 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
309 |
|
|
310 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
311 |
|
|
312 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
315 |
|
are removed. |
316 |
|
|
317 |
|
* GenericLS.pm: Added to the CVS repository since |
318 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
319 |
|
|
320 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
323 |
|
method. |
324 |
|
|
325 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
326 |
|
|
327 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
330 |
|
|
331 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
332 |
|
implementations are added. |
333 |
|
|
334 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
335 |
|
implementations are added. |
336 |
|
|
337 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
338 |
|
implementations are added. |
339 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
340 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
341 |
|
(cfg:strict-document-children): New configuration parameter. |
342 |
|
|
343 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
344 |
|
|
345 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
346 |
|
|
347 |
|
* Tree.dis (replaceChild): Method implementations are added. |
348 |
|
|
349 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
350 |
|
|
351 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
352 |
|
|
353 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
354 |
|
definitions. |
355 |
|
|
356 |
|
* XDoctype.dis (insertBefore): New method implementation. |
357 |
|
|
358 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* DOMXML.dis (insertBefore): Method implementations |
361 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
362 |
|
|
363 |
|
* Tree.dis (insertBefore): Method implementation |
364 |
|
for |CharacterData| nodes is added. |
365 |
|
|
366 |
|
* XDoctype.dis (insertBefore): Method implementation |
367 |
|
for |ElementTypeDefinition| nodes is added. |
368 |
|
|
369 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* XDoctype.dis (appendChild): New method implementation. |
372 |
|
|
373 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
374 |
|
|
375 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
376 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
377 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
378 |
|
|
379 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
380 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
381 |
|
Notation.appendChild): New method implementation. |
382 |
|
|
383 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
384 |
|
|
385 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
386 |
|
|
387 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
390 |
|
|
391 |
|
* Tree.dis (createAttribute, createAttributeNS, |
392 |
|
setAttribute, setAttributeNS): They now supports |
393 |
|
the |cfg:xml-id| configuration parameter. |
394 |
|
(cfg:xml-id): New configuration parameter. |
395 |
|
|
396 |
|
* XDoctype.dis (createAttributeDefinition): It now |
397 |
|
supports the |cfg:xml-id| configuration parameter. |
398 |
|
|
399 |
|
* XMLParser.dis (parse): It now supports |
400 |
|
the |cfg:xml-id| configuration parameter. |
401 |
|
|
402 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
405 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
406 |
|
document created. |
407 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
408 |
|
property of the created node. |
409 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
410 |
|
of the created node. |
411 |
|
(ls-input-to-input-file.default): Sets the resolved |
412 |
|
system identifier to the |documentURI| attribute if available. |
413 |
|
Sets the |baseURI| attribute if available. |
414 |
|
|
415 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
416 |
|
|
417 |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |