/[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.181 by wakaba, Sun Apr 30 10:27:00 2006 UTC revision 1.238 by wakaba, Sun Jul 8 09:25:17 2007 UTC
# Line 1  Line 1 
1    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * StringExtended.pm: New Perl module.
4    
5            * DOMCharacterData.pm (length, append_data, delete_data,
6            insert_data, replace_data, substring_data): Implemented.
7    
8            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
9    
10            * Text.pm (is_element_content_whitespace, whole_text,
11            split_text): Implemented.
12    
13    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMElement.pm (attributes): Implemented.
16    
17            * DOMException.pm (INUSE_DEFINITION_ERR): New error type.
18    
19            * DocumentType.pm (entities, general_entities,
20            notations, element_types): Implemented.
21    
22            * ElementTypeDefinition.pm (attribute_definitions): Implemented.
23    
24            * NamedNodeMap.pm: New Perl module.
25    
26    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm,
29            DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm,
30            Node.pm, Notation.pm, ProcessingInstruction.pm (append_child,
31            insert_before, replace_child): Implemented.
32    
33            * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented.
34    
35            * Node.pm (remove_child): Implemented.
36    
37    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
38    
39            * Node.pm (==, is_equal_node): Implemented.
40            (is_same_node): Implemented.
41            (get_feature, get_user_data, set_user_data): Implemented.
42            (is_supported): Implemented.
43            
44    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
45    
46            * DOMDocument.pm (get_element_by_id): Implemented.
47            (create_document): Implemented.
48    
49            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
50            errors.
51            (QNAME_NULLNS_ERR): New errors.
52    
53            * DocumenType.pm (create_document_type): Implemented.
54    
55    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
56    
57            * CDATASection.pm (is_element_content_whitespace): New.
58    
59            * DOMElement.pm (has_attribute): Alpha version.
60            (create_element, create_element_ns): Implemented.
61    
62            * DocumentType.pm (get_general_entity_node): Alpha version.
63    
64            * EntityReference.pm (create_entity_reference): Implemented.
65    
66            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
67    
68    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
71    
72            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
73            (compat_mode): Check |defined| not to be warned as "uninitialized"
74            when |{manakai_compat_mode}| is |undef|.
75    
76            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
77    
78            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
79            Statements to set |$Error::Depth| are removed since they
80            are result in "uninitialized" warnings unless
81            the |Message::DOM::DOMException| module is loaded earlier.
82            Usually methods invoked in these methods does not
83            raise any exception so that it makes no difference.
84    
85    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
86    
87            * DOMDocument.pm (adopt_node): Implemented.
88            (doctype): Implemented.
89    
90            * DOMElement.pm (remove_attribute_node): Alpha version.
91    
92            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
93            error type.
94    
95            * Node.pm (set_user_data): Implemented.
96    
97    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DOMImplementation.pm (new): New method name for |____new|.
100            It will be defined in the DOM Perl Binding specification
101            as part of |DOMImplementation| interface.
102            ($HasFeature): Defined for features support.
103            (has_feature, get_feature): Implemented.
104    
105            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
106            module unless necessary.
107            (___report_error): Removed since it is not used in fact.
108    
109            * DOMImplementationList.pm, DOMImplementationSource.pm,
110            DOMImplementationRegistry.pm: New modules.
111    
112    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
113    
114            * AttributeDefinition.pm (allowed_tokens): Implemented.
115    
116            * DOMStringList.pm: New Perl module.
117    
118    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
119    
120            * DOMElement.pm (clone_node): Alpha version.  It did not work
121            at all.
122    
123    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
124    
125            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
126    
127    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
130            (manakai_is_html): Revised.
131            (Document): Now it implements the |HTMLDocument| interface.
132            (adopt_node): Alpha version.
133    
134            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
135            not |allowed_token|!
136    
137            * ElementTypeDefinition.pm (attribute_definitions): Don't
138            return an |undef| even if its |attribute_definitions|
139            list is not created.
140    
141    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * Comment.pm (node_type): Node type was incorrect!
144    
145            * DOMConfiguration.pm (get_parameter): Alpha.
146    
147            * DOMImplementation.pm (create_mc_decode_handler,
148            create_charset_name_from_uri, create_uri_from_charset_name):
149            New autoload configuration.  Note that the Message::Charset::Encode
150            module is subject to change.
151    
152            * XMLParserTemp.pm: Now it can be used with new version
153            of DOM implementation.  Current plan is to replace it by
154            an XML5 parser someday.
155    
156    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DOMLocator.pm: New module.
159    
160            * DOMError.pm: New module.
161    
162    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Node.pm (manakai_expanded_uri, manakai_parent_element,
165            clone_node, compare_document_position, has_attributes,
166            has_child_nodes, is_default_namespace, lookup_namespace_uri,
167            lookup_prefix, normalize): Implemented.
168    
169            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
170    
171            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
172    
173    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
174    
175            * AttributeDefinition.pm (____new): Set an empty list
176            to the |allowed_tokens| attribute.
177            (allowed_token): Alpha version.
178    
179            * DocumentType.pm (get_element_type_definition_node,
180            get_notation_node): ALpha version.
181    
182            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
183            version.
184    
185            * Entity.pm (notation_name): Implemented.
186    
187    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
188    
189            * Attr.pm (____new): Initialize |specified| as 1.
190            (base_uri, manakai_attribute_type, specified): Implemented.
191            (prefix): Don't check read-only flag unless |strict_error_checking|.
192            (value): Call |text_content| for now.
193    
194            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
195            (declared_type, default_type): Implemented.
196    
197            * CharacterData.pm (____new): Allow a scalar reference
198            as an input for the |data| attribute.
199            (base_uri, manakai_append_text): Implemented.
200    
201            * DOMConfiguration.pm (set_parameter): Resetting implemented.
202    
203            * DOMDocument.pm (____new): Set default values to
204            configuration parameter whose default is true.
205            (document_uri, input_encoding): Implemented.
206            (all_declarations_processed, manakai_is_html): Implemented.
207            (base_uri, manakai_append_text,
208            manakai_entity_base_uri, strict_error_checking,
209            xml_encoding, xml_version, xml_standalone): Implemented.
210    
211            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
212            (get_attribute, get_attribute_node): Alpha version.
213            (set_attribute_node, set_attribute_node_ns): Implemented.
214            (set_attribute_ns): Accept non-ARRAY qualified name.
215    
216            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
217            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
218    
219            * DocumentType.pm (public_id, system_id): Implemented.
220            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
221            manakai_append_text): Implemented.
222            (element_types, general_entities, notations,
223            set_element_type_definition_node, set_general_entity_node,
224            set_notation_node): Alpha version.
225    
226            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
227            (attribute_definitions, set_attribute_definition_node): Alpha version.
228    
229            * Entity.pm (has_replacement_tree, public_id, system_id,
230            manakai_declaration_base_uri, manakai_entity_base_uri,
231            manakai_entity_uri): Implemented.
232    
233            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
234            (base_uri, manakai_entity_base_uri): Implemented.
235    
236            * Node.pm (base_uri): Implemented.
237            (text_content): Don't check read-only or not
238            unless |strict_error_checking|.
239            (manakai_append_text): Implemented.
240            (get_feature): Alpha.
241            (manakai_set_read_only): Implemented.
242    
243            * Notation.pm (public_id, system_id, manakai_append_text,
244            manakai_declaration_base_uri): Implemented.
245    
246            * ProcessingInstruction.pm (manakai_base_uri,
247            base_uri, manakai_append_text): Implemented.
248    
249    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
250    
251            * DOMConfiguration.pm: New module.
252    
253            * Attr.pm (trivial accessor for read-write attributes): Throw
254            an exception if the node is read-only.  Delete the property
255            if undef is specified.
256            (prefix): Implemented.
257    
258            * DOMElement.pm (trivial accessor for read-write attributes): Throw
259            an exception if the node is read-only.  Delete the property
260            if undef is specified.
261            (prefix): Implemented.
262            (text_content, manakai_append_text): Old implementations are removed.
263    
264            * DOMCharacterData.pm (text_content): Implemented.
265    
266            * DOMDocument.pm (____new): Initialize the strict-document-children
267            parameter by true.
268            (text_content): Reimplemented.
269            (dom_config): New.
270    
271            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
272    
273            * DocumentType.pm (text_content): Implemented.
274    
275            * ElementTypeDefinition.pm (text_content): Implemented.
276    
277            * Node.pm (___report_error): New method.
278            (text_content): Implemented.
279            (manakai_append_text): Copied from |DOMElement.pm|.
280    
281            * Notation.pm (text_content): Implemented.
282    
283            * ProcessingInstruction.pm (text_content): Implemented.
284    
285            * Text.pm (is_element_content_whitespace): Alpha version.
286    
287    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
288    
289            * DOMException.pm (Message::IF::DOMException): Extends
290            the |Message::Util::Error| class.
291    
292            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
293            (CLEAR): Not all items were removed.
294    
295    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
296    
297            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
298            DocumentType.pm, Entity.pm,
299            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
300    
301            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
302            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
303    
304            * DOMDocument.pm (AUTOLOAD): Typo fixed.
305    
306            * Node.pm (==, !=): Implemented.
307            (manakai_read_only): Implemented.
308            (is_same_node): Implemented.
309            (is_equal_node): Alpha version.
310            (manakai_set_read_only): Alpha version.
311            (child_nodes, first_child, last_child, previous_sibling): Duplicate
312            definitions are removed.
313    
314    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
315    
316            * Node.pm: First alpha version of implementation of attributes.
317    
318    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
319    
320            * ProcessingInstruction.pm, EntityReference.pm,
321            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
322            ElementTypeDefinition.pm, AttributeDefinition.pm,
323            DocumentType.pm, DOMElement.pm, Attr.pm,
324            CharacterData.pm, Text.pm, Comment.pm (node_name,
325            node_value, node_type): Implemented.
326    
327    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
328    
329            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
330            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
331            AttributeDefinition.pm: New modules.
332    
333            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
334            (create_attribute_definition, create_element_type_definition,
335            create_document_type_definition, create_cdata_section,
336            create_processing_instruction, create_entity_reference,
337            create_general_entity, create_notation): Prototypes added.
338    
339            * DOMImplementation.pm (create_document_type): Prototype added.
340    
341            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
342            and 'Message::IF::DocumentTypeDeclaration' added.
343            (create_document_type, create_document_type_definition):
344            New methods.
345    
346    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
347    
348            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
349            DOMElement.pm, Attr.pm, DocumentType.pm,
350            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
351            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
352    
353    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
354    
355            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
356            specifies unknown value and trys to recover from the error.
357    
358    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
359    
360            * TreeCore.dis (manakaiLocalName): New attribute.
361    
362    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
363    
364            * GenericLS.dis (GLSException): New interface.
365    
366    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
367    
368            * |InputProcessor|s and |OutputProcessor|s are
369            named so that |report| statements in Perl
370            module outputs can be identified by name. |dis:dataType|s
371            of |DISCore:TFQNames| are all replaced
372            by |DISCore:QName|.
373    
374    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
375    
376            * Element.dis (createElementNS): If an array reference
377            is specified as the |qualifiedName| parameter,
378            don't set the first item as the local name
379            even if the second item is not specified (or
380            specified as |undef|).
381            (createElementNS, setAttribute, setAttributeNS,
382            removeAttribute, removeAttributeNS,
383            setAttributeNode, setAttributeNodeNS,
384            removeAttributeNode, removeAttributeNodeNS): Sets
385            or removes the |tc:contentAttributeList| value.
386    
387            * TreeCore.dis (AttrMap.item): Caches the result
388            of sorting of content attribute names.
389            (getAttrMap, getElementTypeDefNodeMap,
390            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
391            (tc:contentAttributeList): New property.
392    
393    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
394    
395            * DOMFeature.dis (ForDef): Removed.
396            (f:provides, f:through): Removed.
397            (Version): Removed.
398            (implementFeature): Removed.
399    
400    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
401    
402            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
403            GenericLS.dis, TreeCore.dis, DOMString.dis,
404            XML.dis, Element.dis, Document.dis, TreeStore,dis,
405            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
406            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
407            are removed.
408    
409    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
410    
411            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
412            GenericLS.dis, TreeCore.dis, DOMString.dis,
413            XML.dis, Element.dis, Document.dis, TreeStore,dis,
414            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
415            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
416            and |DefaultFor|s are removed.
417    
418    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
419    
420            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
421            GenericLS.dis, TreeCore.dis, DOMString.dis,
422            XML.dis, Element.dis, Document.dis, TreeStore,dis,
423            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
424            SimpleLS.dis, DOMMain.dis: References
425            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
426            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
427            modes are removed.
428    
429    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
430    
431            * CharacterData.dis, TreeCore.dis (Require): References
432            to the |Grove.dis| module are removed.
433    
434    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
435    
436            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
437            (Require): Reference to the |Grove.dis| module is removed.
438    
439    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
440    
441            * DOMCore.dis (ManakaiDOMImplementation): The
442            class is no longer plays the role of
443            a |mg:NodeRefRole|.  Redundant |f:provides|
444            properties are removed.
445    
446    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
447    
448            * TreeCore.dis, DOMCore.dis, Document.dis,
449            Element.dis, CharacterData.dis, XML.dis,
450            XDoctype.dis, DOMString.dis, TreeStore.dis,
451            XMLParser.dis: Use Perl native
452            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
453            for DOM nodes.  See
454            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
455    
456    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
457    
458            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
459    
460    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
461    
462            * DOMString.dis: New module.
463    
464            * DOMString.pm: New file.
465    
466            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
467            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
468            Now it references the |DOMImplementationRegistry| object.
469            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
470            (DOMImplementationRegistry): New interface and
471            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
472            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
473            that the class no longer support |get_implementation|
474            and |get_implementation_list| methods from
475            the |ImplementationRegistry| interface.
476            (DOMImplementationList): Class implemented; no
477            longer inherits from |ImplementationList|.
478            (DOMImplementationSource): Class implemented; no
479            longer inherits from |ImplementationSource|.  Note that
480            the class no longer support |get_implementation|
481            and |get_implementation_list| methods from
482            the |ImplementationSource| interface.
483            (DOMStringList): Removed.
484    
485            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
486            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
487            ManakaiDOM:DOMXMLFeatureXML11, most part of
488            documentation for obsolete DOM Level 3 Minimum Implementation
489            module, obsolete property name aliases,
490            ImplemenationRegistryVar, ImplementationRegistry,
491            DEBUG, MIString, ImplementationList, ImplementationSource,
492            ManakaiDOM:implID): Removed.
493    
494            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
495            (DOMString): Removed.
496            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
497    
498            * Makefile: |DOMString.pm| is added.
499    
500            * TreeCore.dis (is_default_namespace): |null| was
501            returned where a false is expected (|null| is
502            a false in Perl, but real |false| is appropriate here).
503    
504    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
505    
506            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
507    
508            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
509    
510            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
511    
512    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
513    
514            * DOMFeature.dis (ImplementationList, ImplementationSource,
515            ImplementationRegistry): Parameters |features|
516            now allow |null| (equivalent to an empty string).
517    
518    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
519    
520            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
521            class.  Factory methods |createTextNode| and |createComment|
522            are moved from |ManakaiDOMDocument|.
523    
524            * DOMCore.dis: References to |ManakaiDOMObject|
525            are removed.
526            (tc:createImplForTest): Moved from |TreeCore.dis|.
527            (DOMImplementation.___create_node_ref): Support
528            for the |mg:nodeRefClass| option is removed.
529            (ManakaiDOMConfiguration.___report_error): Moved
530            from |ManakaiDOMObject| class.
531    
532            * DOMFeature.dis (domidl:extends): New property.
533            (f:getFeatureImpl): Support for |+| classes is removed.
534    
535            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
536            (ManakaiDOM:ManakaiDOMObject): Removed.
537            (DOMDataType): Removed.
538    
539            * Document.dis (ManakaiDOMImplementationDocument):
540            The |createDocument| method is moved from
541            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
542            (ManakaiDOMDocument.___create_node_ref): Removed.
543            (createElement, createElementNS, createAttribute,
544            createAttributeNS, createTextNode, createComment,
545            createCDATASection, createEntityReference,
546            createProcessingInstruction): Class implementations
547            are moved to each module.
548    
549            * Element.dis (ManakaiDOMImplementationElement): Factory
550            methods are moved from |Document.dis|.
551            (ManakaiDOMElement.___create_node_ref): Support
552            for old class registry is removed.
553            (ManakaiDOMAttr.___create_node_ref): Removed.
554            (Attr.baseURI): Implementation
555            for |xml:base| attribute is merged.
556            (Attr.nodeValue, Attr.value): Implementation
557            for |xml:id| attribute is merged.
558    
559            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
560    
561            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
562            definition for |createDocumentType| method
563            is moved from |TreeCore.dis|.
564    
565            * XML.dis (ManakaiDOMXMLDocument): Factory
566            methods are moved from |Document.dis|.
567            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
568            into |ManakaiDOMAttr| in |Element.dis|).
569    
570    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
571    
572            * Element.dis (___get_node_ref): |eval|ed |require|
573            statement was broken.
574    
575            * DOMFeature.dis (getImplementationList): Argument
576            is not passed to the |getImplementation| method.
577    
578            * TreeStore.dis (DOMImplementationTreeStore): It
579            did not |f:implements| the |TSFeature30| feature.
580    
581            * XMLParser.dis: Use |create_uri_reference|
582            method instead of internal |_new| method
583            to create a URI reference object.
584    
585    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
586    
587            * DOMCore.dis (ManakaiDOMImplementation): No longer
588            explicitly inherits |urigen:ManakaiURIImplementation| (and
589            the |f:ManakaiMinimumImplementation| class inherited
590            by it).  The |f:Minimum| feature is ever implemented
591            for compatibility (but is expected to be removed).
592            Internal methods such as |___report_error| are copied from
593            obsolete |f:MinimumImplementation| class.  DOM3
594            methods |hasFeature| and |getFeature| are also
595            moved from that class, but they now support no
596            foreign classes.
597    
598            * DOMFeature.dis (ManakaiImplementationSource): It
599            now |p:require|s |Message::Util::AutoLoad::Registry|.
600            The class no longer support classes
601            other than |ManakaiDOMImplementation|.  Note
602            that the |ImplementationRegistry| object does continue
603            to support foreign classes via foreign classes
604            implementing |ImplementationSource|
605            or |DOMImplementationSource| interface.
606            (MinimumImplementation): Removed.
607    
608            * DOMLS.dis (ManakaiDOMImplementationLS): It no
609            longer inherit the |ManakaiDOMImplementation|; it
610            is now expected to be implemented by |DOMImplementation|
611            objects.
612    
613            * DOMMain.dis (null): Removed.
614    
615            * Document.dis (___create_node_ref): It no
616            longer support foreign classes other
617            than |Message::DOM::Document::ManakaiDOMDocument|.
618            Note that document format specific DOM
619            interfaces, if supported, should be
620            all instances of the |Document| interface
621            in the implementation, as defined
622            in the Web Applications 1.0 specification (where
623            the |HTMLDocument| interface must be implemented
624            by all |Document| objects, even if the |Document|
625            contains no HTML element).
626    
627            * GenericLS.dis (GLSImplementation): It no
628            longer inherit the |MinimumImplementation|; it
629            is now expected to be implemented by |DOMImplementation|
630            objects.
631            (createGLSParser, createGLSSerializer): Load
632            module implementing parser or serializer
633            if necessary.
634    
635            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
636            longer inherits the |ManakaiDOMDocument|; it
637            is now expected to be implemented by |Document|
638            objects.
639    
640            * XDP.dis (XDPDocument): It no longer
641            inherits the |Document|; it is now expected
642            to be implemented by all |Document| objects.
643    
644            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
645            longer inherits the |ManakaiDOMDocument|; it
646            is now expected to be implemented by |Document|
647            objects.
648    
649    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
650    
651            * DOMCore.dis (ManakaiDOMImplementation): No longer
652            explicitly inherits |tc:ManakaiDOMImplementationTC|.
653            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
654    
655            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
656            the |ManakaiDOMImplementation| class.
657    
658    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
659    
660            * DOMFeature.dis: Definitions for various concepts
661            are added.
662    
663            * GenericLS.dis (GLSImplementation): It no
664            longer inherits the |MinimumImplementation|; rather,
665            any |ManakaiMinimumImplementation| object also
666            implements |GLSImplementation| methods.
667    
668            * TreeStore.dis (DOMImplementationTreeStore): It no
669            longer inherits the |DOMImplementation|; rather,
670            any |ManakaiDOMImplementation| object also
671            implements |DOMImplementationTreeStore| methods.
672    
673    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
674    
675            * TreeStore.pm: Added to the CVS repository
676            to enable for the dis database to contain XML
677            fragments.
678    
679            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
680    
681            * TreeStore.dis (Namespace): Namespace URI was incorrect.
682    
683    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
684    
685            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
686    
687            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
688    
689            * XDP.dis (dtdText): Test assertion was incorrect.
690    
691    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
692    
693            * XDP.dis (XDPEntityValue.stringify): Don't escape
694            any |%|s in |xdp:attr-definition| children.
695    
696    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
697    
698            * XDP.dis (createXDPRNIKeyword): The Perl method
699            name property is added.
700    
701    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
702    
703            * XDP.dis (createXDPIf): New method.
704            (XDPIfElement): New interface.
705    
706    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
707    
708            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
709            New methods.
710    
711    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
712    
713            * XDP.dis (XDPDocument): A number of constructor methods
714            are added.
715            (XDPTextDecl.dtdText): The |xml| target was missing.
716    
717    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
718    
719            * Traversal.dis (SerialWalker): New interface.
720            (manakaiCreateSerialWalker): New method.
721    
722    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
723    
724            * Traversal.dis (testNode): Calls |acceptNode| method
725            rather than |&{}| dereferencing.
726            (acceptNode): Implemented.
727    
728    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
729    
730            * XDP.dis: New module.
731    
732            * Makefile: |XDP.dis| is added.
733    
734            * Traversal.dis (NodeFilter): |InputProcessor|
735            and |OutputProcessor| are added.
736    
737    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
738    
739            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
740            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
741            is added.  The |FILTER_REJECT| value is treated
742            as |FILTER_ACCEPT| if the |currentNode| is in the
743            rejected subtree as specified in the spec.
744    
745    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
746    
747            * SimpleLS.dis: An |xmlns:| prefix was missing.
748    
749    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
750    
751            * SimpleLS.dis: Namespace bugs are fixed.
752    
753  2006-04-30  Wakaba  <wakaba@suika.fam.cx>  2006-04-30  Wakaba  <wakaba@suika.fam.cx>
754    
755          * .cvsignore: Updated.          * .cvsignore: Updated.

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.238

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24