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

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.203

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24