/[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.130 by wakaba, Fri Feb 17 15:06:33 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>
1216    
1217            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
1218    
1219            * Node.dis (cfg:dtd-default-attribute): The configuration
1220            parameter |cfg:dtd-default-attributes| is renamed
1221            as |cfg:dtd-default-attribute|.
1222            (Roles): Definitions are changed so that classes
1223            that implement those classes MUST implement the |Node|
1224            and its subinterfaces.
1225            (cfg:dtd-attribute-type): New configuration parameter.
1226    
1227            * Document.dis (adoptNode): Don't throw exception
1228            if |strictErrorChecking| is |false|.
1229    
1230            * Element.dis (setAttribute, setAttributeNS): Don't
1231            set [attribute type] if the |cfg:dtd-attribute-type|
1232            configuration parameter is set to |false|.
1233            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
1234            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
1235            configuration parameter is set to |false|.
1236    
1237    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1238    
1239            * TreeStore.dis: New module.
1240    
1241            * Makefile: |TreeStore.dis| is added.
1242    
1243    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1244    
1245            * XMLParser.dis: Updated so that it can be used
1246            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
1247            and |XML.pm|.  Set the read-only flag to
1248            the |DocumentType|, |Entity|, and |EntityReference| noes.
1249    
1250            * Node.dis (textContent): It did not handle descendant
1251            element and entity reference nodes.
1252    
1253            * Element.dis, XML.dis (manakaiBaseURI.get): Its
1254            definition has been changed to return only explicit
1255            base URI specification.
1256    
1257            * DOMLS.dis (LSInput, LSOutput): They no longer
1258            inherits the |ManakaiDOM:ManakaiDOMObject| class.
1259    
1260            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
1261    
1262            * Tree.pm, DOMXML.pm: Removed.
1263    
1264            * TreeCore.pm, Document.pm, Element.pm: Added
1265            to the CVS repository since they are necessary to
1266            build the dis library.
1267    
1268            * Makefile: Sync'ed to new modules disposition.
1269    
1270    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
1271    
1272            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
1273            removed.  For |Element.pm| and |Document.pm| are added.
1274    
1275            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
1276    
1277            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
1278    
1279    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
1280    
1281            * DOMFeature.dis (getImplementation, getImplementationList): Support
1282            for new class information variables.
1283            (DOMLS:Generic): This old feature name is removed.
1284    
1285            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
1286            for new class information variables.
1287    
1288            * TreeCore.dis (manakaiExpandedURI): New attribute.
1289            (Document, Element.___create_node_ref): New method
1290            implementations.
1291    
1292    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
1293    
1294            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
1295            Reimplemented.
1296            (isId): Setter is added.
1297            (Element.normalize): Definition copied from the |MDOM:Tree|
1298            module.
1299    
1300    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
1301    
1302            * Makefile (clean-db): New rule.
1303    
1304            * TreeCore.dis (setUserData): Schedule to invoke
1305            the user data handler when the node is removed
1306            from the memory.
1307            (setAttribute, setAttributeNS): Set the [attribute type]
1308            if DTD attribute definition is available.
1309            (CharacterData members): Definitions copied from
1310            the |MDOM:Tree| module.
1311    
1312    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
1313    
1314            * DOMCore.dis (DOMStringList.==): New overloaded operator.
1315    
1316            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
1317            class did not implement the |GetFeature| interface.
1318            (hasFeature): The |+| prefix was not taken into account.
1319    
1320            * TreeCore.dis (Node): The class now inherits
1321            the |ManakaiHasFeatureByGetFeature| class.  It now
1322            implements the |f:GetFeature| and |ecore:MUErrorTarget|
1323            interfaces.
1324            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
1325            is supported.
1326            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
1327            (manakaiParentElement): New attribute.
1328    
1329            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
1330            is removed.
1331            (lookupPrefix): Old method implementation is removed.
1332    
1333            * XML.dis (CDATASection): The |mg:NodeRefRole| was
1334            missing because of the |DISCore:stopISARecursive| property.
1335    
1336            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
1337            They now pass all tests included in those modules!
1338    
1339    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
1340    
1341            * DOMCore.dis (Require): A reference to the |MURI:Generic|
1342            module is added.
1343            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
1344            (ManakaiDOMImplementation): It now inherits
1345            the |urigen:ManakaiURIImplementation| class and
1346            implements the |ecore:MUErrorTarget| interface.  It no
1347            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
1348            (ManakaiDOMImplementation.___report_error): New method.
1349    
1350            * DOMFeature.dis (Require): It now references the |Util:Grove|
1351            module instead of |Util:ManakaiNode| module.
1352            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
1353            (f:ManakaiMinimumImplementationCompatible): New role.
1354            (ManakaiMinimumImplementation): Now it is built
1355            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
1356            module.
1357            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
1358            (c:implementation): Removed.
1359            (f:implementation, f:revImplementation): New properties.
1360    
1361            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
1362    
1363            * Tree.dis (cfg:clone-entity-reference-subtree,
1364            cfg:dtd-default-attributes, cfg:xml-id,
1365            cfg:strict-document-children): Removed (moved
1366            to the |MDOM:TreeCore| module).
1367    
1368            * TreeCore.dis (Require): The reference to the |MURI:Generic|
1369            module is removed.
1370            (ManakaiDOMImplementationTC): Some members are removed
1371            since they are incorporated to the |c:ManakaiDOMImplementation|
1372            or the |f:ManakaiMinimumImplementation|.
1373            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
1374            (replaceChildImpl1): A typo on the removing the parent node
1375            of the old child node is fixed.
1376            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
1377            module).
1378            (tc:implementation, tc:revImplementation): Removed (moved
1379            to the |MDOM:DOMFeature| module).
1380            (Document.appendChild, insertBefore, replaceChild): Sets
1381            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
1382            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
1383            when the new value is |null|.
1384            (Attr.___create_node_ref): Attribute name and
1385            owner element type specific classes are supported (it
1386            was partially implemented but was incorrect).
1387            (ManakaiDOMGetElementsNodeList.item): Don't return
1388            a node if the |index| is negative.
1389            (setNamedItem): Various typos are fixed.
1390            (removeNamedItem): The node was not removed orz
1391            (cfg:clone-entity-reference-subtree,
1392            cfg:dtd-default-attributes, cfg:xml-id,
1393            cfg:strict-document-children): Definitions are moved
1394            from the |MDOM:Tree| module.  Note that the tests for default
1395            attributes still fail.
1396            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
1397            (Attr): Role name was incorrect.
1398    
1399            * XDoctype.dis (setDefinitionNode): Return value was
1400            not set.
1401            (AttributeDefinition): Role name was incorrect.
1402    
1403            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
1404            module is added.
1405            (Notation.appendChild, insertBefore, replaceChild): New method
1406            implementations.
1407            (Entity.appendChild, insertBefore, replaceChild): New method
1408            implementations.
1409            (EntityReference.appendChild, insertBefore, replaceChild): Now
1410            they are defined as copies of ones in the |Entity| class.
1411            (XMLBaseAttribute, XMLIdAttribute): Now they are
1412            namespace unaware attributes.
1413            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
1414            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
1415            to namespace aware attributes are added.
1416    
1417    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
1418    
1419            * DOMCore.dis: Namespace prefixes are changed to new ones.
1420    
1421            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
1422            untested).
1423            (___report_error): Reimplemented (untested).
1424            (manakaiSetReadOnly): New method.
1425            (Attr.___create_node_ref): New method (untested).
1426            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
1427            (createEntityReference, cloneNode): Support for
1428            the |cfg:entity-reference-read-only| configuration
1429            parameter is removed; newly created entity references
1430            are always read-only and use the |manakaiSetReadOnly| method
1431            if desired.
1432            (Element.manakaiBaseURI): Reimplemented (untested).
1433    
1434            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
1435            the |MDOM:XML| Perl module.
1436            (DocumentTypeDefinition.___create_node_stem): Sets
1437            the |tc:implementation| internal property if its value
1438            is provided.  The |infoset:content| internal property name
1439            was incorrect.
1440            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
1441            read-only |NodeList| and |DOMStringList| are added
1442            for clarification.
1443    
1444    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
1445    
1446            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
1447            module is added.
1448            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
1449            implementation (untested).
1450    
1451            * TreeCore.dis (baseURI): Reimplemented (untested).
1452            (Roles): Definitions added.
1453    
1454            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
1455            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
1456            module is removed.
1457            (DocumentXDoctype): Reimplemented (untested).
1458            (DocumentTypeDefinition, DocumentTypeDeclaration):
1459            Reimlemented (untested).
1460            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
1461    
1462            * XML.dis (FeatureDef): New features (definitions copied
1463            from the |MDOM:DOMXML| module).
1464            (DocumentType): New interface (definition copied from
1465            the |MDOM:DOMXML| module).
1466            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
1467            Reimplemented (untested).
1468            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
1469    
1470    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
1471    
1472            * TreeCore.dis (Document): Most methods are reimplemented (untested).
1473    
1474    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
1475    
1476            * TreeCore.dis (Document): Attributes are reimplemented (untested).
1477            (Text, DocumentFragment, Comment): Most members are
1478            reimplemented (untested).
1479    
1480    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
1481    
1482            * DOMMain.dis (checkXMLNamesQName): Some checks are
1483            removed to sync with DOM Level 3 Core specification.
1484    
1485            * TreeCore.dis (Element): Most methods are reimplemented (untested).
1486            (GetElementsNodeList): Reimplemented (untested).
1487    
1488    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1489    
1490            * Tree.dis (cfg:strict-document-children): The configuration
1491            parameter must also affect on |manakaiAppendText|
1492            and |textContent| on |Document| nodes.
1493    
1494            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
1495            parameter changes the class to |bless|.
1496            (Node): Most methods are reimplemented.  (Untested)
1497            (CharacterData, Attr): Most methods and attributes are
1498            reimplemented.  (Untested)
1499    
1500            * XML.dis, XDoctype.dis: Most |Node| methods are
1501            reimplemented (untested).
1502    
1503    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
1504    
1505            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
1506            (untested).
1507    
1508    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
1509    
1510            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
1511            a qualified name.
1512    
1513            * DOMMain.dis (ensureNamespacePrefix): Undefines
1514            the prefix if it is an empty string.  (Note that
1515            it is defined as implementation dependent in
1516            DOM Level 3 Core specification).
1517    
1518            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
1519            module.
1520            (Node): Attributes are reimplemented (untested).
1521    
1522            * XML.dis (Require): It now references the |MDOMX:XDoctype|
1523            module.
1524            (Node): Attributes are reimplemented (untested).
1525            (Entity, Notation): New interfaces.
1526    
1527            * XDoctype.dis (Node): Attributes are reimplemented (untested).
1528    
1529    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
1530    
1531            * TreeCore.dis (childNodes, firstChild, lastChild,
1532            nextSibling, previousSibling, appendChild, insertBefore,
1533            replaceChild, removeChild, createDocumentFragment,
1534            createEntityReference, createProcessingInstruction,
1535            domConfig, documentElement, implementation, manakaiAppendText): New.
1536            (NodeList, DocumentFragment): New interfaces.
1537    
1538            * XML.dis (EntityReference, ProcessingInstruction): New interface.
1539    
1540    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
1541    
1542            * TreeCore.dis (Require): The |MDOM:XML| module is added.
1543            (createAttributeNS, createTextNode, createComment,
1544            createCDATASection): New methods.
1545            (Attr, Text, Comment, CharacterData): New interfaces.
1546    
1547            * Makefile: |XML.dis| is added.
1548    
1549            * XML.dis: New module.
1550    
1551    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1552    
1553            * TreeCore.dis (manakaiReadOnly): New attribute.
1554            
1555    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1556    
1557            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
1558            prefix, isSameNode, ownerDocument, parentNode): New.
1559            (Element): New interface.
1560            (createElementNS): New method.
1561            (strictErrorChecking): New.
1562    
1563    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
1564    
1565            * Makefile: |TreeCore.dis| is added.
1566    
1567            * TreeCore.dis: New module.
1568    
1569    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
1570    
1571            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
1572            parameter.
1573    
1574            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
1575    
1576            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
1577            data types added to configuration parameters.
1578    
1579    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
1580    
1581            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
1582            a |DISSource:ResourceProperty|.
1583            (c:anyDOMConfigurationParameter): New property.
1584            (CParam, boolCParam): Now they are all |dis:subsetOf|
1585            the |c:anyDOMConfigurationParameter| property.
1586            (ForDocument, ForParser, ForSerializer): Removed.
1587    
1588            * DOMLS.dis, XMLParser.dis: Likewise.
1589    
1590    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
1591    
1592            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
1593            are removed.
1594    
1595            * GenericLS.pm: Added to the CVS repository since
1596            it is necessary to create the |Message::Util::DIS::DPG| module.
1597    
1598    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
1599    
1600            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
1601            method.
1602    
1603            * XMLParser.dis: Don't create adjacent text nodes.
1604    
1605    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
1606    
1607            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
1608    
1609            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
1610            implementations are added.
1611    
1612            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
1613            implementations are added.
1614    
1615            * Tree.dis (appendChild, insertBefore, replaceChild): Method
1616            implementations are added.
1617            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
1618            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
1619            (cfg:strict-document-children): New configuration parameter.
1620    
1621    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
1622    
1623            * XDoctype.dis (replaceChild): Method implementations are added.
1624    
1625            * Tree.dis (replaceChild): Method implementations are added.
1626    
1627            * DOMXML.dis (replaceChild): Method implementations are added.
1628    
1629    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
1630    
1631            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
1632            definitions.
1633    
1634            * XDoctype.dis (insertBefore): New method implementation.
1635    
1636    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
1637    
1638            * DOMXML.dis (insertBefore): Method implementations
1639            for |ProcessingInstruction| and |Notation| nodes are added.
1640    
1641            * Tree.dis (insertBefore): Method implementation
1642            for |CharacterData| nodes is added.
1643    
1644            * XDoctype.dis (insertBefore): Method implementation
1645            for |ElementTypeDefinition| nodes is added.
1646    
1647    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
1648    
1649            * XDoctype.dis (appendChild): New method implementation.
1650    
1651    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
1652    
1653            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
1654            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
1655            (REMOVE_DOCUMENT_TYPE_ERR): New error.
1656    
1657            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
1658            (ProcessingInstruction.appendChild, CDATASection.appendChild,
1659            Notation.appendChild): New method implementation.
1660    
1661            * Tree.dis (CharacterData.appendChild): New method implementation.
1662    
1663            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
1664    
1665    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
1666    
1667            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
1668    
1669            * Tree.dis (createAttribute, createAttributeNS,
1670            setAttribute, setAttributeNS): They now supports
1671            the |cfg:xml-id| configuration parameter.
1672            (cfg:xml-id): New configuration parameter.
1673    
1674            * XDoctype.dis (createAttributeDefinition): It now
1675            supports the |cfg:xml-id| configuration parameter.
1676    
1677            * XMLParser.dis (parse): It now supports
1678            the |cfg:xml-id| configuration parameter.
1679    
1680    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
1681    
1682            * XMLParser.dis (parse): Sets |Document.documentURI|
1683            and |Document.manakaiEntityBaseURI| attributes of the
1684            document created.
1685            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
1686            property of the created node.
1687            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
1688            of the created node.
1689            (ls-input-to-input-file.default): Sets the resolved
1690            system identifier to the |documentURI| attribute if available.
1691            Sets the |baseURI| attribute if available.
1692    
1693    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
1694    
1695            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
1696            (Node.baseURI): New attribute implementations.
1697            (declarationBaseURI): Setter is added.
1698            (manakaiDeclarationBaseURI): New attribute.
1699    
1700            * Tree.dis (Require): A reference to the |MURI:Generic|
1701            module is added.
1702            (Node.baseURI): The implementation is revised.
1703            (getNodeReference): Attribute node classes specialized
1704            to attribute names are supported.
1705            (contentBaseURI, htmlBaseURI): Removed.
1706            (manakaiEntityBaseURI): New attribute.
1707            (ManakaiDOMImplementationDocument): It now inherits
1708            the |urigen:URIImplementation| class.
1709    
1710            * DOMMain.dis (isRelativeDOMURI): The definition
1711            of the URI scheme is synced with |Message::URI::Generic|'s
1712            one.
1713    
1714            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
1715            module is added.
1716            (DocumentType.implementation): New attribute.
1717            (Node.baseURI): Implementations are added.
1718            (manakaiDeclarationBaseURI): New attributes.
1719            (manakaiEntityBaseURI): New attributes.
1720            (manakaiEntityURI): New attribute.
1721            (manakaiExternal): New attribute.
1722            (manakaiBaseURI): New attribute.
1723            (ManakaiDOMXMLBaseAttr): New class.
1724    
1725    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1726    
1727            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
1728            module was missing.
1729    
1730            * ManakaiDOMLS2003.dis: Some property names was incorrect.
1731    
1732            * Makefile (distclean): New rule.
1733    
1734    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1735    
1736            * DOMLS.dis: Removed from the CVS repository, since
1737            it has been no longer required to make the |daf| system
1738            itself.
1739    
1740    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1741    
1742            * Makefile: Revised for new |daf| database format.
1743    
1744    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
1745    
1746            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
1747            module is added.
1748    
1749    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
1750    
1751            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
1752            by mistake.
1753    
1754    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
1755    
1756            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
1757            feature.
1758    
1759            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
1760    
1761            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
1762            (DOMImplementationLS.createLSParser): Implemented.
1763            (DOMImplementationLS.createLSInput): Revised.
1764            (LSInput): Note on relationship with |GenericLS| is added.
1765    
1766            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
1767    
1768  2006-02-17  Wakaba  <wakaba@suika.fam.cx>  2006-02-17  Wakaba  <wakaba@suika.fam.cx>
1769    
1770          * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|          * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24