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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24