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