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

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.274

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24