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

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.189

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24