/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.210

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24