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

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.239

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24