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

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.255

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24