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

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.284

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24