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

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.211

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24