1 |
|
2006-12-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis, TreeCore.dis: Unused |role|s are removed. |
4 |
|
|
5 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMString.dis: New module. |
8 |
|
|
9 |
|
* DOMString.pm: New file. |
10 |
|
|
11 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
12 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
13 |
|
Now it references the |DOMImplementationRegistry| object. |
14 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
15 |
|
(DOMImplementationRegistry): New interface and |
16 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
17 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
18 |
|
that the class no longer support |get_implementation| |
19 |
|
and |get_implementation_list| methods from |
20 |
|
the |ImplementationRegistry| interface. |
21 |
|
(DOMImplementationList): Class implemented; no |
22 |
|
longer inherits from |ImplementationList|. |
23 |
|
(DOMImplementationSource): Class implemented; no |
24 |
|
longer inherits from |ImplementationSource|. Note that |
25 |
|
the class no longer support |get_implementation| |
26 |
|
and |get_implementation_list| methods from |
27 |
|
the |ImplementationSource| interface. |
28 |
|
(DOMStringList): Removed. |
29 |
|
|
30 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
31 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
32 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
33 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
34 |
|
module, obsolete property name aliases, |
35 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
36 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
37 |
|
ManakaiDOM:implID): Removed. |
38 |
|
|
39 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
40 |
|
(DOMString): Removed. |
41 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
42 |
|
|
43 |
|
* Makefile: |DOMString.pm| is added. |
44 |
|
|
45 |
|
* TreeCore.dis (is_default_namespace): |null| was |
46 |
|
returned where a false is expected (|null| is |
47 |
|
a false in Perl, but real |false| is appropriate here). |
48 |
|
|
49 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
52 |
|
|
53 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
54 |
|
|
55 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
56 |
|
|
57 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
60 |
|
ImplementationRegistry): Parameters |features| |
61 |
|
now allow |null| (equivalent to an empty string). |
62 |
|
|
63 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
66 |
|
class. Factory methods |createTextNode| and |createComment| |
67 |
|
are moved from |ManakaiDOMDocument|. |
68 |
|
|
69 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
70 |
|
are removed. |
71 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
72 |
|
(DOMImplementation.___create_node_ref): Support |
73 |
|
for the |mg:nodeRefClass| option is removed. |
74 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
75 |
|
from |ManakaiDOMObject| class. |
76 |
|
|
77 |
|
* DOMFeature.dis (domidl:extends): New property. |
78 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
79 |
|
|
80 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
81 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
82 |
|
(DOMDataType): Removed. |
83 |
|
|
84 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
85 |
|
The |createDocument| method is moved from |
86 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
87 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
88 |
|
(createElement, createElementNS, createAttribute, |
89 |
|
createAttributeNS, createTextNode, createComment, |
90 |
|
createCDATASection, createEntityReference, |
91 |
|
createProcessingInstruction): Class implementations |
92 |
|
are moved to each module. |
93 |
|
|
94 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
95 |
|
methods are moved from |Document.dis|. |
96 |
|
(ManakaiDOMElement.___create_node_ref): Support |
97 |
|
for old class registry is removed. |
98 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
99 |
|
(Attr.baseURI): Implementation |
100 |
|
for |xml:base| attribute is merged. |
101 |
|
(Attr.nodeValue, Attr.value): Implementation |
102 |
|
for |xml:id| attribute is merged. |
103 |
|
|
104 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
105 |
|
|
106 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
107 |
|
definition for |createDocumentType| method |
108 |
|
is moved from |TreeCore.dis|. |
109 |
|
|
110 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
111 |
|
methods are moved from |Document.dis|. |
112 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
113 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
114 |
|
|
115 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
118 |
|
statement was broken. |
119 |
|
|
120 |
|
* DOMFeature.dis (getImplementationList): Argument |
121 |
|
is not passed to the |getImplementation| method. |
122 |
|
|
123 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
124 |
|
did not |f:implements| the |TSFeature30| feature. |
125 |
|
|
126 |
|
* XMLParser.dis: Use |create_uri_reference| |
127 |
|
method instead of internal |_new| method |
128 |
|
to create a URI reference object. |
129 |
|
|
130 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
133 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
134 |
|
the |f:ManakaiMinimumImplementation| class inherited |
135 |
|
by it). The |f:Minimum| feature is ever implemented |
136 |
|
for compatibility (but is expected to be removed). |
137 |
|
Internal methods such as |___report_error| are copied from |
138 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
139 |
|
methods |hasFeature| and |getFeature| are also |
140 |
|
moved from that class, but they now support no |
141 |
|
foreign classes. |
142 |
|
|
143 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
144 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
145 |
|
The class no longer support classes |
146 |
|
other than |ManakaiDOMImplementation|. Note |
147 |
|
that the |ImplementationRegistry| object does continue |
148 |
|
to support foreign classes via foreign classes |
149 |
|
implementing |ImplementationSource| |
150 |
|
or |DOMImplementationSource| interface. |
151 |
|
(MinimumImplementation): Removed. |
152 |
|
|
153 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
154 |
|
longer inherit the |ManakaiDOMImplementation|; it |
155 |
|
is now expected to be implemented by |DOMImplementation| |
156 |
|
objects. |
157 |
|
|
158 |
|
* DOMMain.dis (null): Removed. |
159 |
|
|
160 |
|
* Document.dis (___create_node_ref): It no |
161 |
|
longer support foreign classes other |
162 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
163 |
|
Note that document format specific DOM |
164 |
|
interfaces, if supported, should be |
165 |
|
all instances of the |Document| interface |
166 |
|
in the implementation, as defined |
167 |
|
in the Web Applications 1.0 specification (where |
168 |
|
the |HTMLDocument| interface must be implemented |
169 |
|
by all |Document| objects, even if the |Document| |
170 |
|
contains no HTML element). |
171 |
|
|
172 |
|
* GenericLS.dis (GLSImplementation): It no |
173 |
|
longer inherit the |MinimumImplementation|; it |
174 |
|
is now expected to be implemented by |DOMImplementation| |
175 |
|
objects. |
176 |
|
(createGLSParser, createGLSSerializer): Load |
177 |
|
module implementing parser or serializer |
178 |
|
if necessary. |
179 |
|
|
180 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
181 |
|
longer inherits the |ManakaiDOMDocument|; it |
182 |
|
is now expected to be implemented by |Document| |
183 |
|
objects. |
184 |
|
|
185 |
|
* XDP.dis (XDPDocument): It no longer |
186 |
|
inherits the |Document|; it is now expected |
187 |
|
to be implemented by all |Document| objects. |
188 |
|
|
189 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
190 |
|
longer inherits the |ManakaiDOMDocument|; it |
191 |
|
is now expected to be implemented by |Document| |
192 |
|
objects. |
193 |
|
|
194 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
197 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
198 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
199 |
|
|
200 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
201 |
|
the |ManakaiDOMImplementation| class. |
202 |
|
|
203 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* DOMFeature.dis: Definitions for various concepts |
206 |
|
are added. |
207 |
|
|
208 |
|
* GenericLS.dis (GLSImplementation): It no |
209 |
|
longer inherits the |MinimumImplementation|; rather, |
210 |
|
any |ManakaiMinimumImplementation| object also |
211 |
|
implements |GLSImplementation| methods. |
212 |
|
|
213 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
214 |
|
longer inherits the |DOMImplementation|; rather, |
215 |
|
any |ManakaiDOMImplementation| object also |
216 |
|
implements |DOMImplementationTreeStore| methods. |
217 |
|
|
218 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* TreeStore.pm: Added to the CVS repository |
221 |
|
to enable for the dis database to contain XML |
222 |
|
fragments. |
223 |
|
|
224 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
225 |
|
|
226 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
227 |
|
|
228 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
231 |
|
|
232 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
233 |
|
|
234 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
235 |
|
|
236 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
239 |
|
any |%|s in |xdp:attr-definition| children. |
240 |
|
|
241 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
244 |
|
name property is added. |
245 |
|
|
246 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* XDP.dis (createXDPIf): New method. |
249 |
|
(XDPIfElement): New interface. |
250 |
|
|
251 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
254 |
|
New methods. |
255 |
|
|
256 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
259 |
|
are added. |
260 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
261 |
|
|
262 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
264 |
|
* Traversal.dis (SerialWalker): New interface. |
265 |
|
(manakaiCreateSerialWalker): New method. |
266 |
|
|
267 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
269 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
270 |
|
rather than |&{}| dereferencing. |
271 |
|
(acceptNode): Implemented. |
272 |
|
|
273 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* XDP.dis: New module. |
276 |
|
|
277 |
|
* Makefile: |XDP.dis| is added. |
278 |
|
|
279 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
280 |
|
and |OutputProcessor| are added. |
281 |
|
|
282 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
285 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
286 |
|
is added. The |FILTER_REJECT| value is treated |
287 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
288 |
|
rejected subtree as specified in the spec. |
289 |
|
|
290 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
293 |
|
|
294 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
297 |
|
|
298 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* .cvsignore: Updated. |
301 |
|
|
302 |
|
* Traversal.dis: Unused declarations are removed. |
303 |
|
|
304 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
305 |
|
|
306 |
|
* CharacterData.dis (Require): A reference to |
307 |
|
the |MDOM:Traversal| module is added. |
308 |
|
(wholeText): Implemented. |
309 |
|
|
310 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
312 |
|
* Makefile: |Traversal.dis| is added. |
313 |
|
|
314 |
|
* Traversal.dis: New module. |
315 |
|
|
316 |
|
* TreeCore.dis (___report_error): Return value was |
317 |
|
not propagated. |
318 |
|
|
319 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
320 |
|
|
321 |
|
* Element.dis (removeAttributeNS): A runtime error |
322 |
|
was occurred if there was no specified attribute node. |
323 |
|
|
324 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
325 |
|
|
326 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
329 |
|
New attributes. |
330 |
|
|
331 |
|
(StaticNodeList): New interface. |
332 |
|
|
333 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
336 |
|
|
337 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* SimpleLS.dis: Reimplemented. |
340 |
|
|
341 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
344 |
|
a qualified name. |
345 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
346 |
|
|
347 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
348 |
|
(normalize): Implemented. |
349 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
350 |
|
class. |
351 |
|
|
352 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
355 |
|
|
356 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* CharacterData.dis (length, insertData, substringData, |
359 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
360 |
|
|
361 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
362 |
|
(c:index): The definition was missing. |
363 |
|
(c:length): New property. |
364 |
|
|
365 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
367 |
|
* XMLParser.dis (close): Invoke |close| method |
368 |
|
rather than |close| function. |
369 |
|
|
370 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
371 |
|
|
372 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
373 |
|
|
374 |
|
* CharacterData.pm: Added to the CVS repository. |
375 |
|
|
376 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
377 |
|
interfaces are removed. |
378 |
|
(Require): A reference to the |MDOM:CharacterData| module |
379 |
|
is added. |
380 |
|
|
381 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
382 |
|
|
383 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
384 |
|
|
385 |
|
* Makefile: |CharacterData.pm| is added. |
386 |
|
|
387 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
390 |
|
module. |
391 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
392 |
|
object. |
393 |
|
(resolveLSInput default implementation): The |byteStream| |
394 |
|
and |encoding| attributes of the |LSInput| interface |
395 |
|
are now supported. |
396 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
397 |
|
(InputFile.inputEncoding): New attribute. |
398 |
|
|
399 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* Document.dis (adoptNode test): Documents were |
402 |
|
made by different documents. |
403 |
|
|
404 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
407 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
408 |
|
|
409 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
412 |
|
are replaced by |disPerl:EXCEPTION|s. |
413 |
|
|
414 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
415 |
|
|
416 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
417 |
|
|
418 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
419 |
|
parameter |cfg:dtd-default-attributes| is renamed |
420 |
|
as |cfg:dtd-default-attribute|. |
421 |
|
(Roles): Definitions are changed so that classes |
422 |
|
that implement those classes MUST implement the |Node| |
423 |
|
and its subinterfaces. |
424 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
425 |
|
|
426 |
|
* Document.dis (adoptNode): Don't throw exception |
427 |
|
if |strictErrorChecking| is |false|. |
428 |
|
|
429 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
430 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
431 |
|
configuration parameter is set to |false|. |
432 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
433 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
434 |
|
configuration parameter is set to |false|. |
435 |
|
|
436 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
437 |
|
|
438 |
|
* TreeStore.dis: New module. |
439 |
|
|
440 |
|
* Makefile: |TreeStore.dis| is added. |
441 |
|
|
442 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* XMLParser.dis: Updated so that it can be used |
445 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
446 |
|
and |XML.pm|. Set the read-only flag to |
447 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
448 |
|
|
449 |
|
* Node.dis (textContent): It did not handle descendant |
450 |
|
element and entity reference nodes. |
451 |
|
|
452 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
453 |
|
definition has been changed to return only explicit |
454 |
|
base URI specification. |
455 |
|
|
456 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
457 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
458 |
|
|
459 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
460 |
|
|
461 |
|
* Tree.pm, DOMXML.pm: Removed. |
462 |
|
|
463 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
464 |
|
to the CVS repository since they are necessary to |
465 |
|
build the dis library. |
466 |
|
|
467 |
|
* Makefile: Sync'ed to new modules disposition. |
468 |
|
|
469 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
471 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
472 |
|
removed. For |Element.pm| and |Document.pm| are added. |
473 |
|
|
474 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
475 |
|
|
476 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
477 |
|
|
478 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
480 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
481 |
|
for new class information variables. |
482 |
|
(DOMLS:Generic): This old feature name is removed. |
483 |
|
|
484 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
485 |
|
for new class information variables. |
486 |
|
|
487 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
488 |
|
(Document, Element.___create_node_ref): New method |
489 |
|
implementations. |
490 |
|
|
491 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
492 |
|
|
493 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
494 |
|
Reimplemented. |
495 |
|
(isId): Setter is added. |
496 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
497 |
|
module. |
498 |
|
|
499 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
500 |
|
|
501 |
|
* Makefile (clean-db): New rule. |
502 |
|
|
503 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
504 |
|
the user data handler when the node is removed |
505 |
|
from the memory. |
506 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
507 |
|
if DTD attribute definition is available. |
508 |
|
(CharacterData members): Definitions copied from |
509 |
|
the |MDOM:Tree| module. |
510 |
|
|
511 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
512 |
|
|
513 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
514 |
|
|
515 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
516 |
|
class did not implement the |GetFeature| interface. |
517 |
|
(hasFeature): The |+| prefix was not taken into account. |
518 |
|
|
519 |
|
* TreeCore.dis (Node): The class now inherits |
520 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
521 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
522 |
|
interfaces. |
523 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
524 |
|
is supported. |
525 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
526 |
|
(manakaiParentElement): New attribute. |
527 |
|
|
528 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
529 |
|
is removed. |
530 |
|
(lookupPrefix): Old method implementation is removed. |
531 |
|
|
532 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
533 |
|
missing because of the |DISCore:stopISARecursive| property. |
534 |
|
|
535 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
536 |
|
They now pass all tests included in those modules! |
537 |
|
|
538 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
539 |
|
|
540 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
541 |
|
module is added. |
542 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
543 |
|
(ManakaiDOMImplementation): It now inherits |
544 |
|
the |urigen:ManakaiURIImplementation| class and |
545 |
|
implements the |ecore:MUErrorTarget| interface. It no |
546 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
547 |
|
(ManakaiDOMImplementation.___report_error): New method. |
548 |
|
|
549 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
550 |
|
module instead of |Util:ManakaiNode| module. |
551 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
552 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
553 |
|
(ManakaiMinimumImplementation): Now it is built |
554 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
555 |
|
module. |
556 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
557 |
|
(c:implementation): Removed. |
558 |
|
(f:implementation, f:revImplementation): New properties. |
559 |
|
|
560 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
561 |
|
|
562 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
563 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
564 |
|
cfg:strict-document-children): Removed (moved |
565 |
|
to the |MDOM:TreeCore| module). |
566 |
|
|
567 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
568 |
|
module is removed. |
569 |
|
(ManakaiDOMImplementationTC): Some members are removed |
570 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
571 |
|
or the |f:ManakaiMinimumImplementation|. |
572 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
573 |
|
(replaceChildImpl1): A typo on the removing the parent node |
574 |
|
of the old child node is fixed. |
575 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
576 |
|
module). |
577 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
578 |
|
to the |MDOM:DOMFeature| module). |
579 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
580 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
581 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
582 |
|
when the new value is |null|. |
583 |
|
(Attr.___create_node_ref): Attribute name and |
584 |
|
owner element type specific classes are supported (it |
585 |
|
was partially implemented but was incorrect). |
586 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
587 |
|
a node if the |index| is negative. |
588 |
|
(setNamedItem): Various typos are fixed. |
589 |
|
(removeNamedItem): The node was not removed orz |
590 |
|
(cfg:clone-entity-reference-subtree, |
591 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
592 |
|
cfg:strict-document-children): Definitions are moved |
593 |
|
from the |MDOM:Tree| module. Note that the tests for default |
594 |
|
attributes still fail. |
595 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
596 |
|
(Attr): Role name was incorrect. |
597 |
|
|
598 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
599 |
|
not set. |
600 |
|
(AttributeDefinition): Role name was incorrect. |
601 |
|
|
602 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
603 |
|
module is added. |
604 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
605 |
|
implementations. |
606 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
607 |
|
implementations. |
608 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
609 |
|
they are defined as copies of ones in the |Entity| class. |
610 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
611 |
|
namespace unaware attributes. |
612 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
613 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
614 |
|
to namespace aware attributes are added. |
615 |
|
|
616 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
617 |
|
|
618 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
619 |
|
|
620 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
621 |
|
untested). |
622 |
|
(___report_error): Reimplemented (untested). |
623 |
|
(manakaiSetReadOnly): New method. |
624 |
|
(Attr.___create_node_ref): New method (untested). |
625 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
626 |
|
(createEntityReference, cloneNode): Support for |
627 |
|
the |cfg:entity-reference-read-only| configuration |
628 |
|
parameter is removed; newly created entity references |
629 |
|
are always read-only and use the |manakaiSetReadOnly| method |
630 |
|
if desired. |
631 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
632 |
|
|
633 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
634 |
|
the |MDOM:XML| Perl module. |
635 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
636 |
|
the |tc:implementation| internal property if its value |
637 |
|
is provided. The |infoset:content| internal property name |
638 |
|
was incorrect. |
639 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
640 |
|
read-only |NodeList| and |DOMStringList| are added |
641 |
|
for clarification. |
642 |
|
|
643 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
644 |
|
|
645 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
646 |
|
module is added. |
647 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
648 |
|
implementation (untested). |
649 |
|
|
650 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
651 |
|
(Roles): Definitions added. |
652 |
|
|
653 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
654 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
655 |
|
module is removed. |
656 |
|
(DocumentXDoctype): Reimplemented (untested). |
657 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
658 |
|
Reimlemented (untested). |
659 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
660 |
|
|
661 |
|
* XML.dis (FeatureDef): New features (definitions copied |
662 |
|
from the |MDOM:DOMXML| module). |
663 |
|
(DocumentType): New interface (definition copied from |
664 |
|
the |MDOM:DOMXML| module). |
665 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
666 |
|
Reimplemented (untested). |
667 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
668 |
|
|
669 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
670 |
|
|
671 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
672 |
|
|
673 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
674 |
|
|
675 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
676 |
|
(Text, DocumentFragment, Comment): Most members are |
677 |
|
reimplemented (untested). |
678 |
|
|
679 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
680 |
|
|
681 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
682 |
|
removed to sync with DOM Level 3 Core specification. |
683 |
|
|
684 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
685 |
|
(GetElementsNodeList): Reimplemented (untested). |
686 |
|
|
687 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
688 |
|
|
689 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
690 |
|
parameter must also affect on |manakaiAppendText| |
691 |
|
and |textContent| on |Document| nodes. |
692 |
|
|
693 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
694 |
|
parameter changes the class to |bless|. |
695 |
|
(Node): Most methods are reimplemented. (Untested) |
696 |
|
(CharacterData, Attr): Most methods and attributes are |
697 |
|
reimplemented. (Untested) |
698 |
|
|
699 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
700 |
|
reimplemented (untested). |
701 |
|
|
702 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
703 |
|
|
704 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
705 |
|
(untested). |
706 |
|
|
707 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
708 |
|
|
709 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
710 |
|
a qualified name. |
711 |
|
|
712 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
713 |
|
the prefix if it is an empty string. (Note that |
714 |
|
it is defined as implementation dependent in |
715 |
|
DOM Level 3 Core specification). |
716 |
|
|
717 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
718 |
|
module. |
719 |
|
(Node): Attributes are reimplemented (untested). |
720 |
|
|
721 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
722 |
|
module. |
723 |
|
(Node): Attributes are reimplemented (untested). |
724 |
|
(Entity, Notation): New interfaces. |
725 |
|
|
726 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
727 |
|
|
728 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
729 |
|
|
730 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
731 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
732 |
|
replaceChild, removeChild, createDocumentFragment, |
733 |
|
createEntityReference, createProcessingInstruction, |
734 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
735 |
|
(NodeList, DocumentFragment): New interfaces. |
736 |
|
|
737 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
738 |
|
|
739 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
740 |
|
|
741 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
742 |
|
(createAttributeNS, createTextNode, createComment, |
743 |
|
createCDATASection): New methods. |
744 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
745 |
|
|
746 |
|
* Makefile: |XML.dis| is added. |
747 |
|
|
748 |
|
* XML.dis: New module. |
749 |
|
|
750 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
751 |
|
|
752 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
753 |
|
|
754 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
755 |
|
|
756 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
757 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
758 |
|
(Element): New interface. |
759 |
|
(createElementNS): New method. |
760 |
|
(strictErrorChecking): New. |
761 |
|
|
762 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
763 |
|
|
764 |
|
* Makefile: |TreeCore.dis| is added. |
765 |
|
|
766 |
|
* TreeCore.dis: New module. |
767 |
|
|
768 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
769 |
|
|
770 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
771 |
|
parameter. |
772 |
|
|
773 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
774 |
|
|
775 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
776 |
|
data types added to configuration parameters. |
777 |
|
|
778 |
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
779 |
|
|
780 |
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |