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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24