/[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.142 by wakaba, Tue Mar 7 10:30:31 2006 UTC revision 1.188 by wakaba, Mon May 15 12:06:08 2006 UTC
# Line 1  Line 1 
1    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XDP.dis (XDPDocument): A number of constructor methods
4            are added.
5            (XDPTextDecl.dtdText): The |xml| target was missing.
6    
7    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
8    
9            * Traversal.dis (SerialWalker): New interface.
10            (manakaiCreateSerialWalker): New method.
11    
12    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
13    
14            * Traversal.dis (testNode): Calls |acceptNode| method
15            rather than |&{}| dereferencing.
16            (acceptNode): Implemented.
17    
18    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
19    
20            * XDP.dis: New module.
21    
22            * Makefile: |XDP.dis| is added.
23    
24            * Traversal.dis (NodeFilter): |InputProcessor|
25            and |OutputProcessor| are added.
26    
27    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
28    
29            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
30            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
31            is added.  The |FILTER_REJECT| value is treated
32            as |FILTER_ACCEPT| if the |currentNode| is in the
33            rejected subtree as specified in the spec.
34    
35    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
36    
37            * SimpleLS.dis: An |xmlns:| prefix was missing.
38    
39    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
40    
41            * SimpleLS.dis: Namespace bugs are fixed.
42    
43    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
44    
45            * .cvsignore: Updated.
46    
47            * Traversal.dis: Unused declarations are removed.
48    
49    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
50    
51            * CharacterData.dis (Require): A reference to
52            the |MDOM:Traversal| module is added.
53            (wholeText): Implemented.
54    
55    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Makefile: |Traversal.dis| is added.
58    
59            * Traversal.dis: New module.
60    
61            * TreeCore.dis (___report_error): Return value was
62            not propagated.
63    
64    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Element.dis (removeAttributeNS): A runtime error
67            was occurred if there was no specified attribute node.
68    
69            * TreeCore.dis (manakaiLanguage): New attribute.
70    
71    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
72    
73            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
74            New attributes.
75    
76            (StaticNodeList): New interface.
77    
78    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
81    
82    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
83    
84            * SimpleLS.dis: Reimplemented.
85    
86    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
89            a qualified name.
90            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
91    
92            * TreeCore.dis (compareDocumentPosition): Implemented.
93            (normalize): Implemented.
94            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
95            class.
96    
97    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
100    
101    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
102    
103            * CharacterData.dis (length, insertData, substringData,
104            appendData, deleteData, replaceData, splitText): Reimplemented.
105    
106            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
107            (c:index): The definition was missing.
108            (c:length): New property.
109    
110    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
111    
112            * XMLParser.dis (close): Invoke |close| method
113            rather than |close| function.
114    
115    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
116    
117            * CharacterData.dis: New module split from |TreeCore.dis|.
118    
119            * CharacterData.pm: Added to the CVS repository.
120    
121            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
122            interfaces are removed.
123            (Require): A reference to the |MDOM:CharacterData| module
124            is added.
125    
126            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
127    
128            * DOMCore.dis (StringOutOfBoundsException): New error.
129    
130            * Makefile: |CharacterData.pm| is added.
131    
132    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
133    
134            * XMLParser.dis (Require): Requires the |MCharset:Encode|
135            module.
136            (parse): Set the |inputEncoding| attribute of the generated document
137            object.
138            (resolveLSInput default implementation): The |byteStream|
139            and |encoding| attributes of the |LSInput| interface
140            are now supported.
141            (resolveLSInput): Parameters |impl| and |parser| are added.
142            (InputFile.inputEncoding): New attribute.
143    
144    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
145    
146            * Document.dis (adoptNode test): Documents were
147            made by different documents.
148    
149    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
150    
151            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
152            parameter is changed to |cfg:dtd-default-attribute|.
153    
154    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
155    
156            * TreeCore.dis: The |DOMMain:raiseException| elements
157            are replaced by |disPerl:EXCEPTION|s.
158    
159    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
160    
161            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
162    
163            * Node.dis (cfg:dtd-default-attribute): The configuration
164            parameter |cfg:dtd-default-attributes| is renamed
165            as |cfg:dtd-default-attribute|.
166            (Roles): Definitions are changed so that classes
167            that implement those classes MUST implement the |Node|
168            and its subinterfaces.
169            (cfg:dtd-attribute-type): New configuration parameter.
170    
171            * Document.dis (adoptNode): Don't throw exception
172            if |strictErrorChecking| is |false|.
173    
174            * Element.dis (setAttribute, setAttributeNS): Don't
175            set [attribute type] if the |cfg:dtd-attribute-type|
176            configuration parameter is set to |false|.
177            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
178            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
179            configuration parameter is set to |false|.
180    
181    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
182    
183            * TreeStore.dis: New module.
184    
185            * Makefile: |TreeStore.dis| is added.
186    
187    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
188    
189            * XMLParser.dis: Updated so that it can be used
190            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
191            and |XML.pm|.  Set the read-only flag to
192            the |DocumentType|, |Entity|, and |EntityReference| noes.
193    
194            * Node.dis (textContent): It did not handle descendant
195            element and entity reference nodes.
196    
197            * Element.dis, XML.dis (manakaiBaseURI.get): Its
198            definition has been changed to return only explicit
199            base URI specification.
200    
201            * DOMLS.dis (LSInput, LSOutput): They no longer
202            inherits the |ManakaiDOM:ManakaiDOMObject| class.
203    
204            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
205    
206            * Tree.pm, DOMXML.pm: Removed.
207    
208            * TreeCore.pm, Document.pm, Element.pm: Added
209            to the CVS repository since they are necessary to
210            build the dis library.
211    
212            * Makefile: Sync'ed to new modules disposition.
213    
214    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
215    
216            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
217            removed.  For |Element.pm| and |Document.pm| are added.
218    
219            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
220    
221            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
222    
223    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
224    
225            * DOMFeature.dis (getImplementation, getImplementationList): Support
226            for new class information variables.
227            (DOMLS:Generic): This old feature name is removed.
228    
229            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
230            for new class information variables.
231    
232            * TreeCore.dis (manakaiExpandedURI): New attribute.
233            (Document, Element.___create_node_ref): New method
234            implementations.
235    
236    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
237    
238            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
239            Reimplemented.
240            (isId): Setter is added.
241            (Element.normalize): Definition copied from the |MDOM:Tree|
242            module.
243    
244    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
245    
246            * Makefile (clean-db): New rule.
247    
248            * TreeCore.dis (setUserData): Schedule to invoke
249            the user data handler when the node is removed
250            from the memory.
251            (setAttribute, setAttributeNS): Set the [attribute type]
252            if DTD attribute definition is available.
253            (CharacterData members): Definitions copied from
254            the |MDOM:Tree| module.
255    
256    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
257    
258            * DOMCore.dis (DOMStringList.==): New overloaded operator.
259    
260            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
261            class did not implement the |GetFeature| interface.
262            (hasFeature): The |+| prefix was not taken into account.
263    
264            * TreeCore.dis (Node): The class now inherits
265            the |ManakaiHasFeatureByGetFeature| class.  It now
266            implements the |f:GetFeature| and |ecore:MUErrorTarget|
267            interfaces.
268            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
269            is supported.
270            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
271            (manakaiParentElement): New attribute.
272    
273            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
274            is removed.
275            (lookupPrefix): Old method implementation is removed.
276    
277            * XML.dis (CDATASection): The |mg:NodeRefRole| was
278            missing because of the |DISCore:stopISARecursive| property.
279    
280            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
281            They now pass all tests included in those modules!
282    
283    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
284    
285            * DOMCore.dis (Require): A reference to the |MURI:Generic|
286            module is added.
287            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
288            (ManakaiDOMImplementation): It now inherits
289            the |urigen:ManakaiURIImplementation| class and
290            implements the |ecore:MUErrorTarget| interface.  It no
291            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
292            (ManakaiDOMImplementation.___report_error): New method.
293    
294            * DOMFeature.dis (Require): It now references the |Util:Grove|
295            module instead of |Util:ManakaiNode| module.
296            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
297            (f:ManakaiMinimumImplementationCompatible): New role.
298            (ManakaiMinimumImplementation): Now it is built
299            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
300            module.
301            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
302            (c:implementation): Removed.
303            (f:implementation, f:revImplementation): New properties.
304    
305            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
306    
307            * Tree.dis (cfg:clone-entity-reference-subtree,
308            cfg:dtd-default-attributes, cfg:xml-id,
309            cfg:strict-document-children): Removed (moved
310            to the |MDOM:TreeCore| module).
311    
312            * TreeCore.dis (Require): The reference to the |MURI:Generic|
313            module is removed.
314            (ManakaiDOMImplementationTC): Some members are removed
315            since they are incorporated to the |c:ManakaiDOMImplementation|
316            or the |f:ManakaiMinimumImplementation|.
317            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
318            (replaceChildImpl1): A typo on the removing the parent node
319            of the old child node is fixed.
320            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
321            module).
322            (tc:implementation, tc:revImplementation): Removed (moved
323            to the |MDOM:DOMFeature| module).
324            (Document.appendChild, insertBefore, replaceChild): Sets
325            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
326            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
327            when the new value is |null|.
328            (Attr.___create_node_ref): Attribute name and
329            owner element type specific classes are supported (it
330            was partially implemented but was incorrect).
331            (ManakaiDOMGetElementsNodeList.item): Don't return
332            a node if the |index| is negative.
333            (setNamedItem): Various typos are fixed.
334            (removeNamedItem): The node was not removed orz
335            (cfg:clone-entity-reference-subtree,
336            cfg:dtd-default-attributes, cfg:xml-id,
337            cfg:strict-document-children): Definitions are moved
338            from the |MDOM:Tree| module.  Note that the tests for default
339            attributes still fail.
340            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
341            (Attr): Role name was incorrect.
342    
343            * XDoctype.dis (setDefinitionNode): Return value was
344            not set.
345            (AttributeDefinition): Role name was incorrect.
346    
347            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
348            module is added.
349            (Notation.appendChild, insertBefore, replaceChild): New method
350            implementations.
351            (Entity.appendChild, insertBefore, replaceChild): New method
352            implementations.
353            (EntityReference.appendChild, insertBefore, replaceChild): Now
354            they are defined as copies of ones in the |Entity| class.
355            (XMLBaseAttribute, XMLIdAttribute): Now they are
356            namespace unaware attributes.
357            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
358            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
359            to namespace aware attributes are added.
360    
361    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DOMCore.dis: Namespace prefixes are changed to new ones.
364    
365            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
366            untested).
367            (___report_error): Reimplemented (untested).
368            (manakaiSetReadOnly): New method.
369            (Attr.___create_node_ref): New method (untested).
370            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
371            (createEntityReference, cloneNode): Support for
372            the |cfg:entity-reference-read-only| configuration
373            parameter is removed; newly created entity references
374            are always read-only and use the |manakaiSetReadOnly| method
375            if desired.
376            (Element.manakaiBaseURI): Reimplemented (untested).
377    
378            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
379            the |MDOM:XML| Perl module.
380            (DocumentTypeDefinition.___create_node_stem): Sets
381            the |tc:implementation| internal property if its value
382            is provided.  The |infoset:content| internal property name
383            was incorrect.
384            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
385            read-only |NodeList| and |DOMStringList| are added
386            for clarification.
387    
388    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
389    
390            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
391            module is added.
392            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
393            implementation (untested).
394    
395            * TreeCore.dis (baseURI): Reimplemented (untested).
396            (Roles): Definitions added.
397    
398            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
399            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
400            module is removed.
401            (DocumentXDoctype): Reimplemented (untested).
402            (DocumentTypeDefinition, DocumentTypeDeclaration):
403            Reimlemented (untested).
404            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
405    
406            * XML.dis (FeatureDef): New features (definitions copied
407            from the |MDOM:DOMXML| module).
408            (DocumentType): New interface (definition copied from
409            the |MDOM:DOMXML| module).
410            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
411            Reimplemented (untested).
412            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
413    
414    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
415    
416            * TreeCore.dis (Document): Most methods are reimplemented (untested).
417    
418    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
419    
420            * TreeCore.dis (Document): Attributes are reimplemented (untested).
421            (Text, DocumentFragment, Comment): Most members are
422            reimplemented (untested).
423    
424    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
425    
426            * DOMMain.dis (checkXMLNamesQName): Some checks are
427            removed to sync with DOM Level 3 Core specification.
428    
429            * TreeCore.dis (Element): Most methods are reimplemented (untested).
430            (GetElementsNodeList): Reimplemented (untested).
431    
432    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
433    
434            * Tree.dis (cfg:strict-document-children): The configuration
435            parameter must also affect on |manakaiAppendText|
436            and |textContent| on |Document| nodes.
437    
438            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
439            parameter changes the class to |bless|.
440            (Node): Most methods are reimplemented.  (Untested)
441            (CharacterData, Attr): Most methods and attributes are
442            reimplemented.  (Untested)
443    
444            * XML.dis, XDoctype.dis: Most |Node| methods are
445            reimplemented (untested).
446    
447    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
448    
449            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
450            (untested).
451    
452    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
453    
454            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
455            a qualified name.
456    
457            * DOMMain.dis (ensureNamespacePrefix): Undefines
458            the prefix if it is an empty string.  (Note that
459            it is defined as implementation dependent in
460            DOM Level 3 Core specification).
461    
462            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
463            module.
464            (Node): Attributes are reimplemented (untested).
465    
466            * XML.dis (Require): It now references the |MDOMX:XDoctype|
467            module.
468            (Node): Attributes are reimplemented (untested).
469            (Entity, Notation): New interfaces.
470    
471            * XDoctype.dis (Node): Attributes are reimplemented (untested).
472    
473    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
474    
475            * TreeCore.dis (childNodes, firstChild, lastChild,
476            nextSibling, previousSibling, appendChild, insertBefore,
477            replaceChild, removeChild, createDocumentFragment,
478            createEntityReference, createProcessingInstruction,
479            domConfig, documentElement, implementation, manakaiAppendText): New.
480            (NodeList, DocumentFragment): New interfaces.
481    
482            * XML.dis (EntityReference, ProcessingInstruction): New interface.
483    
484    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
485    
486            * TreeCore.dis (Require): The |MDOM:XML| module is added.
487            (createAttributeNS, createTextNode, createComment,
488            createCDATASection): New methods.
489            (Attr, Text, Comment, CharacterData): New interfaces.
490    
491            * Makefile: |XML.dis| is added.
492    
493            * XML.dis: New module.
494    
495    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
496    
497            * TreeCore.dis (manakaiReadOnly): New attribute.
498            
499    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
500    
501            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
502            prefix, isSameNode, ownerDocument, parentNode): New.
503            (Element): New interface.
504            (createElementNS): New method.
505            (strictErrorChecking): New.
506    
507    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
508    
509            * Makefile: |TreeCore.dis| is added.
510    
511            * TreeCore.dis: New module.
512    
513    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
514    
515            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
516            parameter.
517    
518            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
519    
520            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
521            data types added to configuration parameters.
522    
523    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
524    
525            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
526            a |DISSource:ResourceProperty|.
527            (c:anyDOMConfigurationParameter): New property.
528            (CParam, boolCParam): Now they are all |dis:subsetOf|
529            the |c:anyDOMConfigurationParameter| property.
530            (ForDocument, ForParser, ForSerializer): Removed.
531    
532            * DOMLS.dis, XMLParser.dis: Likewise.
533    
534    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
535    
536            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
537            are removed.
538    
539            * GenericLS.pm: Added to the CVS repository since
540            it is necessary to create the |Message::Util::DIS::DPG| module.
541    
542    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
543    
544            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
545            method.
546    
547            * XMLParser.dis: Don't create adjacent text nodes.
548    
549    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
550    
551            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
552    
553            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
554            implementations are added.
555    
556            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
557            implementations are added.
558    
559            * Tree.dis (appendChild, insertBefore, replaceChild): Method
560            implementations are added.
561            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
562            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
563            (cfg:strict-document-children): New configuration parameter.
564    
565    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
566    
567            * XDoctype.dis (replaceChild): Method implementations are added.
568    
569            * Tree.dis (replaceChild): Method implementations are added.
570    
571            * DOMXML.dis (replaceChild): Method implementations are added.
572    
573  2006-03-07  Wakaba  <wakaba@suika.fam.cx>  2006-03-07  Wakaba  <wakaba@suika.fam.cx>
574    
575          * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|          * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.188

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24