1 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeStore.pm: Added to the CVS repository |
4 |
|
to enable for the dis database to contain XML |
5 |
|
fragments. |
6 |
|
|
7 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
8 |
|
|
9 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
10 |
|
|
11 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
14 |
|
|
15 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
16 |
|
|
17 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
18 |
|
|
19 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
22 |
|
any |%|s in |xdp:attr-definition| children. |
23 |
|
|
24 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
27 |
|
name property is added. |
28 |
|
|
29 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* XDP.dis (createXDPIf): New method. |
32 |
|
(XDPIfElement): New interface. |
33 |
|
|
34 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
37 |
|
New methods. |
38 |
|
|
39 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
42 |
|
are added. |
43 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
44 |
|
|
45 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Traversal.dis (SerialWalker): New interface. |
48 |
|
(manakaiCreateSerialWalker): New method. |
49 |
|
|
50 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
53 |
|
rather than |&{}| dereferencing. |
54 |
|
(acceptNode): Implemented. |
55 |
|
|
56 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* XDP.dis: New module. |
59 |
|
|
60 |
|
* Makefile: |XDP.dis| is added. |
61 |
|
|
62 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
63 |
|
and |OutputProcessor| are added. |
64 |
|
|
65 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
68 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
69 |
|
is added. The |FILTER_REJECT| value is treated |
70 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
71 |
|
rejected subtree as specified in the spec. |
72 |
|
|
73 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
76 |
|
|
77 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
80 |
|
|
81 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* .cvsignore: Updated. |
84 |
|
|
85 |
|
* Traversal.dis: Unused declarations are removed. |
86 |
|
|
87 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* CharacterData.dis (Require): A reference to |
90 |
|
the |MDOM:Traversal| module is added. |
91 |
|
(wholeText): Implemented. |
92 |
|
|
93 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Makefile: |Traversal.dis| is added. |
96 |
|
|
97 |
|
* Traversal.dis: New module. |
98 |
|
|
99 |
|
* TreeCore.dis (___report_error): Return value was |
100 |
|
not propagated. |
101 |
|
|
102 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Element.dis (removeAttributeNS): A runtime error |
105 |
|
was occurred if there was no specified attribute node. |
106 |
|
|
107 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
108 |
|
|
109 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
112 |
|
New attributes. |
113 |
|
|
114 |
|
(StaticNodeList): New interface. |
115 |
|
|
116 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
119 |
|
|
120 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* SimpleLS.dis: Reimplemented. |
123 |
|
|
124 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
127 |
|
a qualified name. |
128 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
129 |
|
|
130 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
131 |
|
(normalize): Implemented. |
132 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
133 |
|
class. |
134 |
|
|
135 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
138 |
|
|
139 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* CharacterData.dis (length, insertData, substringData, |
142 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
143 |
|
|
144 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
145 |
|
(c:index): The definition was missing. |
146 |
|
(c:length): New property. |
147 |
|
|
148 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* XMLParser.dis (close): Invoke |close| method |
151 |
|
rather than |close| function. |
152 |
|
|
153 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
156 |
|
|
157 |
|
* CharacterData.pm: Added to the CVS repository. |
158 |
|
|
159 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
160 |
|
interfaces are removed. |
161 |
|
(Require): A reference to the |MDOM:CharacterData| module |
162 |
|
is added. |
163 |
|
|
164 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
165 |
|
|
166 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
167 |
|
|
168 |
|
* Makefile: |CharacterData.pm| is added. |
169 |
|
|
170 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
173 |
|
module. |
174 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
175 |
|
object. |
176 |
|
(resolveLSInput default implementation): The |byteStream| |
177 |
|
and |encoding| attributes of the |LSInput| interface |
178 |
|
are now supported. |
179 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
180 |
|
(InputFile.inputEncoding): New attribute. |
181 |
|
|
182 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* Document.dis (adoptNode test): Documents were |
185 |
|
made by different documents. |
186 |
|
|
187 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
190 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
191 |
|
|
192 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
195 |
|
are replaced by |disPerl:EXCEPTION|s. |
196 |
|
|
197 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
200 |
|
|
201 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
202 |
|
parameter |cfg:dtd-default-attributes| is renamed |
203 |
|
as |cfg:dtd-default-attribute|. |
204 |
|
(Roles): Definitions are changed so that classes |
205 |
|
that implement those classes MUST implement the |Node| |
206 |
|
and its subinterfaces. |
207 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
208 |
|
|
209 |
|
* Document.dis (adoptNode): Don't throw exception |
210 |
|
if |strictErrorChecking| is |false|. |
211 |
|
|
212 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
213 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
214 |
|
configuration parameter is set to |false|. |
215 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
216 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
217 |
|
configuration parameter is set to |false|. |
218 |
|
|
219 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* TreeStore.dis: New module. |
222 |
|
|
223 |
|
* Makefile: |TreeStore.dis| is added. |
224 |
|
|
225 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* XMLParser.dis: Updated so that it can be used |
228 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
229 |
|
and |XML.pm|. Set the read-only flag to |
230 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
231 |
|
|
232 |
|
* Node.dis (textContent): It did not handle descendant |
233 |
|
element and entity reference nodes. |
234 |
|
|
235 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
236 |
|
definition has been changed to return only explicit |
237 |
|
base URI specification. |
238 |
|
|
239 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
240 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
241 |
|
|
242 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
243 |
|
|
244 |
|
* Tree.pm, DOMXML.pm: Removed. |
245 |
|
|
246 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
247 |
|
to the CVS repository since they are necessary to |
248 |
|
build the dis library. |
249 |
|
|
250 |
|
* Makefile: Sync'ed to new modules disposition. |
251 |
|
|
252 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
255 |
|
removed. For |Element.pm| and |Document.pm| are added. |
256 |
|
|
257 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
258 |
|
|
259 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
260 |
|
|
261 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
264 |
|
for new class information variables. |
265 |
|
(DOMLS:Generic): This old feature name is removed. |
266 |
|
|
267 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
268 |
|
for new class information variables. |
269 |
|
|
270 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
271 |
|
(Document, Element.___create_node_ref): New method |
272 |
|
implementations. |
273 |
|
|
274 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
277 |
|
Reimplemented. |
278 |
|
(isId): Setter is added. |
279 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
280 |
|
module. |
281 |
|
|
282 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* Makefile (clean-db): New rule. |
285 |
|
|
286 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
287 |
|
the user data handler when the node is removed |
288 |
|
from the memory. |
289 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
290 |
|
if DTD attribute definition is available. |
291 |
|
(CharacterData members): Definitions copied from |
292 |
|
the |MDOM:Tree| module. |
293 |
|
|
294 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
297 |
|
|
298 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
299 |
|
class did not implement the |GetFeature| interface. |
300 |
|
(hasFeature): The |+| prefix was not taken into account. |
301 |
|
|
302 |
|
* TreeCore.dis (Node): The class now inherits |
303 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
304 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
305 |
|
interfaces. |
306 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
307 |
|
is supported. |
308 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
309 |
|
(manakaiParentElement): New attribute. |
310 |
|
|
311 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
312 |
|
is removed. |
313 |
|
(lookupPrefix): Old method implementation is removed. |
314 |
|
|
315 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
316 |
|
missing because of the |DISCore:stopISARecursive| property. |
317 |
|
|
318 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
319 |
|
They now pass all tests included in those modules! |
320 |
|
|
321 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
322 |
|
|
323 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
324 |
|
module is added. |
325 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
326 |
|
(ManakaiDOMImplementation): It now inherits |
327 |
|
the |urigen:ManakaiURIImplementation| class and |
328 |
|
implements the |ecore:MUErrorTarget| interface. It no |
329 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
330 |
|
(ManakaiDOMImplementation.___report_error): New method. |
331 |
|
|
332 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
333 |
|
module instead of |Util:ManakaiNode| module. |
334 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
335 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
336 |
|
(ManakaiMinimumImplementation): Now it is built |
337 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
338 |
|
module. |
339 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
340 |
|
(c:implementation): Removed. |
341 |
|
(f:implementation, f:revImplementation): New properties. |
342 |
|
|
343 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
344 |
|
|
345 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
346 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
347 |
|
cfg:strict-document-children): Removed (moved |
348 |
|
to the |MDOM:TreeCore| module). |
349 |
|
|
350 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
351 |
|
module is removed. |
352 |
|
(ManakaiDOMImplementationTC): Some members are removed |
353 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
354 |
|
or the |f:ManakaiMinimumImplementation|. |
355 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
356 |
|
(replaceChildImpl1): A typo on the removing the parent node |
357 |
|
of the old child node is fixed. |
358 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
359 |
|
module). |
360 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
361 |
|
to the |MDOM:DOMFeature| module). |
362 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
363 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
364 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
365 |
|
when the new value is |null|. |
366 |
|
(Attr.___create_node_ref): Attribute name and |
367 |
|
owner element type specific classes are supported (it |
368 |
|
was partially implemented but was incorrect). |
369 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
370 |
|
a node if the |index| is negative. |
371 |
|
(setNamedItem): Various typos are fixed. |
372 |
|
(removeNamedItem): The node was not removed orz |
373 |
|
(cfg:clone-entity-reference-subtree, |
374 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
375 |
|
cfg:strict-document-children): Definitions are moved |
376 |
|
from the |MDOM:Tree| module. Note that the tests for default |
377 |
|
attributes still fail. |
378 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
379 |
|
(Attr): Role name was incorrect. |
380 |
|
|
381 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
382 |
|
not set. |
383 |
|
(AttributeDefinition): Role name was incorrect. |
384 |
|
|
385 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
386 |
|
module is added. |
387 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
388 |
|
implementations. |
389 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
390 |
|
implementations. |
391 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
392 |
|
they are defined as copies of ones in the |Entity| class. |
393 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
394 |
|
namespace unaware attributes. |
395 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
396 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
397 |
|
to namespace aware attributes are added. |
398 |
|
|
399 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
402 |
|
|
403 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
404 |
|
untested). |
405 |
|
(___report_error): Reimplemented (untested). |
406 |
|
(manakaiSetReadOnly): New method. |
407 |
|
(Attr.___create_node_ref): New method (untested). |
408 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
409 |
|
(createEntityReference, cloneNode): Support for |
410 |
|
the |cfg:entity-reference-read-only| configuration |
411 |
|
parameter is removed; newly created entity references |
412 |
|
are always read-only and use the |manakaiSetReadOnly| method |
413 |
|
if desired. |
414 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
415 |
|
|
416 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
417 |
|
the |MDOM:XML| Perl module. |
418 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
419 |
|
the |tc:implementation| internal property if its value |
420 |
|
is provided. The |infoset:content| internal property name |
421 |
|
was incorrect. |
422 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
423 |
|
read-only |NodeList| and |DOMStringList| are added |
424 |
|
for clarification. |
425 |
|
|
426 |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
427 |
|
|
428 |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |