/[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.160 by wakaba, Thu Mar 30 16:01:42 2006 UTC revision 1.208 by wakaba, Sat Dec 30 08:27:43 2006 UTC
# Line 1  Line 1 
1    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
4            GenericLS.dis, TreeCore.dis, DOMString.dis,
5            XML.dis, Element.dis, Document.dis, TreeStore,dis,
6            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
7            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
8            and |DefaultFor|s are removed.
9    
10    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
11    
12            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
13            GenericLS.dis, TreeCore.dis, DOMString.dis,
14            XML.dis, Element.dis, Document.dis, TreeStore,dis,
15            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
16            SimpleLS.dis, DOMMain.dis: References
17            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
18            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
19            modes are removed.
20    
21    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
22    
23            * CharacterData.dis, TreeCore.dis (Require): References
24            to the |Grove.dis| module are removed.
25    
26    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
29            (Require): Reference to the |Grove.dis| module is removed.
30    
31    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DOMCore.dis (ManakaiDOMImplementation): The
34            class is no longer plays the role of
35            a |mg:NodeRefRole|.  Redundant |f:provides|
36            properties are removed.
37    
38    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
39    
40            * TreeCore.dis, DOMCore.dis, Document.dis,
41            Element.dis, CharacterData.dis, XML.dis,
42            XDoctype.dis, DOMString.dis, TreeStore.dis,
43            XMLParser.dis: Use Perl native
44            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
45            for DOM nodes.  See
46            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
47    
48    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
51    
52    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMString.dis: New module.
55    
56            * DOMString.pm: New file.
57    
58            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
59            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
60            Now it references the |DOMImplementationRegistry| object.
61            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
62            (DOMImplementationRegistry): New interface and
63            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
64            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
65            that the class no longer support |get_implementation|
66            and |get_implementation_list| methods from
67            the |ImplementationRegistry| interface.
68            (DOMImplementationList): Class implemented; no
69            longer inherits from |ImplementationList|.
70            (DOMImplementationSource): Class implemented; no
71            longer inherits from |ImplementationSource|.  Note that
72            the class no longer support |get_implementation|
73            and |get_implementation_list| methods from
74            the |ImplementationSource| interface.
75            (DOMStringList): Removed.
76    
77            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
78            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
79            ManakaiDOM:DOMXMLFeatureXML11, most part of
80            documentation for obsolete DOM Level 3 Minimum Implementation
81            module, obsolete property name aliases,
82            ImplemenationRegistryVar, ImplementationRegistry,
83            DEBUG, MIString, ImplementationList, ImplementationSource,
84            ManakaiDOM:implID): Removed.
85    
86            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
87            (DOMString): Removed.
88            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
89    
90            * Makefile: |DOMString.pm| is added.
91    
92            * TreeCore.dis (is_default_namespace): |null| was
93            returned where a false is expected (|null| is
94            a false in Perl, but real |false| is appropriate here).
95    
96    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
97    
98            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
99    
100            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
101    
102            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
103    
104    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
105    
106            * DOMFeature.dis (ImplementationList, ImplementationSource,
107            ImplementationRegistry): Parameters |features|
108            now allow |null| (equivalent to an empty string).
109    
110    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
111    
112            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
113            class.  Factory methods |createTextNode| and |createComment|
114            are moved from |ManakaiDOMDocument|.
115    
116            * DOMCore.dis: References to |ManakaiDOMObject|
117            are removed.
118            (tc:createImplForTest): Moved from |TreeCore.dis|.
119            (DOMImplementation.___create_node_ref): Support
120            for the |mg:nodeRefClass| option is removed.
121            (ManakaiDOMConfiguration.___report_error): Moved
122            from |ManakaiDOMObject| class.
123    
124            * DOMFeature.dis (domidl:extends): New property.
125            (f:getFeatureImpl): Support for |+| classes is removed.
126    
127            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
128            (ManakaiDOM:ManakaiDOMObject): Removed.
129            (DOMDataType): Removed.
130    
131            * Document.dis (ManakaiDOMImplementationDocument):
132            The |createDocument| method is moved from
133            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
134            (ManakaiDOMDocument.___create_node_ref): Removed.
135            (createElement, createElementNS, createAttribute,
136            createAttributeNS, createTextNode, createComment,
137            createCDATASection, createEntityReference,
138            createProcessingInstruction): Class implementations
139            are moved to each module.
140    
141            * Element.dis (ManakaiDOMImplementationElement): Factory
142            methods are moved from |Document.dis|.
143            (ManakaiDOMElement.___create_node_ref): Support
144            for old class registry is removed.
145            (ManakaiDOMAttr.___create_node_ref): Removed.
146            (Attr.baseURI): Implementation
147            for |xml:base| attribute is merged.
148            (Attr.nodeValue, Attr.value): Implementation
149            for |xml:id| attribute is merged.
150    
151            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
152    
153            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
154            definition for |createDocumentType| method
155            is moved from |TreeCore.dis|.
156    
157            * XML.dis (ManakaiDOMXMLDocument): Factory
158            methods are moved from |Document.dis|.
159            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
160            into |ManakaiDOMAttr| in |Element.dis|).
161    
162    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Element.dis (___get_node_ref): |eval|ed |require|
165            statement was broken.
166    
167            * DOMFeature.dis (getImplementationList): Argument
168            is not passed to the |getImplementation| method.
169    
170            * TreeStore.dis (DOMImplementationTreeStore): It
171            did not |f:implements| the |TSFeature30| feature.
172    
173            * XMLParser.dis: Use |create_uri_reference|
174            method instead of internal |_new| method
175            to create a URI reference object.
176    
177    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
178    
179            * DOMCore.dis (ManakaiDOMImplementation): No longer
180            explicitly inherits |urigen:ManakaiURIImplementation| (and
181            the |f:ManakaiMinimumImplementation| class inherited
182            by it).  The |f:Minimum| feature is ever implemented
183            for compatibility (but is expected to be removed).
184            Internal methods such as |___report_error| are copied from
185            obsolete |f:MinimumImplementation| class.  DOM3
186            methods |hasFeature| and |getFeature| are also
187            moved from that class, but they now support no
188            foreign classes.
189    
190            * DOMFeature.dis (ManakaiImplementationSource): It
191            now |p:require|s |Message::Util::AutoLoad::Registry|.
192            The class no longer support classes
193            other than |ManakaiDOMImplementation|.  Note
194            that the |ImplementationRegistry| object does continue
195            to support foreign classes via foreign classes
196            implementing |ImplementationSource|
197            or |DOMImplementationSource| interface.
198            (MinimumImplementation): Removed.
199    
200            * DOMLS.dis (ManakaiDOMImplementationLS): It no
201            longer inherit the |ManakaiDOMImplementation|; it
202            is now expected to be implemented by |DOMImplementation|
203            objects.
204    
205            * DOMMain.dis (null): Removed.
206    
207            * Document.dis (___create_node_ref): It no
208            longer support foreign classes other
209            than |Message::DOM::Document::ManakaiDOMDocument|.
210            Note that document format specific DOM
211            interfaces, if supported, should be
212            all instances of the |Document| interface
213            in the implementation, as defined
214            in the Web Applications 1.0 specification (where
215            the |HTMLDocument| interface must be implemented
216            by all |Document| objects, even if the |Document|
217            contains no HTML element).
218    
219            * GenericLS.dis (GLSImplementation): It no
220            longer inherit the |MinimumImplementation|; it
221            is now expected to be implemented by |DOMImplementation|
222            objects.
223            (createGLSParser, createGLSSerializer): Load
224            module implementing parser or serializer
225            if necessary.
226    
227            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
228            longer inherits the |ManakaiDOMDocument|; it
229            is now expected to be implemented by |Document|
230            objects.
231    
232            * XDP.dis (XDPDocument): It no longer
233            inherits the |Document|; it is now expected
234            to be implemented by all |Document| objects.
235    
236            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
237            longer inherits the |ManakaiDOMDocument|; it
238            is now expected to be implemented by |Document|
239            objects.
240    
241    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
242    
243            * DOMCore.dis (ManakaiDOMImplementation): No longer
244            explicitly inherits |tc:ManakaiDOMImplementationTC|.
245            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
246    
247            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
248            the |ManakaiDOMImplementation| class.
249    
250    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
251    
252            * DOMFeature.dis: Definitions for various concepts
253            are added.
254    
255            * GenericLS.dis (GLSImplementation): It no
256            longer inherits the |MinimumImplementation|; rather,
257            any |ManakaiMinimumImplementation| object also
258            implements |GLSImplementation| methods.
259    
260            * TreeStore.dis (DOMImplementationTreeStore): It no
261            longer inherits the |DOMImplementation|; rather,
262            any |ManakaiDOMImplementation| object also
263            implements |DOMImplementationTreeStore| methods.
264    
265    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
266    
267            * TreeStore.pm: Added to the CVS repository
268            to enable for the dis database to contain XML
269            fragments.
270    
271            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
272    
273            * TreeStore.dis (Namespace): Namespace URI was incorrect.
274    
275    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
276    
277            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
278    
279            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
280    
281            * XDP.dis (dtdText): Test assertion was incorrect.
282    
283    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
284    
285            * XDP.dis (XDPEntityValue.stringify): Don't escape
286            any |%|s in |xdp:attr-definition| children.
287    
288    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
289    
290            * XDP.dis (createXDPRNIKeyword): The Perl method
291            name property is added.
292    
293    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
294    
295            * XDP.dis (createXDPIf): New method.
296            (XDPIfElement): New interface.
297    
298    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
299    
300            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
301            New methods.
302    
303    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
304    
305            * XDP.dis (XDPDocument): A number of constructor methods
306            are added.
307            (XDPTextDecl.dtdText): The |xml| target was missing.
308    
309    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
310    
311            * Traversal.dis (SerialWalker): New interface.
312            (manakaiCreateSerialWalker): New method.
313    
314    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
315    
316            * Traversal.dis (testNode): Calls |acceptNode| method
317            rather than |&{}| dereferencing.
318            (acceptNode): Implemented.
319    
320    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
321    
322            * XDP.dis: New module.
323    
324            * Makefile: |XDP.dis| is added.
325    
326            * Traversal.dis (NodeFilter): |InputProcessor|
327            and |OutputProcessor| are added.
328    
329    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
330    
331            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
332            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
333            is added.  The |FILTER_REJECT| value is treated
334            as |FILTER_ACCEPT| if the |currentNode| is in the
335            rejected subtree as specified in the spec.
336    
337    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
338    
339            * SimpleLS.dis: An |xmlns:| prefix was missing.
340    
341    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
342    
343            * SimpleLS.dis: Namespace bugs are fixed.
344    
345    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
346    
347            * .cvsignore: Updated.
348    
349            * Traversal.dis: Unused declarations are removed.
350    
351    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
352    
353            * CharacterData.dis (Require): A reference to
354            the |MDOM:Traversal| module is added.
355            (wholeText): Implemented.
356    
357    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
358    
359            * Makefile: |Traversal.dis| is added.
360    
361            * Traversal.dis: New module.
362    
363            * TreeCore.dis (___report_error): Return value was
364            not propagated.
365    
366    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
367    
368            * Element.dis (removeAttributeNS): A runtime error
369            was occurred if there was no specified attribute node.
370    
371            * TreeCore.dis (manakaiLanguage): New attribute.
372    
373    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
374    
375            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
376            New attributes.
377    
378            (StaticNodeList): New interface.
379    
380    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
381    
382            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
383    
384    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
385    
386            * SimpleLS.dis: Reimplemented.
387    
388    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
389    
390            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
391            a qualified name.
392            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
393    
394            * TreeCore.dis (compareDocumentPosition): Implemented.
395            (normalize): Implemented.
396            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
397            class.
398    
399    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
400    
401            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
402    
403    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
404    
405            * CharacterData.dis (length, insertData, substringData,
406            appendData, deleteData, replaceData, splitText): Reimplemented.
407    
408            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
409            (c:index): The definition was missing.
410            (c:length): New property.
411    
412    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
413    
414            * XMLParser.dis (close): Invoke |close| method
415            rather than |close| function.
416    
417    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
418    
419            * CharacterData.dis: New module split from |TreeCore.dis|.
420    
421            * CharacterData.pm: Added to the CVS repository.
422    
423            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
424            interfaces are removed.
425            (Require): A reference to the |MDOM:CharacterData| module
426            is added.
427    
428            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
429    
430            * DOMCore.dis (StringOutOfBoundsException): New error.
431    
432            * Makefile: |CharacterData.pm| is added.
433    
434    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
435    
436            * XMLParser.dis (Require): Requires the |MCharset:Encode|
437            module.
438            (parse): Set the |inputEncoding| attribute of the generated document
439            object.
440            (resolveLSInput default implementation): The |byteStream|
441            and |encoding| attributes of the |LSInput| interface
442            are now supported.
443            (resolveLSInput): Parameters |impl| and |parser| are added.
444            (InputFile.inputEncoding): New attribute.
445    
446    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
447    
448            * Document.dis (adoptNode test): Documents were
449            made by different documents.
450    
451    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
452    
453            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
454            parameter is changed to |cfg:dtd-default-attribute|.
455    
456    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
457    
458            * TreeCore.dis: The |DOMMain:raiseException| elements
459            are replaced by |disPerl:EXCEPTION|s.
460    
461    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
462    
463            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
464    
465            * Node.dis (cfg:dtd-default-attribute): The configuration
466            parameter |cfg:dtd-default-attributes| is renamed
467            as |cfg:dtd-default-attribute|.
468            (Roles): Definitions are changed so that classes
469            that implement those classes MUST implement the |Node|
470            and its subinterfaces.
471            (cfg:dtd-attribute-type): New configuration parameter.
472    
473            * Document.dis (adoptNode): Don't throw exception
474            if |strictErrorChecking| is |false|.
475    
476            * Element.dis (setAttribute, setAttributeNS): Don't
477            set [attribute type] if the |cfg:dtd-attribute-type|
478            configuration parameter is set to |false|.
479            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
480            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
481            configuration parameter is set to |false|.
482    
483    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
484    
485            * TreeStore.dis: New module.
486    
487            * Makefile: |TreeStore.dis| is added.
488    
489    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
490    
491            * XMLParser.dis: Updated so that it can be used
492            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
493            and |XML.pm|.  Set the read-only flag to
494            the |DocumentType|, |Entity|, and |EntityReference| noes.
495    
496            * Node.dis (textContent): It did not handle descendant
497            element and entity reference nodes.
498    
499            * Element.dis, XML.dis (manakaiBaseURI.get): Its
500            definition has been changed to return only explicit
501            base URI specification.
502    
503            * DOMLS.dis (LSInput, LSOutput): They no longer
504            inherits the |ManakaiDOM:ManakaiDOMObject| class.
505    
506            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
507    
508            * Tree.pm, DOMXML.pm: Removed.
509    
510            * TreeCore.pm, Document.pm, Element.pm: Added
511            to the CVS repository since they are necessary to
512            build the dis library.
513    
514            * Makefile: Sync'ed to new modules disposition.
515    
516    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
517    
518            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
519            removed.  For |Element.pm| and |Document.pm| are added.
520    
521            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
522    
523            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
524    
525    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
526    
527            * DOMFeature.dis (getImplementation, getImplementationList): Support
528            for new class information variables.
529            (DOMLS:Generic): This old feature name is removed.
530    
531            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
532            for new class information variables.
533    
534            * TreeCore.dis (manakaiExpandedURI): New attribute.
535            (Document, Element.___create_node_ref): New method
536            implementations.
537    
538    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
539    
540            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
541            Reimplemented.
542            (isId): Setter is added.
543            (Element.normalize): Definition copied from the |MDOM:Tree|
544            module.
545    
546    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
547    
548            * Makefile (clean-db): New rule.
549    
550            * TreeCore.dis (setUserData): Schedule to invoke
551            the user data handler when the node is removed
552            from the memory.
553            (setAttribute, setAttributeNS): Set the [attribute type]
554            if DTD attribute definition is available.
555            (CharacterData members): Definitions copied from
556            the |MDOM:Tree| module.
557    
558    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
559    
560            * DOMCore.dis (DOMStringList.==): New overloaded operator.
561    
562            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
563            class did not implement the |GetFeature| interface.
564            (hasFeature): The |+| prefix was not taken into account.
565    
566            * TreeCore.dis (Node): The class now inherits
567            the |ManakaiHasFeatureByGetFeature| class.  It now
568            implements the |f:GetFeature| and |ecore:MUErrorTarget|
569            interfaces.
570            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
571            is supported.
572            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
573            (manakaiParentElement): New attribute.
574    
575            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
576            is removed.
577            (lookupPrefix): Old method implementation is removed.
578    
579            * XML.dis (CDATASection): The |mg:NodeRefRole| was
580            missing because of the |DISCore:stopISARecursive| property.
581    
582            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
583            They now pass all tests included in those modules!
584    
585  2006-03-30  Wakaba  <wakaba@suika.fam.cx>  2006-03-30  Wakaba  <wakaba@suika.fam.cx>
586    
587          * DOMCore.dis (Require): A reference to the |MURI:Generic|          * DOMCore.dis (Require): A reference to the |MURI:Generic|

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.208

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24