/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.252

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24