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

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.247

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24