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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24