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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24