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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.281

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24