/[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.175 by wakaba, Sat Apr 22 00:56:40 2006 UTC revision 1.251 by wakaba, Mon Jul 16 11:58:00 2007 UTC
# Line 1  Line 1 
1    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMElement.pm: Incorrect module was referenced.
4    
5            * DOMImplementation.pm: References to
6            the |Message::Charset::Encode| module has been removed.
7    
8    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
9    
10            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
11            instead of |Message::Charset::Encode|.
12    
13    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMDocument.pm (inner_html): New attribute (beta).
16    
17            * DOMElement.pm (inner_html): New attribute (beta).
18    
19    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
20    
21            * DOMConfiguration.pm: Configuration parameter |create-child-element|
22            implemented.
23    
24            * DOMElement.pm (create_element_ns): Support for Atom
25            subclasses.
26    
27            * DOMImplementation.pm (DOMImplementation): Now
28            implements the |AtomDOMImplementation| interface.
29            ($HasFeature): Features |atom| and |atomthreading| are added.
30    
31            * NodeList.pm (StaticNodeList): Implemented.
32    
33    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Atom/: New directory.
36    
37    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
38    
39            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
40    
41            * Text.pm (whole_text): Parameter index number has
42            been changed to support new |NodeFilter| Perl binding
43            definition.
44    
45    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
46    
47            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
48            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
49            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
50    
51            * DOMConfiguration.pm (can_set_parameter,
52            set_parameter): Don't allow to set the value
53            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
54    
55            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
56            (create_tree_walker, manakai_create_serial_walker): References
57            and prototypes are added.
58    
59            * DOMException.pm (NULLPO_ERR): New error type:-).
60    
61            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
62            version |2.0|, is added.
63    
64    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
65    
66            * CDATASection.pm: Removed (merged with |Text.pm|).
67    
68            * Text.pm (Message::DOM::Text::CDATASection): New.
69    
70            * Comment.pm: Removed (merged with |DOMCharacterData.pm|).
71    
72            * DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
73    
74    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DOMConfiguration.pm: Support for |schema-type|
77            and |http://suika.fam.cx/www/2006/dom-config/xml-id|.
78    
79            * NamedNodeMap (TIEHASH): Were missing.
80    
81    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
82    
83            * AttributeDefinition.pm (node_value): Implemented.
84            (create_attribute_definition): Implemented.
85    
86            * DOMConfiguration.pm (%{}, TIEHASH,
87            get_parameter, set_parameter, can_set_parameter,
88            EXISTS, DELETE, parameter_names, FETCH, STORE,
89            FIRSTKEY, LASTKEY): Implemented.
90    
91            * DOMDocument.pm (____new): Set |error-handler| default.
92            (get_elements_by_tag_name, get_elements_by_tag_name_ns): Implemented.
93    
94            * DOMElement.pm (get_elements_by_tag_name, get_elements_by_tag_name_ns):
95            Implemented.
96    
97            * DOMException.pm: Error types for |DOMConfiguration|
98            are added.
99    
100            * DOMStringList.pm (Message::DOM::DOMStringList::StaticList): New
101            class.
102    
103            * DocumentType.pm (get_element_type_definition_node,
104            get_general_entity_node, get_notation_node,
105            set_element_type_definition_node, set_general_entity_node,
106            set_notation_node, create_document_type_definition): Implemented.
107    
108            * ElementTypeDefinition.pm (get_attribute_definition_node,
109            set_attribute_definition_node, create_element_type_definition):
110            Implemented.
111    
112            * Entity.pm (create_general_entity): Implemented.
113    
114            * Node.pm: Constants in |OperationType| definition
115            group are added.
116            (manakai_language): Implemented.
117    
118            * NodeList.pm (Message::DOM::NodeList::GetElementsList): New
119            class.
120    
121            * Notation.pm (create_notation): Implemented.
122    
123    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
124    
125            * TypeInfo.pm: New Perl module.
126    
127            * Attr.pm: Use |manakai_local_name| rather than |local_name|
128            to avoid HTML5 case normalization.
129            (is_id): Implemented.
130            (manakai_name): New attribute.
131            (schema_type_info): Implemented.
132            (create_attribute_ns): Empty string as namespace URI
133            was not supported.
134    
135            * DOMElement.pm (clone_node): Removed since now it is
136            defined in |Node.pm|.
137            (schema_type_info): Implemented.
138            (manakai_tag_name): New attribute.
139            (get_attribute, get_attribute_node, get_attribute_ns,
140            get_attribute_node_ns, has_attribute, has_attribute_ns,
141            remove_attribute, remove_attribute_ns,
142            remove_attribute_node, set_attribute, set_attribute_ns,
143            set_id_attribute, set_id_attribute_node,
144            set_id_attribute_ns): Implemented.
145            (create_element_ns): Empty string as namespace URI
146            was not supported.
147    
148    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
149    
150            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
151    
152            * DocumentType.pm (create_document_type_definition): Initialize
153            |public_id|, |system_id|, and |internal_subset| attributes
154            by empty strings for compatibility with Web browsers.
155            (create_document_type): Initialize |internal_subset|
156            attribute by an empty string for compatibility with
157            Web browsers.
158    
159            * ElementTypeDefinition.pm, Entity.pm,
160            Notation.pm (owner_document_type_definition): Implemented.
161    
162    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
163    
164            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
165            feature is added for compatibility with |XMLParserTemp.pm|.
166    
167    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
168    
169            * Attr.pm (value, node_value): Now it is defined
170            as |text_content| itself.
171    
172            * AttributeDefinition.pm, ElementTypeDefinition.pm,
173            Node.pm (AUTOLOAD): Unused block is removed.
174    
175            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
176    
177            * DocumentType.pm (internal_subset): Implemented.
178    
179            * Entity.pm (is_externally_declared, input_encoding,
180            xml_version): Implemented.
181    
182            * ProcessingInstruction.pm (target, data): Implemented.
183    
184    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
185    
186            * DOMCharacterData.pm (AUTOLOAD): Removed.
187            (data): Reimplemented.
188            (delete_data, insert_data, replace_data, substring_data): There were
189            a number of bugs.
190    
191            * Text.pm (AUTOLOAD): Removed.  Unused.
192    
193    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
194    
195            * StringExtended.pm: New Perl module.
196    
197            * DOMCharacterData.pm (length, append_data, delete_data,
198            insert_data, replace_data, substring_data): Implemented.
199    
200            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
201    
202            * Text.pm (is_element_content_whitespace, whole_text,
203            split_text): Implemented.
204    
205    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
206    
207            * DOMElement.pm (attributes): Implemented.
208    
209            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
210    
211            * DocumentType.pm (entities, general_entities,
212            notations, element_types): Implemented.
213    
214            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
215    
216            * NamedNodeMap.pm: New Perl module.
217    
218    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
219    
220            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
221            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
222            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
223            insert_before, replace_child): Implemented.
224    
225            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
226    
227            * Node.pm (remove_child): Implemented.
228    
229    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
230    
231            * Node.pm (==, is_equal_node): Implemented.
232            (is_same_node): Implemented.
233            (get_feature, get_user_data, set_user_data): Implemented.
234            (is_supported): Implemented.
235            
236    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
237    
238            * DOMDocument.pm (get_element_by_id): Implemented.
239            (create_document): Implemented.
240    
241            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
242            errors.
243            (QNAME_NULLNS_ERR): New errors.
244    
245            * DocumenType.pm (create_document_type): Implemented.
246    
247    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
248    
249            * CDATASection.pm (is_element_content_whitespace): New.
250    
251            * DOMElement.pm (has_attribute): Alpha version.
252            (create_element, create_element_ns): Implemented.
253    
254            * DocumentType.pm (get_general_entity_node): Alpha version.
255    
256            * EntityReference.pm (create_entity_reference): Implemented.
257    
258            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
259    
260    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
261    
262            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
263    
264            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
265            (compat_mode): Check |defined| not to be warned as "uninitialized"
266            when |{manakai_compat_mode}| is |undef|.
267    
268            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
269    
270            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
271            Statements to set |$Error::Depth| are removed since they
272            are result in "uninitialized" warnings unless
273            the |Message::DOM::DOMException| module is loaded earlier.
274            Usually methods invoked in these methods does not
275            raise any exception so that it makes no difference.
276    
277    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
278    
279            * DOMDocument.pm (adopt_node): Implemented.
280            (doctype): Implemented.
281    
282            * DOMElement.pm (remove_attribute_node): Alpha version.
283    
284            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
285            error type.
286    
287            * Node.pm (set_user_data): Implemented.
288    
289    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
290    
291            * DOMImplementation.pm (new): New method name for |____new|.
292            It will be defined in the DOM Perl Binding specification
293            as part of |DOMImplementation| interface.
294            ($HasFeature): Defined for features support.
295            (has_feature, get_feature): Implemented.
296    
297            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
298            module unless necessary.
299            (___report_error): Removed since it is not used in fact.
300    
301            * DOMImplementationList.pm, DOMImplementationSource.pm,
302            DOMImplementationRegistry.pm: New modules.
303    
304    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
305    
306            * AttributeDefinition.pm (allowed_tokens): Implemented.
307    
308            * DOMStringList.pm: New Perl module.
309    
310    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
311    
312            * DOMElement.pm (clone_node): Alpha version.  It did not work
313            at all.
314    
315    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
316    
317            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
318    
319    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
320    
321            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
322            (manakai_is_html): Revised.
323            (Document): Now it implements the |HTMLDocument| interface.
324            (adopt_node): Alpha version.
325    
326            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
327            not |allowed_token|!
328    
329            * ElementTypeDefinition.pm (attribute_definitions): Don't
330            return an |undef| even if its |attribute_definitions|
331            list is not created.
332    
333    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
334    
335            * Comment.pm (node_type): Node type was incorrect!
336    
337            * DOMConfiguration.pm (get_parameter): Alpha.
338    
339            * DOMImplementation.pm (create_mc_decode_handler,
340            create_charset_name_from_uri, create_uri_from_charset_name):
341            New autoload configuration.  Note that the Message::Charset::Encode
342            module is subject to change.
343    
344            * XMLParserTemp.pm: Now it can be used with new version
345            of DOM implementation.  Current plan is to replace it by
346            an XML5 parser someday.
347    
348    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
349    
350            * DOMLocator.pm: New module.
351    
352            * DOMError.pm: New module.
353    
354    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
355    
356            * Node.pm (manakai_expanded_uri, manakai_parent_element,
357            clone_node, compare_document_position, has_attributes,
358            has_child_nodes, is_default_namespace, lookup_namespace_uri,
359            lookup_prefix, normalize): Implemented.
360    
361            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
362    
363            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
364    
365    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
366    
367            * AttributeDefinition.pm (____new): Set an empty list
368            to the |allowed_tokens| attribute.
369            (allowed_token): Alpha version.
370    
371            * DocumentType.pm (get_element_type_definition_node,
372            get_notation_node): ALpha version.
373    
374            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
375            version.
376    
377            * Entity.pm (notation_name): Implemented.
378    
379    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
380    
381            * Attr.pm (____new): Initialize |specified| as 1.
382            (base_uri, manakai_attribute_type, specified): Implemented.
383            (prefix): Don't check read-only flag unless |strict_error_checking|.
384            (value): Call |text_content| for now.
385    
386            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
387            (declared_type, default_type): Implemented.
388    
389            * CharacterData.pm (____new): Allow a scalar reference
390            as an input for the |data| attribute.
391            (base_uri, manakai_append_text): Implemented.
392    
393            * DOMConfiguration.pm (set_parameter): Resetting implemented.
394    
395            * DOMDocument.pm (____new): Set default values to
396            configuration parameter whose default is true.
397            (document_uri, input_encoding): Implemented.
398            (all_declarations_processed, manakai_is_html): Implemented.
399            (base_uri, manakai_append_text,
400            manakai_entity_base_uri, strict_error_checking,
401            xml_encoding, xml_version, xml_standalone): Implemented.
402    
403            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
404            (get_attribute, get_attribute_node): Alpha version.
405            (set_attribute_node, set_attribute_node_ns): Implemented.
406            (set_attribute_ns): Accept non-ARRAY qualified name.
407    
408            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
409            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
410    
411            * DocumentType.pm (public_id, system_id): Implemented.
412            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
413            manakai_append_text): Implemented.
414            (element_types, general_entities, notations,
415            set_element_type_definition_node, set_general_entity_node,
416            set_notation_node): Alpha version.
417    
418            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
419            (attribute_definitions, set_attribute_definition_node): Alpha version.
420    
421            * Entity.pm (has_replacement_tree, public_id, system_id,
422            manakai_declaration_base_uri, manakai_entity_base_uri,
423            manakai_entity_uri): Implemented.
424    
425            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
426            (base_uri, manakai_entity_base_uri): Implemented.
427    
428            * Node.pm (base_uri): Implemented.
429            (text_content): Don't check read-only or not
430            unless |strict_error_checking|.
431            (manakai_append_text): Implemented.
432            (get_feature): Alpha.
433            (manakai_set_read_only): Implemented.
434    
435            * Notation.pm (public_id, system_id, manakai_append_text,
436            manakai_declaration_base_uri): Implemented.
437    
438            * ProcessingInstruction.pm (manakai_base_uri,
439            base_uri, manakai_append_text): Implemented.
440    
441    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
442    
443            * DOMConfiguration.pm: New module.
444    
445            * Attr.pm (trivial accessor for read-write attributes): Throw
446            an exception if the node is read-only.  Delete the property
447            if undef is specified.
448            (prefix): Implemented.
449    
450            * DOMElement.pm (trivial accessor for read-write attributes): Throw
451            an exception if the node is read-only.  Delete the property
452            if undef is specified.
453            (prefix): Implemented.
454            (text_content, manakai_append_text): Old implementations are removed.
455    
456            * DOMCharacterData.pm (text_content): Implemented.
457    
458            * DOMDocument.pm (____new): Initialize the strict-document-children
459            parameter by true.
460            (text_content): Reimplemented.
461            (dom_config): New.
462    
463            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
464    
465            * DocumentType.pm (text_content): Implemented.
466    
467            * ElementTypeDefinition.pm (text_content): Implemented.
468    
469            * Node.pm (___report_error): New method.
470            (text_content): Implemented.
471            (manakai_append_text): Copied from |DOMElement.pm|.
472    
473            * Notation.pm (text_content): Implemented.
474    
475            * ProcessingInstruction.pm (text_content): Implemented.
476    
477            * Text.pm (is_element_content_whitespace): Alpha version.
478    
479    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
480    
481            * DOMException.pm (Message::IF::DOMException): Extends
482            the |Message::Util::Error| class.
483    
484            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
485            (CLEAR): Not all items were removed.
486    
487    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
488    
489            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
490            DocumentType.pm, Entity.pm,
491            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
492    
493            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
494            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
495    
496            * DOMDocument.pm (AUTOLOAD): Typo fixed.
497    
498            * Node.pm (==, !=): Implemented.
499            (manakai_read_only): Implemented.
500            (is_same_node): Implemented.
501            (is_equal_node): Alpha version.
502            (manakai_set_read_only): Alpha version.
503            (child_nodes, first_child, last_child, previous_sibling): Duplicate
504            definitions are removed.
505    
506    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
507    
508            * Node.pm: First alpha version of implementation of attributes.
509    
510    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
511    
512            * ProcessingInstruction.pm, EntityReference.pm,
513            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
514            ElementTypeDefinition.pm, AttributeDefinition.pm,
515            DocumentType.pm, DOMElement.pm, Attr.pm,
516            CharacterData.pm, Text.pm, Comment.pm (node_name,
517            node_value, node_type): Implemented.
518    
519    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
520    
521            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
522            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
523            AttributeDefinition.pm: New modules.
524    
525            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
526            (create_attribute_definition, create_element_type_definition,
527            create_document_type_definition, create_cdata_section,
528            create_processing_instruction, create_entity_reference,
529            create_general_entity, create_notation): Prototypes added.
530    
531            * DOMImplementation.pm (create_document_type): Prototype added.
532    
533            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
534            and 'Message::IF::DocumentTypeDeclaration' added.
535            (create_document_type, create_document_type_definition):
536            New methods.
537    
538    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
539    
540            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
541            DOMElement.pm, Attr.pm, DocumentType.pm,
542            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
543            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
544    
545    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
546    
547            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
548            specifies unknown value and trys to recover from the error.
549    
550    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
551    
552            * TreeCore.dis (manakaiLocalName): New attribute.
553    
554    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
555    
556            * GenericLS.dis (GLSException): New interface.
557    
558    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
559    
560            * |InputProcessor|s and |OutputProcessor|s are
561            named so that |report| statements in Perl
562            module outputs can be identified by name. |dis:dataType|s
563            of |DISCore:TFQNames| are all replaced
564            by |DISCore:QName|.
565    
566    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
567    
568            * Element.dis (createElementNS): If an array reference
569            is specified as the |qualifiedName| parameter,
570            don't set the first item as the local name
571            even if the second item is not specified (or
572            specified as |undef|).
573            (createElementNS, setAttribute, setAttributeNS,
574            removeAttribute, removeAttributeNS,
575            setAttributeNode, setAttributeNodeNS,
576            removeAttributeNode, removeAttributeNodeNS): Sets
577            or removes the |tc:contentAttributeList| value.
578    
579            * TreeCore.dis (AttrMap.item): Caches the result
580            of sorting of content attribute names.
581            (getAttrMap, getElementTypeDefNodeMap,
582            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
583            (tc:contentAttributeList): New property.
584    
585    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
586    
587            * DOMFeature.dis (ForDef): Removed.
588            (f:provides, f:through): Removed.
589            (Version): Removed.
590            (implementFeature): Removed.
591    
592    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
593    
594            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
595            GenericLS.dis, TreeCore.dis, DOMString.dis,
596            XML.dis, Element.dis, Document.dis, TreeStore,dis,
597            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
598            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
599            are 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: |WithFor| specifications
608            and |DefaultFor|s 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: References
617            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
618            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
619            modes are removed.
620    
621    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
622    
623            * CharacterData.dis, TreeCore.dis (Require): References
624            to the |Grove.dis| module are removed.
625    
626    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
627    
628            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
629            (Require): Reference to the |Grove.dis| module is removed.
630    
631    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
632    
633            * DOMCore.dis (ManakaiDOMImplementation): The
634            class is no longer plays the role of
635            a |mg:NodeRefRole|.  Redundant |f:provides|
636            properties are removed.
637    
638    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
639    
640            * TreeCore.dis, DOMCore.dis, Document.dis,
641            Element.dis, CharacterData.dis, XML.dis,
642            XDoctype.dis, DOMString.dis, TreeStore.dis,
643            XMLParser.dis: Use Perl native
644            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
645            for DOM nodes.  See
646            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
647    
648    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
649    
650            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
651    
652    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
653    
654            * DOMString.dis: New module.
655    
656            * DOMString.pm: New file.
657    
658            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
659            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
660            Now it references the |DOMImplementationRegistry| object.
661            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
662            (DOMImplementationRegistry): New interface and
663            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
664            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
665            that the class no longer support |get_implementation|
666            and |get_implementation_list| methods from
667            the |ImplementationRegistry| interface.
668            (DOMImplementationList): Class implemented; no
669            longer inherits from |ImplementationList|.
670            (DOMImplementationSource): Class implemented; no
671            longer inherits from |ImplementationSource|.  Note that
672            the class no longer support |get_implementation|
673            and |get_implementation_list| methods from
674            the |ImplementationSource| interface.
675            (DOMStringList): Removed.
676    
677            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
678            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
679            ManakaiDOM:DOMXMLFeatureXML11, most part of
680            documentation for obsolete DOM Level 3 Minimum Implementation
681            module, obsolete property name aliases,
682            ImplemenationRegistryVar, ImplementationRegistry,
683            DEBUG, MIString, ImplementationList, ImplementationSource,
684            ManakaiDOM:implID): Removed.
685    
686            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
687            (DOMString): Removed.
688            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
689    
690            * Makefile: |DOMString.pm| is added.
691    
692            * TreeCore.dis (is_default_namespace): |null| was
693            returned where a false is expected (|null| is
694            a false in Perl, but real |false| is appropriate here).
695    
696    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
697    
698            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
699    
700            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
701    
702            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
703    
704    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
705    
706            * DOMFeature.dis (ImplementationList, ImplementationSource,
707            ImplementationRegistry): Parameters |features|
708            now allow |null| (equivalent to an empty string).
709    
710    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
711    
712            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
713            class.  Factory methods |createTextNode| and |createComment|
714            are moved from |ManakaiDOMDocument|.
715    
716            * DOMCore.dis: References to |ManakaiDOMObject|
717            are removed.
718            (tc:createImplForTest): Moved from |TreeCore.dis|.
719            (DOMImplementation.___create_node_ref): Support
720            for the |mg:nodeRefClass| option is removed.
721            (ManakaiDOMConfiguration.___report_error): Moved
722            from |ManakaiDOMObject| class.
723    
724            * DOMFeature.dis (domidl:extends): New property.
725            (f:getFeatureImpl): Support for |+| classes is removed.
726    
727            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
728            (ManakaiDOM:ManakaiDOMObject): Removed.
729            (DOMDataType): Removed.
730    
731            * Document.dis (ManakaiDOMImplementationDocument):
732            The |createDocument| method is moved from
733            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
734            (ManakaiDOMDocument.___create_node_ref): Removed.
735            (createElement, createElementNS, createAttribute,
736            createAttributeNS, createTextNode, createComment,
737            createCDATASection, createEntityReference,
738            createProcessingInstruction): Class implementations
739            are moved to each module.
740    
741            * Element.dis (ManakaiDOMImplementationElement): Factory
742            methods are moved from |Document.dis|.
743            (ManakaiDOMElement.___create_node_ref): Support
744            for old class registry is removed.
745            (ManakaiDOMAttr.___create_node_ref): Removed.
746            (Attr.baseURI): Implementation
747            for |xml:base| attribute is merged.
748            (Attr.nodeValue, Attr.value): Implementation
749            for |xml:id| attribute is merged.
750    
751            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
752    
753            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
754            definition for |createDocumentType| method
755            is moved from |TreeCore.dis|.
756    
757            * XML.dis (ManakaiDOMXMLDocument): Factory
758            methods are moved from |Document.dis|.
759            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
760            into |ManakaiDOMAttr| in |Element.dis|).
761    
762    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
763    
764            * Element.dis (___get_node_ref): |eval|ed |require|
765            statement was broken.
766    
767            * DOMFeature.dis (getImplementationList): Argument
768            is not passed to the |getImplementation| method.
769    
770            * TreeStore.dis (DOMImplementationTreeStore): It
771            did not |f:implements| the |TSFeature30| feature.
772    
773            * XMLParser.dis: Use |create_uri_reference|
774            method instead of internal |_new| method
775            to create a URI reference object.
776    
777    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
778    
779            * DOMCore.dis (ManakaiDOMImplementation): No longer
780            explicitly inherits |urigen:ManakaiURIImplementation| (and
781            the |f:ManakaiMinimumImplementation| class inherited
782            by it).  The |f:Minimum| feature is ever implemented
783            for compatibility (but is expected to be removed).
784            Internal methods such as |___report_error| are copied from
785            obsolete |f:MinimumImplementation| class.  DOM3
786            methods |hasFeature| and |getFeature| are also
787            moved from that class, but they now support no
788            foreign classes.
789    
790            * DOMFeature.dis (ManakaiImplementationSource): It
791            now |p:require|s |Message::Util::AutoLoad::Registry|.
792            The class no longer support classes
793            other than |ManakaiDOMImplementation|.  Note
794            that the |ImplementationRegistry| object does continue
795            to support foreign classes via foreign classes
796            implementing |ImplementationSource|
797            or |DOMImplementationSource| interface.
798            (MinimumImplementation): Removed.
799    
800            * DOMLS.dis (ManakaiDOMImplementationLS): It no
801            longer inherit the |ManakaiDOMImplementation|; it
802            is now expected to be implemented by |DOMImplementation|
803            objects.
804    
805            * DOMMain.dis (null): Removed.
806    
807            * Document.dis (___create_node_ref): It no
808            longer support foreign classes other
809            than |Message::DOM::Document::ManakaiDOMDocument|.
810            Note that document format specific DOM
811            interfaces, if supported, should be
812            all instances of the |Document| interface
813            in the implementation, as defined
814            in the Web Applications 1.0 specification (where
815            the |HTMLDocument| interface must be implemented
816            by all |Document| objects, even if the |Document|
817            contains no HTML element).
818    
819            * GenericLS.dis (GLSImplementation): It no
820            longer inherit the |MinimumImplementation|; it
821            is now expected to be implemented by |DOMImplementation|
822            objects.
823            (createGLSParser, createGLSSerializer): Load
824            module implementing parser or serializer
825            if necessary.
826    
827            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
828            longer inherits the |ManakaiDOMDocument|; it
829            is now expected to be implemented by |Document|
830            objects.
831    
832            * XDP.dis (XDPDocument): It no longer
833            inherits the |Document|; it is now expected
834            to be implemented by all |Document| objects.
835    
836            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
837            longer inherits the |ManakaiDOMDocument|; it
838            is now expected to be implemented by |Document|
839            objects.
840    
841    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
842    
843            * DOMCore.dis (ManakaiDOMImplementation): No longer
844            explicitly inherits |tc:ManakaiDOMImplementationTC|.
845            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
846    
847            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
848            the |ManakaiDOMImplementation| class.
849    
850    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
851    
852            * DOMFeature.dis: Definitions for various concepts
853            are added.
854    
855            * GenericLS.dis (GLSImplementation): It no
856            longer inherits the |MinimumImplementation|; rather,
857            any |ManakaiMinimumImplementation| object also
858            implements |GLSImplementation| methods.
859    
860            * TreeStore.dis (DOMImplementationTreeStore): It no
861            longer inherits the |DOMImplementation|; rather,
862            any |ManakaiDOMImplementation| object also
863            implements |DOMImplementationTreeStore| methods.
864    
865    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
866    
867            * TreeStore.pm: Added to the CVS repository
868            to enable for the dis database to contain XML
869            fragments.
870    
871            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
872    
873            * TreeStore.dis (Namespace): Namespace URI was incorrect.
874    
875    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
876    
877            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
878    
879            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
880    
881            * XDP.dis (dtdText): Test assertion was incorrect.
882    
883    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
884    
885            * XDP.dis (XDPEntityValue.stringify): Don't escape
886            any |%|s in |xdp:attr-definition| children.
887    
888    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
889    
890            * XDP.dis (createXDPRNIKeyword): The Perl method
891            name property is added.
892    
893    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
894    
895            * XDP.dis (createXDPIf): New method.
896            (XDPIfElement): New interface.
897    
898    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
899    
900            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
901            New methods.
902    
903    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
904    
905            * XDP.dis (XDPDocument): A number of constructor methods
906            are added.
907            (XDPTextDecl.dtdText): The |xml| target was missing.
908    
909    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
910    
911            * Traversal.dis (SerialWalker): New interface.
912            (manakaiCreateSerialWalker): New method.
913    
914    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
915    
916            * Traversal.dis (testNode): Calls |acceptNode| method
917            rather than |&{}| dereferencing.
918            (acceptNode): Implemented.
919    
920    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
921    
922            * XDP.dis: New module.
923    
924            * Makefile: |XDP.dis| is added.
925    
926            * Traversal.dis (NodeFilter): |InputProcessor|
927            and |OutputProcessor| are added.
928    
929    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
930    
931            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
932            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
933            is added.  The |FILTER_REJECT| value is treated
934            as |FILTER_ACCEPT| if the |currentNode| is in the
935            rejected subtree as specified in the spec.
936    
937    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
938    
939            * SimpleLS.dis: An |xmlns:| prefix was missing.
940    
941    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
942    
943            * SimpleLS.dis: Namespace bugs are fixed.
944    
945    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
946    
947            * .cvsignore: Updated.
948    
949            * Traversal.dis: Unused declarations are removed.
950    
951    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
952    
953            * CharacterData.dis (Require): A reference to
954            the |MDOM:Traversal| module is added.
955            (wholeText): Implemented.
956    
957    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
958    
959            * Makefile: |Traversal.dis| is added.
960    
961            * Traversal.dis: New module.
962    
963            * TreeCore.dis (___report_error): Return value was
964            not propagated.
965    
966    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
967    
968            * Element.dis (removeAttributeNS): A runtime error
969            was occurred if there was no specified attribute node.
970    
971            * TreeCore.dis (manakaiLanguage): New attribute.
972    
973    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
974    
975            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
976            New attributes.
977    
978            (StaticNodeList): New interface.
979    
980    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
981    
982            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
983    
984    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
985    
986            * SimpleLS.dis: Reimplemented.
987    
988    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
989    
990            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
991            a qualified name.
992            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
993    
994            * TreeCore.dis (compareDocumentPosition): Implemented.
995            (normalize): Implemented.
996            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
997            class.
998    
999  2006-04-16  Wakaba  <wakaba@suika.fam.cx>  2006-04-16  Wakaba  <wakaba@suika.fam.cx>
1000    
1001          * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.          * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.251

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24