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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24