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

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.272

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24