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

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.278

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24