/[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.142 by wakaba, Tue Mar 7 10:30:31 2006 UTC revision 1.227 by wakaba, Sat Jun 23 12:47:12 2007 UTC
# Line 1  Line 1 
1    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
4            (manakai_is_html): Revised.
5            (Document): Now it implements the |HTMLDocument| interface.
6            (adopt_node): Alpha version.
7    
8            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
9            not |allowed_token|!
10    
11            * ElementTypeDefinition.pm (attribute_definitions): Don't
12            return an |undef| even if its |attribute_definitions|
13            list is not created.
14    
15    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
16    
17            * Comment.pm (node_type): Node type was incorrect!
18    
19            * DOMConfiguration.pm (get_parameter): Alpha.
20    
21            * DOMImplementation.pm (create_mc_decode_handler,
22            create_charset_name_from_uri, create_uri_from_charset_name):
23            New autoload configuration.  Note that the Message::Charset::Encode
24            module is subject to change.
25    
26            * XMLParserTemp.pm: Now it can be used with new version
27            of DOM implementation.  Current plan is to replace it by
28            an XML5 parser someday.
29    
30    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
31    
32            * DOMLocator.pm: New module.
33    
34            * DOMError.pm: New module.
35    
36    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
37    
38            * Node.pm (manakai_expanded_uri, manakai_parent_element,
39            clone_node, compare_document_position, has_attributes,
40            has_child_nodes, is_default_namespace, lookup_namespace_uri,
41            lookup_prefix, normalize): Implemented.
42    
43            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
44    
45            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
46    
47    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
48    
49            * AttributeDefinition.pm (____new): Set an empty list
50            to the |allowed_tokens| attribute.
51            (allowed_token): Alpha version.
52    
53            * DocumentType.pm (get_element_type_definition_node,
54            get_notation_node): ALpha version.
55    
56            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
57            version.
58    
59            * Entity.pm (notation_name): Implemented.
60    
61    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
62    
63            * Attr.pm (____new): Initialize |specified| as 1.
64            (base_uri, manakai_attribute_type, specified): Implemented.
65            (prefix): Don't check read-only flag unless |strict_error_checking|.
66            (value): Call |text_content| for now.
67    
68            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
69            (declared_type, default_type): Implemented.
70    
71            * CharacterData.pm (____new): Allow a scalar reference
72            as an input for the |data| attribute.
73            (base_uri, manakai_append_text): Implemented.
74    
75            * DOMConfiguration.pm (set_parameter): Resetting implemented.
76    
77            * DOMDocument.pm (____new): Set default values to
78            configuration parameter whose default is true.
79            (document_uri, input_encoding): Implemented.
80            (all_declarations_processed, manakai_is_html): Implemented.
81            (base_uri, manakai_append_text,
82            manakai_entity_base_uri, strict_error_checking,
83            xml_encoding, xml_version, xml_standalone): Implemented.
84    
85            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
86            (get_attribute, get_attribute_node): Alpha version.
87            (set_attribute_node, set_attribute_node_ns): Implemented.
88            (set_attribute_ns): Accept non-ARRAY qualified name.
89    
90            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
91            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
92    
93            * DocumentType.pm (public_id, system_id): Implemented.
94            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
95            manakai_append_text): Implemented.
96            (element_types, general_entities, notations,
97            set_element_type_definition_node, set_general_entity_node,
98            set_notation_node): Alpha version.
99    
100            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
101            (attribute_definitions, set_attribute_definition_node): Alpha version.
102    
103            * Entity.pm (has_replacement_tree, public_id, system_id,
104            manakai_declaration_base_uri, manakai_entity_base_uri,
105            manakai_entity_uri): Implemented.
106    
107            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
108            (base_uri, manakai_entity_base_uri): Implemented.
109    
110            * Node.pm (base_uri): Implemented.
111            (text_content): Don't check read-only or not
112            unless |strict_error_checking|.
113            (manakai_append_text): Implemented.
114            (get_feature): Alpha.
115            (manakai_set_read_only): Implemented.
116    
117            * Notation.pm (public_id, system_id, manakai_append_text,
118            manakai_declaration_base_uri): Implemented.
119    
120            * ProcessingInstruction.pm (manakai_base_uri,
121            base_uri, manakai_append_text): Implemented.
122    
123    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DOMConfiguration.pm: New module.
126    
127            * Attr.pm (trivial accessor for read-write attributes): Throw
128            an exception if the node is read-only.  Delete the property
129            if undef is specified.
130            (prefix): Implemented.
131    
132            * DOMElement.pm (trivial accessor for read-write attributes): Throw
133            an exception if the node is read-only.  Delete the property
134            if undef is specified.
135            (prefix): Implemented.
136            (text_content, manakai_append_text): Old implementations are removed.
137    
138            * DOMCharacterData.pm (text_content): Implemented.
139    
140            * DOMDocument.pm (____new): Initialize the strict-document-children
141            parameter by true.
142            (text_content): Reimplemented.
143            (dom_config): New.
144    
145            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
146    
147            * DocumentType.pm (text_content): Implemented.
148    
149            * ElementTypeDefinition.pm (text_content): Implemented.
150    
151            * Node.pm (___report_error): New method.
152            (text_content): Implemented.
153            (manakai_append_text): Copied from |DOMElement.pm|.
154    
155            * Notation.pm (text_content): Implemented.
156    
157            * ProcessingInstruction.pm (text_content): Implemented.
158    
159            * Text.pm (is_element_content_whitespace): Alpha version.
160    
161    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DOMException.pm (Message::IF::DOMException): Extends
164            the |Message::Util::Error| class.
165    
166            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
167            (CLEAR): Not all items were removed.
168    
169    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
170    
171            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
172            DocumentType.pm, Entity.pm,
173            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
174    
175            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
176            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
177    
178            * DOMDocument.pm (AUTOLOAD): Typo fixed.
179    
180            * Node.pm (==, !=): Implemented.
181            (manakai_read_only): Implemented.
182            (is_same_node): Implemented.
183            (is_equal_node): Alpha version.
184            (manakai_set_read_only): Alpha version.
185            (child_nodes, first_child, last_child, previous_sibling): Duplicate
186            definitions are removed.
187    
188    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
189    
190            * Node.pm: First alpha version of implementation of attributes.
191    
192    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
193    
194            * ProcessingInstruction.pm, EntityReference.pm,
195            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
196            ElementTypeDefinition.pm, AttributeDefinition.pm,
197            DocumentType.pm, DOMElement.pm, Attr.pm,
198            CharacterData.pm, Text.pm, Comment.pm (node_name,
199            node_value, node_type): Implemented.
200    
201    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
202    
203            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
204            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
205            AttributeDefinition.pm: New modules.
206    
207            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
208            (create_attribute_definition, create_element_type_definition,
209            create_document_type_definition, create_cdata_section,
210            create_processing_instruction, create_entity_reference,
211            create_general_entity, create_notation): Prototypes added.
212    
213            * DOMImplementation.pm (create_document_type): Prototype added.
214    
215            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
216            and 'Message::IF::DocumentTypeDeclaration' added.
217            (create_document_type, create_document_type_definition):
218            New methods.
219    
220    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
221    
222            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
223            DOMElement.pm, Attr.pm, DocumentType.pm,
224            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
225            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
226    
227    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
228    
229            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
230            specifies unknown value and trys to recover from the error.
231    
232    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
233    
234            * TreeCore.dis (manakaiLocalName): New attribute.
235    
236    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
237    
238            * GenericLS.dis (GLSException): New interface.
239    
240    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
241    
242            * |InputProcessor|s and |OutputProcessor|s are
243            named so that |report| statements in Perl
244            module outputs can be identified by name. |dis:dataType|s
245            of |DISCore:TFQNames| are all replaced
246            by |DISCore:QName|.
247    
248    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
249    
250            * Element.dis (createElementNS): If an array reference
251            is specified as the |qualifiedName| parameter,
252            don't set the first item as the local name
253            even if the second item is not specified (or
254            specified as |undef|).
255            (createElementNS, setAttribute, setAttributeNS,
256            removeAttribute, removeAttributeNS,
257            setAttributeNode, setAttributeNodeNS,
258            removeAttributeNode, removeAttributeNodeNS): Sets
259            or removes the |tc:contentAttributeList| value.
260    
261            * TreeCore.dis (AttrMap.item): Caches the result
262            of sorting of content attribute names.
263            (getAttrMap, getElementTypeDefNodeMap,
264            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
265            (tc:contentAttributeList): New property.
266    
267    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
268    
269            * DOMFeature.dis (ForDef): Removed.
270            (f:provides, f:through): Removed.
271            (Version): Removed.
272            (implementFeature): Removed.
273    
274    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
275    
276            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
277            GenericLS.dis, TreeCore.dis, DOMString.dis,
278            XML.dis, Element.dis, Document.dis, TreeStore,dis,
279            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
280            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
281            are removed.
282    
283    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
284    
285            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
286            GenericLS.dis, TreeCore.dis, DOMString.dis,
287            XML.dis, Element.dis, Document.dis, TreeStore,dis,
288            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
289            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
290            and |DefaultFor|s are removed.
291    
292    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
293    
294            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
295            GenericLS.dis, TreeCore.dis, DOMString.dis,
296            XML.dis, Element.dis, Document.dis, TreeStore,dis,
297            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
298            SimpleLS.dis, DOMMain.dis: References
299            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
300            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
301            modes are removed.
302    
303    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
304    
305            * CharacterData.dis, TreeCore.dis (Require): References
306            to the |Grove.dis| module are removed.
307    
308    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
309    
310            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
311            (Require): Reference to the |Grove.dis| module is removed.
312    
313    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DOMCore.dis (ManakaiDOMImplementation): The
316            class is no longer plays the role of
317            a |mg:NodeRefRole|.  Redundant |f:provides|
318            properties are removed.
319    
320    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
321    
322            * TreeCore.dis, DOMCore.dis, Document.dis,
323            Element.dis, CharacterData.dis, XML.dis,
324            XDoctype.dis, DOMString.dis, TreeStore.dis,
325            XMLParser.dis: Use Perl native
326            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
327            for DOM nodes.  See
328            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
329    
330    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
331    
332            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
333    
334    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
335    
336            * DOMString.dis: New module.
337    
338            * DOMString.pm: New file.
339    
340            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
341            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
342            Now it references the |DOMImplementationRegistry| object.
343            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
344            (DOMImplementationRegistry): New interface and
345            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
346            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
347            that the class no longer support |get_implementation|
348            and |get_implementation_list| methods from
349            the |ImplementationRegistry| interface.
350            (DOMImplementationList): Class implemented; no
351            longer inherits from |ImplementationList|.
352            (DOMImplementationSource): Class implemented; no
353            longer inherits from |ImplementationSource|.  Note that
354            the class no longer support |get_implementation|
355            and |get_implementation_list| methods from
356            the |ImplementationSource| interface.
357            (DOMStringList): Removed.
358    
359            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
360            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
361            ManakaiDOM:DOMXMLFeatureXML11, most part of
362            documentation for obsolete DOM Level 3 Minimum Implementation
363            module, obsolete property name aliases,
364            ImplemenationRegistryVar, ImplementationRegistry,
365            DEBUG, MIString, ImplementationList, ImplementationSource,
366            ManakaiDOM:implID): Removed.
367    
368            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
369            (DOMString): Removed.
370            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
371    
372            * Makefile: |DOMString.pm| is added.
373    
374            * TreeCore.dis (is_default_namespace): |null| was
375            returned where a false is expected (|null| is
376            a false in Perl, but real |false| is appropriate here).
377    
378    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
379    
380            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
381    
382            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
383    
384            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
385    
386    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
387    
388            * DOMFeature.dis (ImplementationList, ImplementationSource,
389            ImplementationRegistry): Parameters |features|
390            now allow |null| (equivalent to an empty string).
391    
392    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
393    
394            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
395            class.  Factory methods |createTextNode| and |createComment|
396            are moved from |ManakaiDOMDocument|.
397    
398            * DOMCore.dis: References to |ManakaiDOMObject|
399            are removed.
400            (tc:createImplForTest): Moved from |TreeCore.dis|.
401            (DOMImplementation.___create_node_ref): Support
402            for the |mg:nodeRefClass| option is removed.
403            (ManakaiDOMConfiguration.___report_error): Moved
404            from |ManakaiDOMObject| class.
405    
406            * DOMFeature.dis (domidl:extends): New property.
407            (f:getFeatureImpl): Support for |+| classes is removed.
408    
409            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
410            (ManakaiDOM:ManakaiDOMObject): Removed.
411            (DOMDataType): Removed.
412    
413            * Document.dis (ManakaiDOMImplementationDocument):
414            The |createDocument| method is moved from
415            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
416            (ManakaiDOMDocument.___create_node_ref): Removed.
417            (createElement, createElementNS, createAttribute,
418            createAttributeNS, createTextNode, createComment,
419            createCDATASection, createEntityReference,
420            createProcessingInstruction): Class implementations
421            are moved to each module.
422    
423            * Element.dis (ManakaiDOMImplementationElement): Factory
424            methods are moved from |Document.dis|.
425            (ManakaiDOMElement.___create_node_ref): Support
426            for old class registry is removed.
427            (ManakaiDOMAttr.___create_node_ref): Removed.
428            (Attr.baseURI): Implementation
429            for |xml:base| attribute is merged.
430            (Attr.nodeValue, Attr.value): Implementation
431            for |xml:id| attribute is merged.
432    
433            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
434    
435            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
436            definition for |createDocumentType| method
437            is moved from |TreeCore.dis|.
438    
439            * XML.dis (ManakaiDOMXMLDocument): Factory
440            methods are moved from |Document.dis|.
441            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
442            into |ManakaiDOMAttr| in |Element.dis|).
443    
444    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
445    
446            * Element.dis (___get_node_ref): |eval|ed |require|
447            statement was broken.
448    
449            * DOMFeature.dis (getImplementationList): Argument
450            is not passed to the |getImplementation| method.
451    
452            * TreeStore.dis (DOMImplementationTreeStore): It
453            did not |f:implements| the |TSFeature30| feature.
454    
455            * XMLParser.dis: Use |create_uri_reference|
456            method instead of internal |_new| method
457            to create a URI reference object.
458    
459    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
460    
461            * DOMCore.dis (ManakaiDOMImplementation): No longer
462            explicitly inherits |urigen:ManakaiURIImplementation| (and
463            the |f:ManakaiMinimumImplementation| class inherited
464            by it).  The |f:Minimum| feature is ever implemented
465            for compatibility (but is expected to be removed).
466            Internal methods such as |___report_error| are copied from
467            obsolete |f:MinimumImplementation| class.  DOM3
468            methods |hasFeature| and |getFeature| are also
469            moved from that class, but they now support no
470            foreign classes.
471    
472            * DOMFeature.dis (ManakaiImplementationSource): It
473            now |p:require|s |Message::Util::AutoLoad::Registry|.
474            The class no longer support classes
475            other than |ManakaiDOMImplementation|.  Note
476            that the |ImplementationRegistry| object does continue
477            to support foreign classes via foreign classes
478            implementing |ImplementationSource|
479            or |DOMImplementationSource| interface.
480            (MinimumImplementation): Removed.
481    
482            * DOMLS.dis (ManakaiDOMImplementationLS): It no
483            longer inherit the |ManakaiDOMImplementation|; it
484            is now expected to be implemented by |DOMImplementation|
485            objects.
486    
487            * DOMMain.dis (null): Removed.
488    
489            * Document.dis (___create_node_ref): It no
490            longer support foreign classes other
491            than |Message::DOM::Document::ManakaiDOMDocument|.
492            Note that document format specific DOM
493            interfaces, if supported, should be
494            all instances of the |Document| interface
495            in the implementation, as defined
496            in the Web Applications 1.0 specification (where
497            the |HTMLDocument| interface must be implemented
498            by all |Document| objects, even if the |Document|
499            contains no HTML element).
500    
501            * GenericLS.dis (GLSImplementation): It no
502            longer inherit the |MinimumImplementation|; it
503            is now expected to be implemented by |DOMImplementation|
504            objects.
505            (createGLSParser, createGLSSerializer): Load
506            module implementing parser or serializer
507            if necessary.
508    
509            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
510            longer inherits the |ManakaiDOMDocument|; it
511            is now expected to be implemented by |Document|
512            objects.
513    
514            * XDP.dis (XDPDocument): It no longer
515            inherits the |Document|; it is now expected
516            to be implemented by all |Document| objects.
517    
518            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
519            longer inherits the |ManakaiDOMDocument|; it
520            is now expected to be implemented by |Document|
521            objects.
522    
523    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
524    
525            * DOMCore.dis (ManakaiDOMImplementation): No longer
526            explicitly inherits |tc:ManakaiDOMImplementationTC|.
527            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
528    
529            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
530            the |ManakaiDOMImplementation| class.
531    
532    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
533    
534            * DOMFeature.dis: Definitions for various concepts
535            are added.
536    
537            * GenericLS.dis (GLSImplementation): It no
538            longer inherits the |MinimumImplementation|; rather,
539            any |ManakaiMinimumImplementation| object also
540            implements |GLSImplementation| methods.
541    
542            * TreeStore.dis (DOMImplementationTreeStore): It no
543            longer inherits the |DOMImplementation|; rather,
544            any |ManakaiDOMImplementation| object also
545            implements |DOMImplementationTreeStore| methods.
546    
547    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
548    
549            * TreeStore.pm: Added to the CVS repository
550            to enable for the dis database to contain XML
551            fragments.
552    
553            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
554    
555            * TreeStore.dis (Namespace): Namespace URI was incorrect.
556    
557    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
558    
559            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
560    
561            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
562    
563            * XDP.dis (dtdText): Test assertion was incorrect.
564    
565    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
566    
567            * XDP.dis (XDPEntityValue.stringify): Don't escape
568            any |%|s in |xdp:attr-definition| children.
569    
570    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
571    
572            * XDP.dis (createXDPRNIKeyword): The Perl method
573            name property is added.
574    
575    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
576    
577            * XDP.dis (createXDPIf): New method.
578            (XDPIfElement): New interface.
579    
580    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
581    
582            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
583            New methods.
584    
585    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
586    
587            * XDP.dis (XDPDocument): A number of constructor methods
588            are added.
589            (XDPTextDecl.dtdText): The |xml| target was missing.
590    
591    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
592    
593            * Traversal.dis (SerialWalker): New interface.
594            (manakaiCreateSerialWalker): New method.
595    
596    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
597    
598            * Traversal.dis (testNode): Calls |acceptNode| method
599            rather than |&{}| dereferencing.
600            (acceptNode): Implemented.
601    
602    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
603    
604            * XDP.dis: New module.
605    
606            * Makefile: |XDP.dis| is added.
607    
608            * Traversal.dis (NodeFilter): |InputProcessor|
609            and |OutputProcessor| are added.
610    
611    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
612    
613            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
614            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
615            is added.  The |FILTER_REJECT| value is treated
616            as |FILTER_ACCEPT| if the |currentNode| is in the
617            rejected subtree as specified in the spec.
618    
619    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
620    
621            * SimpleLS.dis: An |xmlns:| prefix was missing.
622    
623    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
624    
625            * SimpleLS.dis: Namespace bugs are fixed.
626    
627    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
628    
629            * .cvsignore: Updated.
630    
631            * Traversal.dis: Unused declarations are removed.
632    
633    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
634    
635            * CharacterData.dis (Require): A reference to
636            the |MDOM:Traversal| module is added.
637            (wholeText): Implemented.
638    
639    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
640    
641            * Makefile: |Traversal.dis| is added.
642    
643            * Traversal.dis: New module.
644    
645            * TreeCore.dis (___report_error): Return value was
646            not propagated.
647    
648    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
649    
650            * Element.dis (removeAttributeNS): A runtime error
651            was occurred if there was no specified attribute node.
652    
653            * TreeCore.dis (manakaiLanguage): New attribute.
654    
655    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
656    
657            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
658            New attributes.
659    
660            (StaticNodeList): New interface.
661    
662    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
663    
664            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
665    
666    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
667    
668            * SimpleLS.dis: Reimplemented.
669    
670    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
671    
672            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
673            a qualified name.
674            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
675    
676            * TreeCore.dis (compareDocumentPosition): Implemented.
677            (normalize): Implemented.
678            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
679            class.
680    
681    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
682    
683            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
684    
685    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
686    
687            * CharacterData.dis (length, insertData, substringData,
688            appendData, deleteData, replaceData, splitText): Reimplemented.
689    
690            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
691            (c:index): The definition was missing.
692            (c:length): New property.
693    
694    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
695    
696            * XMLParser.dis (close): Invoke |close| method
697            rather than |close| function.
698    
699    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
700    
701            * CharacterData.dis: New module split from |TreeCore.dis|.
702    
703            * CharacterData.pm: Added to the CVS repository.
704    
705            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
706            interfaces are removed.
707            (Require): A reference to the |MDOM:CharacterData| module
708            is added.
709    
710            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
711    
712            * DOMCore.dis (StringOutOfBoundsException): New error.
713    
714            * Makefile: |CharacterData.pm| is added.
715    
716    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
717    
718            * XMLParser.dis (Require): Requires the |MCharset:Encode|
719            module.
720            (parse): Set the |inputEncoding| attribute of the generated document
721            object.
722            (resolveLSInput default implementation): The |byteStream|
723            and |encoding| attributes of the |LSInput| interface
724            are now supported.
725            (resolveLSInput): Parameters |impl| and |parser| are added.
726            (InputFile.inputEncoding): New attribute.
727    
728    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
729    
730            * Document.dis (adoptNode test): Documents were
731            made by different documents.
732    
733    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
734    
735            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
736            parameter is changed to |cfg:dtd-default-attribute|.
737    
738    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
739    
740            * TreeCore.dis: The |DOMMain:raiseException| elements
741            are replaced by |disPerl:EXCEPTION|s.
742    
743    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
744    
745            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
746    
747            * Node.dis (cfg:dtd-default-attribute): The configuration
748            parameter |cfg:dtd-default-attributes| is renamed
749            as |cfg:dtd-default-attribute|.
750            (Roles): Definitions are changed so that classes
751            that implement those classes MUST implement the |Node|
752            and its subinterfaces.
753            (cfg:dtd-attribute-type): New configuration parameter.
754    
755            * Document.dis (adoptNode): Don't throw exception
756            if |strictErrorChecking| is |false|.
757    
758            * Element.dis (setAttribute, setAttributeNS): Don't
759            set [attribute type] if the |cfg:dtd-attribute-type|
760            configuration parameter is set to |false|.
761            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
762            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
763            configuration parameter is set to |false|.
764    
765    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
766    
767            * TreeStore.dis: New module.
768    
769            * Makefile: |TreeStore.dis| is added.
770    
771    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
772    
773            * XMLParser.dis: Updated so that it can be used
774            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
775            and |XML.pm|.  Set the read-only flag to
776            the |DocumentType|, |Entity|, and |EntityReference| noes.
777    
778            * Node.dis (textContent): It did not handle descendant
779            element and entity reference nodes.
780    
781            * Element.dis, XML.dis (manakaiBaseURI.get): Its
782            definition has been changed to return only explicit
783            base URI specification.
784    
785            * DOMLS.dis (LSInput, LSOutput): They no longer
786            inherits the |ManakaiDOM:ManakaiDOMObject| class.
787    
788            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
789    
790            * Tree.pm, DOMXML.pm: Removed.
791    
792            * TreeCore.pm, Document.pm, Element.pm: Added
793            to the CVS repository since they are necessary to
794            build the dis library.
795    
796            * Makefile: Sync'ed to new modules disposition.
797    
798    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
799    
800            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
801            removed.  For |Element.pm| and |Document.pm| are added.
802    
803            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
804    
805            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
806    
807    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
808    
809            * DOMFeature.dis (getImplementation, getImplementationList): Support
810            for new class information variables.
811            (DOMLS:Generic): This old feature name is removed.
812    
813            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
814            for new class information variables.
815    
816            * TreeCore.dis (manakaiExpandedURI): New attribute.
817            (Document, Element.___create_node_ref): New method
818            implementations.
819    
820    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
821    
822            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
823            Reimplemented.
824            (isId): Setter is added.
825            (Element.normalize): Definition copied from the |MDOM:Tree|
826            module.
827    
828    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
829    
830            * Makefile (clean-db): New rule.
831    
832            * TreeCore.dis (setUserData): Schedule to invoke
833            the user data handler when the node is removed
834            from the memory.
835            (setAttribute, setAttributeNS): Set the [attribute type]
836            if DTD attribute definition is available.
837            (CharacterData members): Definitions copied from
838            the |MDOM:Tree| module.
839    
840    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
841    
842            * DOMCore.dis (DOMStringList.==): New overloaded operator.
843    
844            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
845            class did not implement the |GetFeature| interface.
846            (hasFeature): The |+| prefix was not taken into account.
847    
848            * TreeCore.dis (Node): The class now inherits
849            the |ManakaiHasFeatureByGetFeature| class.  It now
850            implements the |f:GetFeature| and |ecore:MUErrorTarget|
851            interfaces.
852            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
853            is supported.
854            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
855            (manakaiParentElement): New attribute.
856    
857            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
858            is removed.
859            (lookupPrefix): Old method implementation is removed.
860    
861            * XML.dis (CDATASection): The |mg:NodeRefRole| was
862            missing because of the |DISCore:stopISARecursive| property.
863    
864            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
865            They now pass all tests included in those modules!
866    
867    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
868    
869            * DOMCore.dis (Require): A reference to the |MURI:Generic|
870            module is added.
871            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
872            (ManakaiDOMImplementation): It now inherits
873            the |urigen:ManakaiURIImplementation| class and
874            implements the |ecore:MUErrorTarget| interface.  It no
875            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
876            (ManakaiDOMImplementation.___report_error): New method.
877    
878            * DOMFeature.dis (Require): It now references the |Util:Grove|
879            module instead of |Util:ManakaiNode| module.
880            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
881            (f:ManakaiMinimumImplementationCompatible): New role.
882            (ManakaiMinimumImplementation): Now it is built
883            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
884            module.
885            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
886            (c:implementation): Removed.
887            (f:implementation, f:revImplementation): New properties.
888    
889            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
890    
891            * Tree.dis (cfg:clone-entity-reference-subtree,
892            cfg:dtd-default-attributes, cfg:xml-id,
893            cfg:strict-document-children): Removed (moved
894            to the |MDOM:TreeCore| module).
895    
896            * TreeCore.dis (Require): The reference to the |MURI:Generic|
897            module is removed.
898            (ManakaiDOMImplementationTC): Some members are removed
899            since they are incorporated to the |c:ManakaiDOMImplementation|
900            or the |f:ManakaiMinimumImplementation|.
901            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
902            (replaceChildImpl1): A typo on the removing the parent node
903            of the old child node is fixed.
904            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
905            module).
906            (tc:implementation, tc:revImplementation): Removed (moved
907            to the |MDOM:DOMFeature| module).
908            (Document.appendChild, insertBefore, replaceChild): Sets
909            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
910            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
911            when the new value is |null|.
912            (Attr.___create_node_ref): Attribute name and
913            owner element type specific classes are supported (it
914            was partially implemented but was incorrect).
915            (ManakaiDOMGetElementsNodeList.item): Don't return
916            a node if the |index| is negative.
917            (setNamedItem): Various typos are fixed.
918            (removeNamedItem): The node was not removed orz
919            (cfg:clone-entity-reference-subtree,
920            cfg:dtd-default-attributes, cfg:xml-id,
921            cfg:strict-document-children): Definitions are moved
922            from the |MDOM:Tree| module.  Note that the tests for default
923            attributes still fail.
924            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
925            (Attr): Role name was incorrect.
926    
927            * XDoctype.dis (setDefinitionNode): Return value was
928            not set.
929            (AttributeDefinition): Role name was incorrect.
930    
931            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
932            module is added.
933            (Notation.appendChild, insertBefore, replaceChild): New method
934            implementations.
935            (Entity.appendChild, insertBefore, replaceChild): New method
936            implementations.
937            (EntityReference.appendChild, insertBefore, replaceChild): Now
938            they are defined as copies of ones in the |Entity| class.
939            (XMLBaseAttribute, XMLIdAttribute): Now they are
940            namespace unaware attributes.
941            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
942            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
943            to namespace aware attributes are added.
944    
945    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
946    
947            * DOMCore.dis: Namespace prefixes are changed to new ones.
948    
949            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
950            untested).
951            (___report_error): Reimplemented (untested).
952            (manakaiSetReadOnly): New method.
953            (Attr.___create_node_ref): New method (untested).
954            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
955            (createEntityReference, cloneNode): Support for
956            the |cfg:entity-reference-read-only| configuration
957            parameter is removed; newly created entity references
958            are always read-only and use the |manakaiSetReadOnly| method
959            if desired.
960            (Element.manakaiBaseURI): Reimplemented (untested).
961    
962            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
963            the |MDOM:XML| Perl module.
964            (DocumentTypeDefinition.___create_node_stem): Sets
965            the |tc:implementation| internal property if its value
966            is provided.  The |infoset:content| internal property name
967            was incorrect.
968            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
969            read-only |NodeList| and |DOMStringList| are added
970            for clarification.
971    
972    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
973    
974            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
975            module is added.
976            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
977            implementation (untested).
978    
979            * TreeCore.dis (baseURI): Reimplemented (untested).
980            (Roles): Definitions added.
981    
982            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
983            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
984            module is removed.
985            (DocumentXDoctype): Reimplemented (untested).
986            (DocumentTypeDefinition, DocumentTypeDeclaration):
987            Reimlemented (untested).
988            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
989    
990            * XML.dis (FeatureDef): New features (definitions copied
991            from the |MDOM:DOMXML| module).
992            (DocumentType): New interface (definition copied from
993            the |MDOM:DOMXML| module).
994            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
995            Reimplemented (untested).
996            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
997    
998    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
999    
1000            * TreeCore.dis (Document): Most methods are reimplemented (untested).
1001    
1002    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
1003    
1004            * TreeCore.dis (Document): Attributes are reimplemented (untested).
1005            (Text, DocumentFragment, Comment): Most members are
1006            reimplemented (untested).
1007    
1008    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
1009    
1010            * DOMMain.dis (checkXMLNamesQName): Some checks are
1011            removed to sync with DOM Level 3 Core specification.
1012    
1013            * TreeCore.dis (Element): Most methods are reimplemented (untested).
1014            (GetElementsNodeList): Reimplemented (untested).
1015    
1016    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1017    
1018            * Tree.dis (cfg:strict-document-children): The configuration
1019            parameter must also affect on |manakaiAppendText|
1020            and |textContent| on |Document| nodes.
1021    
1022            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
1023            parameter changes the class to |bless|.
1024            (Node): Most methods are reimplemented.  (Untested)
1025            (CharacterData, Attr): Most methods and attributes are
1026            reimplemented.  (Untested)
1027    
1028            * XML.dis, XDoctype.dis: Most |Node| methods are
1029            reimplemented (untested).
1030    
1031    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1032    
1033            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
1034            (untested).
1035    
1036    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
1037    
1038            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
1039            a qualified name.
1040    
1041            * DOMMain.dis (ensureNamespacePrefix): Undefines
1042            the prefix if it is an empty string.  (Note that
1043            it is defined as implementation dependent in
1044            DOM Level 3 Core specification).
1045    
1046            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
1047            module.
1048            (Node): Attributes are reimplemented (untested).
1049    
1050            * XML.dis (Require): It now references the |MDOMX:XDoctype|
1051            module.
1052            (Node): Attributes are reimplemented (untested).
1053            (Entity, Notation): New interfaces.
1054    
1055            * XDoctype.dis (Node): Attributes are reimplemented (untested).
1056    
1057    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
1058    
1059            * TreeCore.dis (childNodes, firstChild, lastChild,
1060            nextSibling, previousSibling, appendChild, insertBefore,
1061            replaceChild, removeChild, createDocumentFragment,
1062            createEntityReference, createProcessingInstruction,
1063            domConfig, documentElement, implementation, manakaiAppendText): New.
1064            (NodeList, DocumentFragment): New interfaces.
1065    
1066            * XML.dis (EntityReference, ProcessingInstruction): New interface.
1067    
1068    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
1069    
1070            * TreeCore.dis (Require): The |MDOM:XML| module is added.
1071            (createAttributeNS, createTextNode, createComment,
1072            createCDATASection): New methods.
1073            (Attr, Text, Comment, CharacterData): New interfaces.
1074    
1075            * Makefile: |XML.dis| is added.
1076    
1077            * XML.dis: New module.
1078    
1079    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1080    
1081            * TreeCore.dis (manakaiReadOnly): New attribute.
1082            
1083    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1084    
1085            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
1086            prefix, isSameNode, ownerDocument, parentNode): New.
1087            (Element): New interface.
1088            (createElementNS): New method.
1089            (strictErrorChecking): New.
1090    
1091    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1092    
1093            * Makefile: |TreeCore.dis| is added.
1094    
1095            * TreeCore.dis: New module.
1096    
1097    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
1098    
1099            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
1100            parameter.
1101    
1102            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
1103    
1104            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
1105            data types added to configuration parameters.
1106    
1107    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
1108    
1109            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
1110            a |DISSource:ResourceProperty|.
1111            (c:anyDOMConfigurationParameter): New property.
1112            (CParam, boolCParam): Now they are all |dis:subsetOf|
1113            the |c:anyDOMConfigurationParameter| property.
1114            (ForDocument, ForParser, ForSerializer): Removed.
1115    
1116            * DOMLS.dis, XMLParser.dis: Likewise.
1117    
1118    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
1119    
1120            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
1121            are removed.
1122    
1123            * GenericLS.pm: Added to the CVS repository since
1124            it is necessary to create the |Message::Util::DIS::DPG| module.
1125    
1126    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
1127    
1128            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
1129            method.
1130    
1131            * XMLParser.dis: Don't create adjacent text nodes.
1132    
1133    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
1134    
1135            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
1136    
1137            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
1138            implementations are added.
1139    
1140            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
1141            implementations are added.
1142    
1143            * Tree.dis (appendChild, insertBefore, replaceChild): Method
1144            implementations are added.
1145            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
1146            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
1147            (cfg:strict-document-children): New configuration parameter.
1148    
1149    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
1150    
1151            * XDoctype.dis (replaceChild): Method implementations are added.
1152    
1153            * Tree.dis (replaceChild): Method implementations are added.
1154    
1155            * DOMXML.dis (replaceChild): Method implementations are added.
1156    
1157  2006-03-07  Wakaba  <wakaba@suika.fam.cx>  2006-03-07  Wakaba  <wakaba@suika.fam.cx>
1158    
1159          * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|          * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.227

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24