/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.201

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24