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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24