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

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.253

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24