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

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.230

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24