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

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.187

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24