/[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.158 by wakaba, Tue Mar 28 00:59:50 2006 UTC revision 1.234 by wakaba, Sat Jul 7 12:26:03 2007 UTC
# Line 1  Line 1 
1    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMDocument.pm (get_element_by_id): Implemented.
4            (create_document): Implemented.
5    
6            * DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New
7            errors.
8            (QNAME_NULLNS_ERR): New errors.
9    
10            * DocumenType.pm (create_document_type): Implemented.
11    
12    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
13    
14            * CDATASection.pm (is_element_content_whitespace): New.
15    
16            * DOMElement.pm (has_attribute): Alpha version.
17            (create_element, create_element_ns): Implemented.
18    
19            * DocumentType.pm (get_general_entity_node): Alpha version.
20    
21            * EntityReference.pm (create_entity_reference): Implemented.
22    
23            * ProcessingInstruction.pm (create_processing_instruction): Implemented.
24    
25    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
28    
29            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
30            (compat_mode): Check |defined| not to be warned as "uninitialized"
31            when |{manakai_compat_mode}| is |undef|.
32    
33            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
34    
35            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
36            Statements to set |$Error::Depth| are removed since they
37            are result in "uninitialized" warnings unless
38            the |Message::DOM::DOMException| module is loaded earlier.
39            Usually methods invoked in these methods does not
40            raise any exception so that it makes no difference.
41    
42    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMDocument.pm (adopt_node): Implemented.
45            (doctype): Implemented.
46    
47            * DOMElement.pm (remove_attribute_node): Alpha version.
48    
49            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
50            error type.
51    
52            * Node.pm (set_user_data): Implemented.
53    
54    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DOMImplementation.pm (new): New method name for |____new|.
57            It will be defined in the DOM Perl Binding specification
58            as part of |DOMImplementation| interface.
59            ($HasFeature): Defined for features support.
60            (has_feature, get_feature): Implemented.
61    
62            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
63            module unless necessary.
64            (___report_error): Removed since it is not used in fact.
65    
66            * DOMImplementationList.pm, DOMImplementationSource.pm,
67            DOMImplementationRegistry.pm: New modules.
68    
69    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
70    
71            * AttributeDefinition.pm (allowed_tokens): Implemented.
72    
73            * DOMStringList.pm: New Perl module.
74    
75    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
76    
77            * DOMElement.pm (clone_node): Alpha version.  It did not work
78            at all.
79    
80    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
81    
82            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
83    
84    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
87            (manakai_is_html): Revised.
88            (Document): Now it implements the |HTMLDocument| interface.
89            (adopt_node): Alpha version.
90    
91            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
92            not |allowed_token|!
93    
94            * ElementTypeDefinition.pm (attribute_definitions): Don't
95            return an |undef| even if its |attribute_definitions|
96            list is not created.
97    
98    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
99    
100            * Comment.pm (node_type): Node type was incorrect!
101    
102            * DOMConfiguration.pm (get_parameter): Alpha.
103    
104            * DOMImplementation.pm (create_mc_decode_handler,
105            create_charset_name_from_uri, create_uri_from_charset_name):
106            New autoload configuration.  Note that the Message::Charset::Encode
107            module is subject to change.
108    
109            * XMLParserTemp.pm: Now it can be used with new version
110            of DOM implementation.  Current plan is to replace it by
111            an XML5 parser someday.
112    
113    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DOMLocator.pm: New module.
116    
117            * DOMError.pm: New module.
118    
119    2007-06-20  Wakaba  <wakaba@suika.fam.cx>
120    
121            * Node.pm (manakai_expanded_uri, manakai_parent_element,
122            clone_node, compare_document_position, has_attributes,
123            has_child_nodes, is_default_namespace, lookup_namespace_uri,
124            lookup_prefix, normalize): Implemented.
125    
126            * DOMElement.pm (remove_attribute, set_attribute): Alpha version.
127    
128            * DOMException.pm (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error.
129    
130    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
131    
132            * AttributeDefinition.pm (____new): Set an empty list
133            to the |allowed_tokens| attribute.
134            (allowed_token): Alpha version.
135    
136            * DocumentType.pm (get_element_type_definition_node,
137            get_notation_node): ALpha version.
138    
139            * ElementTypeDefinition.pm (attribute_definitions): Alpha 2
140            version.
141    
142            * Entity.pm (notation_name): Implemented.
143    
144    2007-06-17  Wakaba  <wakaba@suika.fam.cx>
145    
146            * Attr.pm (____new): Initialize |specified| as 1.
147            (base_uri, manakai_attribute_type, specified): Implemented.
148            (prefix): Don't check read-only flag unless |strict_error_checking|.
149            (value): Call |text_content| for now.
150    
151            * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added.
152            (declared_type, default_type): Implemented.
153    
154            * CharacterData.pm (____new): Allow a scalar reference
155            as an input for the |data| attribute.
156            (base_uri, manakai_append_text): Implemented.
157    
158            * DOMConfiguration.pm (set_parameter): Resetting implemented.
159    
160            * DOMDocument.pm (____new): Set default values to
161            configuration parameter whose default is true.
162            (document_uri, input_encoding): Implemented.
163            (all_declarations_processed, manakai_is_html): Implemented.
164            (base_uri, manakai_append_text,
165            manakai_entity_base_uri, strict_error_checking,
166            xml_encoding, xml_version, xml_standalone): Implemented.
167    
168            * DOMElement.pm (manakai_base_uri, base_uri): Implemented.
169            (get_attribute, get_attribute_node): Alpha version.
170            (set_attribute_node, set_attribute_node_ns): Implemented.
171            (set_attribute_ns): Accept non-ARRAY qualified name.
172    
173            * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|,
174            |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added.
175    
176            * DocumentType.pm (public_id, system_id): Implemented.
177            (base_uri, declaration_base_uri, manakai_declaration_base_uri,
178            manakai_append_text): Implemented.
179            (element_types, general_entities, notations,
180            set_element_type_definition_node, set_general_entity_node,
181            set_notation_node): Alpha version.
182    
183            * ElementTypeDefinition.pm (manakai_append_text): Implemented.
184            (attribute_definitions, set_attribute_definition_node): Alpha version.
185    
186            * Entity.pm (has_replacement_tree, public_id, system_id,
187            manakai_declaration_base_uri, manakai_entity_base_uri,
188            manakai_entity_uri): Implemented.
189    
190            * EntityReference.pm (manakai_expanded, manakai_external): Implemented.
191            (base_uri, manakai_entity_base_uri): Implemented.
192    
193            * Node.pm (base_uri): Implemented.
194            (text_content): Don't check read-only or not
195            unless |strict_error_checking|.
196            (manakai_append_text): Implemented.
197            (get_feature): Alpha.
198            (manakai_set_read_only): Implemented.
199    
200            * Notation.pm (public_id, system_id, manakai_append_text,
201            manakai_declaration_base_uri): Implemented.
202    
203            * ProcessingInstruction.pm (manakai_base_uri,
204            base_uri, manakai_append_text): Implemented.
205    
206    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
207    
208            * DOMConfiguration.pm: New module.
209    
210            * Attr.pm (trivial accessor for read-write attributes): Throw
211            an exception if the node is read-only.  Delete the property
212            if undef is specified.
213            (prefix): Implemented.
214    
215            * DOMElement.pm (trivial accessor for read-write attributes): Throw
216            an exception if the node is read-only.  Delete the property
217            if undef is specified.
218            (prefix): Implemented.
219            (text_content, manakai_append_text): Old implementations are removed.
220    
221            * DOMCharacterData.pm (text_content): Implemented.
222    
223            * DOMDocument.pm (____new): Initialize the strict-document-children
224            parameter by true.
225            (text_content): Reimplemented.
226            (dom_config): New.
227    
228            * DOMException.pm (READ_ONLY_NODE_ERR): New subtype.
229    
230            * DocumentType.pm (text_content): Implemented.
231    
232            * ElementTypeDefinition.pm (text_content): Implemented.
233    
234            * Node.pm (___report_error): New method.
235            (text_content): Implemented.
236            (manakai_append_text): Copied from |DOMElement.pm|.
237    
238            * Notation.pm (text_content): Implemented.
239    
240            * ProcessingInstruction.pm (text_content): Implemented.
241    
242            * Text.pm (is_element_content_whitespace): Alpha version.
243    
244    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
245    
246            * DOMException.pm (Message::IF::DOMException): Extends
247            the |Message::Util::Error| class.
248    
249            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
250            (CLEAR): Not all items were removed.
251    
252    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
253    
254            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
255            DocumentType.pm, Entity.pm,
256            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
257    
258            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
259            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
260    
261            * DOMDocument.pm (AUTOLOAD): Typo fixed.
262    
263            * Node.pm (==, !=): Implemented.
264            (manakai_read_only): Implemented.
265            (is_same_node): Implemented.
266            (is_equal_node): Alpha version.
267            (manakai_set_read_only): Alpha version.
268            (child_nodes, first_child, last_child, previous_sibling): Duplicate
269            definitions are removed.
270    
271    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
272    
273            * Node.pm: First alpha version of implementation of attributes.
274    
275    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
276    
277            * ProcessingInstruction.pm, EntityReference.pm,
278            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
279            ElementTypeDefinition.pm, AttributeDefinition.pm,
280            DocumentType.pm, DOMElement.pm, Attr.pm,
281            CharacterData.pm, Text.pm, Comment.pm (node_name,
282            node_value, node_type): Implemented.
283    
284    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
285    
286            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
287            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
288            AttributeDefinition.pm: New modules.
289    
290            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
291            (create_attribute_definition, create_element_type_definition,
292            create_document_type_definition, create_cdata_section,
293            create_processing_instruction, create_entity_reference,
294            create_general_entity, create_notation): Prototypes added.
295    
296            * DOMImplementation.pm (create_document_type): Prototype added.
297    
298            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
299            and 'Message::IF::DocumentTypeDeclaration' added.
300            (create_document_type, create_document_type_definition):
301            New methods.
302    
303    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
304    
305            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
306            DOMElement.pm, Attr.pm, DocumentType.pm,
307            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
308            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
309    
310    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
311    
312            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
313            specifies unknown value and trys to recover from the error.
314    
315    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
316    
317            * TreeCore.dis (manakaiLocalName): New attribute.
318    
319    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
320    
321            * GenericLS.dis (GLSException): New interface.
322    
323    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
324    
325            * |InputProcessor|s and |OutputProcessor|s are
326            named so that |report| statements in Perl
327            module outputs can be identified by name. |dis:dataType|s
328            of |DISCore:TFQNames| are all replaced
329            by |DISCore:QName|.
330    
331    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
332    
333            * Element.dis (createElementNS): If an array reference
334            is specified as the |qualifiedName| parameter,
335            don't set the first item as the local name
336            even if the second item is not specified (or
337            specified as |undef|).
338            (createElementNS, setAttribute, setAttributeNS,
339            removeAttribute, removeAttributeNS,
340            setAttributeNode, setAttributeNodeNS,
341            removeAttributeNode, removeAttributeNodeNS): Sets
342            or removes the |tc:contentAttributeList| value.
343    
344            * TreeCore.dis (AttrMap.item): Caches the result
345            of sorting of content attribute names.
346            (getAttrMap, getElementTypeDefNodeMap,
347            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
348            (tc:contentAttributeList): New property.
349    
350    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
351    
352            * DOMFeature.dis (ForDef): Removed.
353            (f:provides, f:through): Removed.
354            (Version): Removed.
355            (implementFeature): Removed.
356    
357    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
358    
359            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
360            GenericLS.dis, TreeCore.dis, DOMString.dis,
361            XML.dis, Element.dis, Document.dis, TreeStore,dis,
362            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
363            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
364            are removed.
365    
366    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
367    
368            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
369            GenericLS.dis, TreeCore.dis, DOMString.dis,
370            XML.dis, Element.dis, Document.dis, TreeStore,dis,
371            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
372            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
373            and |DefaultFor|s are removed.
374    
375    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
376    
377            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
378            GenericLS.dis, TreeCore.dis, DOMString.dis,
379            XML.dis, Element.dis, Document.dis, TreeStore,dis,
380            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
381            SimpleLS.dis, DOMMain.dis: References
382            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
383            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
384            modes are removed.
385    
386    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
387    
388            * CharacterData.dis, TreeCore.dis (Require): References
389            to the |Grove.dis| module are removed.
390    
391    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
392    
393            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
394            (Require): Reference to the |Grove.dis| module is removed.
395    
396    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
397    
398            * DOMCore.dis (ManakaiDOMImplementation): The
399            class is no longer plays the role of
400            a |mg:NodeRefRole|.  Redundant |f:provides|
401            properties are removed.
402    
403    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
404    
405            * TreeCore.dis, DOMCore.dis, Document.dis,
406            Element.dis, CharacterData.dis, XML.dis,
407            XDoctype.dis, DOMString.dis, TreeStore.dis,
408            XMLParser.dis: Use Perl native
409            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
410            for DOM nodes.  See
411            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
412    
413    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
414    
415            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
416    
417    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
418    
419            * DOMString.dis: New module.
420    
421            * DOMString.pm: New file.
422    
423            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
424            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
425            Now it references the |DOMImplementationRegistry| object.
426            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
427            (DOMImplementationRegistry): New interface and
428            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
429            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
430            that the class no longer support |get_implementation|
431            and |get_implementation_list| methods from
432            the |ImplementationRegistry| interface.
433            (DOMImplementationList): Class implemented; no
434            longer inherits from |ImplementationList|.
435            (DOMImplementationSource): Class implemented; no
436            longer inherits from |ImplementationSource|.  Note that
437            the class no longer support |get_implementation|
438            and |get_implementation_list| methods from
439            the |ImplementationSource| interface.
440            (DOMStringList): Removed.
441    
442            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
443            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
444            ManakaiDOM:DOMXMLFeatureXML11, most part of
445            documentation for obsolete DOM Level 3 Minimum Implementation
446            module, obsolete property name aliases,
447            ImplemenationRegistryVar, ImplementationRegistry,
448            DEBUG, MIString, ImplementationList, ImplementationSource,
449            ManakaiDOM:implID): Removed.
450    
451            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
452            (DOMString): Removed.
453            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
454    
455            * Makefile: |DOMString.pm| is added.
456    
457            * TreeCore.dis (is_default_namespace): |null| was
458            returned where a false is expected (|null| is
459            a false in Perl, but real |false| is appropriate here).
460    
461    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
462    
463            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
464    
465            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
466    
467            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
468    
469    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
470    
471            * DOMFeature.dis (ImplementationList, ImplementationSource,
472            ImplementationRegistry): Parameters |features|
473            now allow |null| (equivalent to an empty string).
474    
475    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
476    
477            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
478            class.  Factory methods |createTextNode| and |createComment|
479            are moved from |ManakaiDOMDocument|.
480    
481            * DOMCore.dis: References to |ManakaiDOMObject|
482            are removed.
483            (tc:createImplForTest): Moved from |TreeCore.dis|.
484            (DOMImplementation.___create_node_ref): Support
485            for the |mg:nodeRefClass| option is removed.
486            (ManakaiDOMConfiguration.___report_error): Moved
487            from |ManakaiDOMObject| class.
488    
489            * DOMFeature.dis (domidl:extends): New property.
490            (f:getFeatureImpl): Support for |+| classes is removed.
491    
492            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
493            (ManakaiDOM:ManakaiDOMObject): Removed.
494            (DOMDataType): Removed.
495    
496            * Document.dis (ManakaiDOMImplementationDocument):
497            The |createDocument| method is moved from
498            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
499            (ManakaiDOMDocument.___create_node_ref): Removed.
500            (createElement, createElementNS, createAttribute,
501            createAttributeNS, createTextNode, createComment,
502            createCDATASection, createEntityReference,
503            createProcessingInstruction): Class implementations
504            are moved to each module.
505    
506            * Element.dis (ManakaiDOMImplementationElement): Factory
507            methods are moved from |Document.dis|.
508            (ManakaiDOMElement.___create_node_ref): Support
509            for old class registry is removed.
510            (ManakaiDOMAttr.___create_node_ref): Removed.
511            (Attr.baseURI): Implementation
512            for |xml:base| attribute is merged.
513            (Attr.nodeValue, Attr.value): Implementation
514            for |xml:id| attribute is merged.
515    
516            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
517    
518            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
519            definition for |createDocumentType| method
520            is moved from |TreeCore.dis|.
521    
522            * XML.dis (ManakaiDOMXMLDocument): Factory
523            methods are moved from |Document.dis|.
524            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
525            into |ManakaiDOMAttr| in |Element.dis|).
526    
527    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
528    
529            * Element.dis (___get_node_ref): |eval|ed |require|
530            statement was broken.
531    
532            * DOMFeature.dis (getImplementationList): Argument
533            is not passed to the |getImplementation| method.
534    
535            * TreeStore.dis (DOMImplementationTreeStore): It
536            did not |f:implements| the |TSFeature30| feature.
537    
538            * XMLParser.dis: Use |create_uri_reference|
539            method instead of internal |_new| method
540            to create a URI reference object.
541    
542    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
543    
544            * DOMCore.dis (ManakaiDOMImplementation): No longer
545            explicitly inherits |urigen:ManakaiURIImplementation| (and
546            the |f:ManakaiMinimumImplementation| class inherited
547            by it).  The |f:Minimum| feature is ever implemented
548            for compatibility (but is expected to be removed).
549            Internal methods such as |___report_error| are copied from
550            obsolete |f:MinimumImplementation| class.  DOM3
551            methods |hasFeature| and |getFeature| are also
552            moved from that class, but they now support no
553            foreign classes.
554    
555            * DOMFeature.dis (ManakaiImplementationSource): It
556            now |p:require|s |Message::Util::AutoLoad::Registry|.
557            The class no longer support classes
558            other than |ManakaiDOMImplementation|.  Note
559            that the |ImplementationRegistry| object does continue
560            to support foreign classes via foreign classes
561            implementing |ImplementationSource|
562            or |DOMImplementationSource| interface.
563            (MinimumImplementation): Removed.
564    
565            * DOMLS.dis (ManakaiDOMImplementationLS): It no
566            longer inherit the |ManakaiDOMImplementation|; it
567            is now expected to be implemented by |DOMImplementation|
568            objects.
569    
570            * DOMMain.dis (null): Removed.
571    
572            * Document.dis (___create_node_ref): It no
573            longer support foreign classes other
574            than |Message::DOM::Document::ManakaiDOMDocument|.
575            Note that document format specific DOM
576            interfaces, if supported, should be
577            all instances of the |Document| interface
578            in the implementation, as defined
579            in the Web Applications 1.0 specification (where
580            the |HTMLDocument| interface must be implemented
581            by all |Document| objects, even if the |Document|
582            contains no HTML element).
583    
584            * GenericLS.dis (GLSImplementation): It no
585            longer inherit the |MinimumImplementation|; it
586            is now expected to be implemented by |DOMImplementation|
587            objects.
588            (createGLSParser, createGLSSerializer): Load
589            module implementing parser or serializer
590            if necessary.
591    
592            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
593            longer inherits the |ManakaiDOMDocument|; it
594            is now expected to be implemented by |Document|
595            objects.
596    
597            * XDP.dis (XDPDocument): It no longer
598            inherits the |Document|; it is now expected
599            to be implemented by all |Document| objects.
600    
601            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
602            longer inherits the |ManakaiDOMDocument|; it
603            is now expected to be implemented by |Document|
604            objects.
605    
606    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
607    
608            * DOMCore.dis (ManakaiDOMImplementation): No longer
609            explicitly inherits |tc:ManakaiDOMImplementationTC|.
610            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
611    
612            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
613            the |ManakaiDOMImplementation| class.
614    
615    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
616    
617            * DOMFeature.dis: Definitions for various concepts
618            are added.
619    
620            * GenericLS.dis (GLSImplementation): It no
621            longer inherits the |MinimumImplementation|; rather,
622            any |ManakaiMinimumImplementation| object also
623            implements |GLSImplementation| methods.
624    
625            * TreeStore.dis (DOMImplementationTreeStore): It no
626            longer inherits the |DOMImplementation|; rather,
627            any |ManakaiDOMImplementation| object also
628            implements |DOMImplementationTreeStore| methods.
629    
630    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
631    
632            * TreeStore.pm: Added to the CVS repository
633            to enable for the dis database to contain XML
634            fragments.
635    
636            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
637    
638            * TreeStore.dis (Namespace): Namespace URI was incorrect.
639    
640    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
641    
642            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
643    
644            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
645    
646            * XDP.dis (dtdText): Test assertion was incorrect.
647    
648    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
649    
650            * XDP.dis (XDPEntityValue.stringify): Don't escape
651            any |%|s in |xdp:attr-definition| children.
652    
653    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
654    
655            * XDP.dis (createXDPRNIKeyword): The Perl method
656            name property is added.
657    
658    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
659    
660            * XDP.dis (createXDPIf): New method.
661            (XDPIfElement): New interface.
662    
663    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
664    
665            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
666            New methods.
667    
668    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
669    
670            * XDP.dis (XDPDocument): A number of constructor methods
671            are added.
672            (XDPTextDecl.dtdText): The |xml| target was missing.
673    
674    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
675    
676            * Traversal.dis (SerialWalker): New interface.
677            (manakaiCreateSerialWalker): New method.
678    
679    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
680    
681            * Traversal.dis (testNode): Calls |acceptNode| method
682            rather than |&{}| dereferencing.
683            (acceptNode): Implemented.
684    
685    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
686    
687            * XDP.dis: New module.
688    
689            * Makefile: |XDP.dis| is added.
690    
691            * Traversal.dis (NodeFilter): |InputProcessor|
692            and |OutputProcessor| are added.
693    
694    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
695    
696            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
697            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
698            is added.  The |FILTER_REJECT| value is treated
699            as |FILTER_ACCEPT| if the |currentNode| is in the
700            rejected subtree as specified in the spec.
701    
702    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
703    
704            * SimpleLS.dis: An |xmlns:| prefix was missing.
705    
706    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
707    
708            * SimpleLS.dis: Namespace bugs are fixed.
709    
710    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
711    
712            * .cvsignore: Updated.
713    
714            * Traversal.dis: Unused declarations are removed.
715    
716    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
717    
718            * CharacterData.dis (Require): A reference to
719            the |MDOM:Traversal| module is added.
720            (wholeText): Implemented.
721    
722    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
723    
724            * Makefile: |Traversal.dis| is added.
725    
726            * Traversal.dis: New module.
727    
728            * TreeCore.dis (___report_error): Return value was
729            not propagated.
730    
731    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
732    
733            * Element.dis (removeAttributeNS): A runtime error
734            was occurred if there was no specified attribute node.
735    
736            * TreeCore.dis (manakaiLanguage): New attribute.
737    
738    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
739    
740            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
741            New attributes.
742    
743            (StaticNodeList): New interface.
744    
745    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
746    
747            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
748    
749    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
750    
751            * SimpleLS.dis: Reimplemented.
752    
753    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
754    
755            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
756            a qualified name.
757            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
758    
759            * TreeCore.dis (compareDocumentPosition): Implemented.
760            (normalize): Implemented.
761            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
762            class.
763    
764    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
765    
766            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
767    
768    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
769    
770            * CharacterData.dis (length, insertData, substringData,
771            appendData, deleteData, replaceData, splitText): Reimplemented.
772    
773            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
774            (c:index): The definition was missing.
775            (c:length): New property.
776    
777    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
778    
779            * XMLParser.dis (close): Invoke |close| method
780            rather than |close| function.
781    
782    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
783    
784            * CharacterData.dis: New module split from |TreeCore.dis|.
785    
786            * CharacterData.pm: Added to the CVS repository.
787    
788            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
789            interfaces are removed.
790            (Require): A reference to the |MDOM:CharacterData| module
791            is added.
792    
793            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
794    
795            * DOMCore.dis (StringOutOfBoundsException): New error.
796    
797            * Makefile: |CharacterData.pm| is added.
798    
799    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
800    
801            * XMLParser.dis (Require): Requires the |MCharset:Encode|
802            module.
803            (parse): Set the |inputEncoding| attribute of the generated document
804            object.
805            (resolveLSInput default implementation): The |byteStream|
806            and |encoding| attributes of the |LSInput| interface
807            are now supported.
808            (resolveLSInput): Parameters |impl| and |parser| are added.
809            (InputFile.inputEncoding): New attribute.
810    
811    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
812    
813            * Document.dis (adoptNode test): Documents were
814            made by different documents.
815    
816    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
817    
818            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
819            parameter is changed to |cfg:dtd-default-attribute|.
820    
821    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
822    
823            * TreeCore.dis: The |DOMMain:raiseException| elements
824            are replaced by |disPerl:EXCEPTION|s.
825    
826    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
827    
828            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
829    
830            * Node.dis (cfg:dtd-default-attribute): The configuration
831            parameter |cfg:dtd-default-attributes| is renamed
832            as |cfg:dtd-default-attribute|.
833            (Roles): Definitions are changed so that classes
834            that implement those classes MUST implement the |Node|
835            and its subinterfaces.
836            (cfg:dtd-attribute-type): New configuration parameter.
837    
838            * Document.dis (adoptNode): Don't throw exception
839            if |strictErrorChecking| is |false|.
840    
841            * Element.dis (setAttribute, setAttributeNS): Don't
842            set [attribute type] if the |cfg:dtd-attribute-type|
843            configuration parameter is set to |false|.
844            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
845            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
846            configuration parameter is set to |false|.
847    
848    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
849    
850            * TreeStore.dis: New module.
851    
852            * Makefile: |TreeStore.dis| is added.
853    
854    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
855    
856            * XMLParser.dis: Updated so that it can be used
857            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
858            and |XML.pm|.  Set the read-only flag to
859            the |DocumentType|, |Entity|, and |EntityReference| noes.
860    
861            * Node.dis (textContent): It did not handle descendant
862            element and entity reference nodes.
863    
864            * Element.dis, XML.dis (manakaiBaseURI.get): Its
865            definition has been changed to return only explicit
866            base URI specification.
867    
868            * DOMLS.dis (LSInput, LSOutput): They no longer
869            inherits the |ManakaiDOM:ManakaiDOMObject| class.
870    
871            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
872    
873            * Tree.pm, DOMXML.pm: Removed.
874    
875            * TreeCore.pm, Document.pm, Element.pm: Added
876            to the CVS repository since they are necessary to
877            build the dis library.
878    
879            * Makefile: Sync'ed to new modules disposition.
880    
881    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
882    
883            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
884            removed.  For |Element.pm| and |Document.pm| are added.
885    
886            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
887    
888            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
889    
890    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
891    
892            * DOMFeature.dis (getImplementation, getImplementationList): Support
893            for new class information variables.
894            (DOMLS:Generic): This old feature name is removed.
895    
896            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
897            for new class information variables.
898    
899            * TreeCore.dis (manakaiExpandedURI): New attribute.
900            (Document, Element.___create_node_ref): New method
901            implementations.
902    
903    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
904    
905            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
906            Reimplemented.
907            (isId): Setter is added.
908            (Element.normalize): Definition copied from the |MDOM:Tree|
909            module.
910    
911    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
912    
913            * Makefile (clean-db): New rule.
914    
915            * TreeCore.dis (setUserData): Schedule to invoke
916            the user data handler when the node is removed
917            from the memory.
918            (setAttribute, setAttributeNS): Set the [attribute type]
919            if DTD attribute definition is available.
920            (CharacterData members): Definitions copied from
921            the |MDOM:Tree| module.
922    
923    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
924    
925            * DOMCore.dis (DOMStringList.==): New overloaded operator.
926    
927            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
928            class did not implement the |GetFeature| interface.
929            (hasFeature): The |+| prefix was not taken into account.
930    
931            * TreeCore.dis (Node): The class now inherits
932            the |ManakaiHasFeatureByGetFeature| class.  It now
933            implements the |f:GetFeature| and |ecore:MUErrorTarget|
934            interfaces.
935            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
936            is supported.
937            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
938            (manakaiParentElement): New attribute.
939    
940            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
941            is removed.
942            (lookupPrefix): Old method implementation is removed.
943    
944            * XML.dis (CDATASection): The |mg:NodeRefRole| was
945            missing because of the |DISCore:stopISARecursive| property.
946    
947            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
948            They now pass all tests included in those modules!
949    
950    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
951    
952            * DOMCore.dis (Require): A reference to the |MURI:Generic|
953            module is added.
954            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
955            (ManakaiDOMImplementation): It now inherits
956            the |urigen:ManakaiURIImplementation| class and
957            implements the |ecore:MUErrorTarget| interface.  It no
958            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
959            (ManakaiDOMImplementation.___report_error): New method.
960    
961            * DOMFeature.dis (Require): It now references the |Util:Grove|
962            module instead of |Util:ManakaiNode| module.
963            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
964            (f:ManakaiMinimumImplementationCompatible): New role.
965            (ManakaiMinimumImplementation): Now it is built
966            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
967            module.
968            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
969            (c:implementation): Removed.
970            (f:implementation, f:revImplementation): New properties.
971    
972            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
973    
974            * Tree.dis (cfg:clone-entity-reference-subtree,
975            cfg:dtd-default-attributes, cfg:xml-id,
976            cfg:strict-document-children): Removed (moved
977            to the |MDOM:TreeCore| module).
978    
979            * TreeCore.dis (Require): The reference to the |MURI:Generic|
980            module is removed.
981            (ManakaiDOMImplementationTC): Some members are removed
982            since they are incorporated to the |c:ManakaiDOMImplementation|
983            or the |f:ManakaiMinimumImplementation|.
984            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
985            (replaceChildImpl1): A typo on the removing the parent node
986            of the old child node is fixed.
987            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
988            module).
989            (tc:implementation, tc:revImplementation): Removed (moved
990            to the |MDOM:DOMFeature| module).
991            (Document.appendChild, insertBefore, replaceChild): Sets
992            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
993            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
994            when the new value is |null|.
995            (Attr.___create_node_ref): Attribute name and
996            owner element type specific classes are supported (it
997            was partially implemented but was incorrect).
998            (ManakaiDOMGetElementsNodeList.item): Don't return
999            a node if the |index| is negative.
1000            (setNamedItem): Various typos are fixed.
1001            (removeNamedItem): The node was not removed orz
1002            (cfg:clone-entity-reference-subtree,
1003            cfg:dtd-default-attributes, cfg:xml-id,
1004            cfg:strict-document-children): Definitions are moved
1005            from the |MDOM:Tree| module.  Note that the tests for default
1006            attributes still fail.
1007            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
1008            (Attr): Role name was incorrect.
1009    
1010            * XDoctype.dis (setDefinitionNode): Return value was
1011            not set.
1012            (AttributeDefinition): Role name was incorrect.
1013    
1014            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
1015            module is added.
1016            (Notation.appendChild, insertBefore, replaceChild): New method
1017            implementations.
1018            (Entity.appendChild, insertBefore, replaceChild): New method
1019            implementations.
1020            (EntityReference.appendChild, insertBefore, replaceChild): Now
1021            they are defined as copies of ones in the |Entity| class.
1022            (XMLBaseAttribute, XMLIdAttribute): Now they are
1023            namespace unaware attributes.
1024            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
1025            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
1026            to namespace aware attributes are added.
1027    
1028    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
1029    
1030            * DOMCore.dis: Namespace prefixes are changed to new ones.
1031    
1032            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
1033            untested).
1034            (___report_error): Reimplemented (untested).
1035            (manakaiSetReadOnly): New method.
1036            (Attr.___create_node_ref): New method (untested).
1037            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
1038            (createEntityReference, cloneNode): Support for
1039            the |cfg:entity-reference-read-only| configuration
1040            parameter is removed; newly created entity references
1041            are always read-only and use the |manakaiSetReadOnly| method
1042            if desired.
1043            (Element.manakaiBaseURI): Reimplemented (untested).
1044    
1045            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
1046            the |MDOM:XML| Perl module.
1047            (DocumentTypeDefinition.___create_node_stem): Sets
1048            the |tc:implementation| internal property if its value
1049            is provided.  The |infoset:content| internal property name
1050            was incorrect.
1051            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
1052            read-only |NodeList| and |DOMStringList| are added
1053            for clarification.
1054    
1055  2006-03-26  Wakaba  <wakaba@suika.fam.cx>  2006-03-26  Wakaba  <wakaba@suika.fam.cx>
1056    
1057          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.234

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24