/[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.171 by wakaba, Sun Apr 9 14:29:41 2006 UTC revision 1.211 by wakaba, Sun Dec 31 02:39:37 2006 UTC
# Line 1  Line 1 
1    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Element.dis (createElementNS): If an array reference
4            is specified as the |qualifiedName| parameter,
5            don't set the first item as the local name
6            even if the second item is not specified (or
7            specified as |undef|).
8            (createElementNS, setAttribute, setAttributeNS,
9            removeAttribute, removeAttributeNS,
10            setAttributeNode, setAttributeNodeNS,
11            removeAttributeNode, removeAttributeNodeNS): Sets
12            or removes the |tc:contentAttributeList| value.
13    
14            * TreeCore.dis (AttrMap.item): Caches the result
15            of sorting of content attribute names.
16            (getAttrMap, getElementTypeDefNodeMap,
17            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
18            (tc:contentAttributeList): New property.
19    
20    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMFeature.dis (ForDef): Removed.
23            (f:provides, f:through): Removed.
24            (Version): Removed.
25            (implementFeature): Removed.
26    
27    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
28    
29            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
30            GenericLS.dis, TreeCore.dis, DOMString.dis,
31            XML.dis, Element.dis, Document.dis, TreeStore,dis,
32            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
33            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
34            are removed.
35    
36    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
37    
38            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
39            GenericLS.dis, TreeCore.dis, DOMString.dis,
40            XML.dis, Element.dis, Document.dis, TreeStore,dis,
41            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
42            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
43            and |DefaultFor|s are removed.
44    
45    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
46    
47            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
48            GenericLS.dis, TreeCore.dis, DOMString.dis,
49            XML.dis, Element.dis, Document.dis, TreeStore,dis,
50            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
51            SimpleLS.dis, DOMMain.dis: References
52            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
53            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
54            modes are removed.
55    
56    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
57    
58            * CharacterData.dis, TreeCore.dis (Require): References
59            to the |Grove.dis| module are removed.
60    
61    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
64            (Require): Reference to the |Grove.dis| module is removed.
65    
66    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DOMCore.dis (ManakaiDOMImplementation): The
69            class is no longer plays the role of
70            a |mg:NodeRefRole|.  Redundant |f:provides|
71            properties are removed.
72    
73    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
74    
75            * TreeCore.dis, DOMCore.dis, Document.dis,
76            Element.dis, CharacterData.dis, XML.dis,
77            XDoctype.dis, DOMString.dis, TreeStore.dis,
78            XMLParser.dis: Use Perl native
79            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
80            for DOM nodes.  See
81            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
82    
83    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
86    
87    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DOMString.dis: New module.
90    
91            * DOMString.pm: New file.
92    
93            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
94            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
95            Now it references the |DOMImplementationRegistry| object.
96            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
97            (DOMImplementationRegistry): New interface and
98            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
99            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
100            that the class no longer support |get_implementation|
101            and |get_implementation_list| methods from
102            the |ImplementationRegistry| interface.
103            (DOMImplementationList): Class implemented; no
104            longer inherits from |ImplementationList|.
105            (DOMImplementationSource): Class implemented; no
106            longer inherits from |ImplementationSource|.  Note that
107            the class no longer support |get_implementation|
108            and |get_implementation_list| methods from
109            the |ImplementationSource| interface.
110            (DOMStringList): Removed.
111    
112            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
113            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
114            ManakaiDOM:DOMXMLFeatureXML11, most part of
115            documentation for obsolete DOM Level 3 Minimum Implementation
116            module, obsolete property name aliases,
117            ImplemenationRegistryVar, ImplementationRegistry,
118            DEBUG, MIString, ImplementationList, ImplementationSource,
119            ManakaiDOM:implID): Removed.
120    
121            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
122            (DOMString): Removed.
123            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
124    
125            * Makefile: |DOMString.pm| is added.
126    
127            * TreeCore.dis (is_default_namespace): |null| was
128            returned where a false is expected (|null| is
129            a false in Perl, but real |false| is appropriate here).
130    
131    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
132    
133            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
134    
135            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
136    
137            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
138    
139    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DOMFeature.dis (ImplementationList, ImplementationSource,
142            ImplementationRegistry): Parameters |features|
143            now allow |null| (equivalent to an empty string).
144    
145    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
146    
147            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
148            class.  Factory methods |createTextNode| and |createComment|
149            are moved from |ManakaiDOMDocument|.
150    
151            * DOMCore.dis: References to |ManakaiDOMObject|
152            are removed.
153            (tc:createImplForTest): Moved from |TreeCore.dis|.
154            (DOMImplementation.___create_node_ref): Support
155            for the |mg:nodeRefClass| option is removed.
156            (ManakaiDOMConfiguration.___report_error): Moved
157            from |ManakaiDOMObject| class.
158    
159            * DOMFeature.dis (domidl:extends): New property.
160            (f:getFeatureImpl): Support for |+| classes is removed.
161    
162            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
163            (ManakaiDOM:ManakaiDOMObject): Removed.
164            (DOMDataType): Removed.
165    
166            * Document.dis (ManakaiDOMImplementationDocument):
167            The |createDocument| method is moved from
168            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
169            (ManakaiDOMDocument.___create_node_ref): Removed.
170            (createElement, createElementNS, createAttribute,
171            createAttributeNS, createTextNode, createComment,
172            createCDATASection, createEntityReference,
173            createProcessingInstruction): Class implementations
174            are moved to each module.
175    
176            * Element.dis (ManakaiDOMImplementationElement): Factory
177            methods are moved from |Document.dis|.
178            (ManakaiDOMElement.___create_node_ref): Support
179            for old class registry is removed.
180            (ManakaiDOMAttr.___create_node_ref): Removed.
181            (Attr.baseURI): Implementation
182            for |xml:base| attribute is merged.
183            (Attr.nodeValue, Attr.value): Implementation
184            for |xml:id| attribute is merged.
185    
186            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
187    
188            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
189            definition for |createDocumentType| method
190            is moved from |TreeCore.dis|.
191    
192            * XML.dis (ManakaiDOMXMLDocument): Factory
193            methods are moved from |Document.dis|.
194            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
195            into |ManakaiDOMAttr| in |Element.dis|).
196    
197    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * Element.dis (___get_node_ref): |eval|ed |require|
200            statement was broken.
201    
202            * DOMFeature.dis (getImplementationList): Argument
203            is not passed to the |getImplementation| method.
204    
205            * TreeStore.dis (DOMImplementationTreeStore): It
206            did not |f:implements| the |TSFeature30| feature.
207    
208            * XMLParser.dis: Use |create_uri_reference|
209            method instead of internal |_new| method
210            to create a URI reference object.
211    
212    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
213    
214            * DOMCore.dis (ManakaiDOMImplementation): No longer
215            explicitly inherits |urigen:ManakaiURIImplementation| (and
216            the |f:ManakaiMinimumImplementation| class inherited
217            by it).  The |f:Minimum| feature is ever implemented
218            for compatibility (but is expected to be removed).
219            Internal methods such as |___report_error| are copied from
220            obsolete |f:MinimumImplementation| class.  DOM3
221            methods |hasFeature| and |getFeature| are also
222            moved from that class, but they now support no
223            foreign classes.
224    
225            * DOMFeature.dis (ManakaiImplementationSource): It
226            now |p:require|s |Message::Util::AutoLoad::Registry|.
227            The class no longer support classes
228            other than |ManakaiDOMImplementation|.  Note
229            that the |ImplementationRegistry| object does continue
230            to support foreign classes via foreign classes
231            implementing |ImplementationSource|
232            or |DOMImplementationSource| interface.
233            (MinimumImplementation): Removed.
234    
235            * DOMLS.dis (ManakaiDOMImplementationLS): It no
236            longer inherit the |ManakaiDOMImplementation|; it
237            is now expected to be implemented by |DOMImplementation|
238            objects.
239    
240            * DOMMain.dis (null): Removed.
241    
242            * Document.dis (___create_node_ref): It no
243            longer support foreign classes other
244            than |Message::DOM::Document::ManakaiDOMDocument|.
245            Note that document format specific DOM
246            interfaces, if supported, should be
247            all instances of the |Document| interface
248            in the implementation, as defined
249            in the Web Applications 1.0 specification (where
250            the |HTMLDocument| interface must be implemented
251            by all |Document| objects, even if the |Document|
252            contains no HTML element).
253    
254            * GenericLS.dis (GLSImplementation): It no
255            longer inherit the |MinimumImplementation|; it
256            is now expected to be implemented by |DOMImplementation|
257            objects.
258            (createGLSParser, createGLSSerializer): Load
259            module implementing parser or serializer
260            if necessary.
261    
262            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
263            longer inherits the |ManakaiDOMDocument|; it
264            is now expected to be implemented by |Document|
265            objects.
266    
267            * XDP.dis (XDPDocument): It no longer
268            inherits the |Document|; it is now expected
269            to be implemented by all |Document| objects.
270    
271            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
272            longer inherits the |ManakaiDOMDocument|; it
273            is now expected to be implemented by |Document|
274            objects.
275    
276    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
277    
278            * DOMCore.dis (ManakaiDOMImplementation): No longer
279            explicitly inherits |tc:ManakaiDOMImplementationTC|.
280            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
281    
282            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
283            the |ManakaiDOMImplementation| class.
284    
285    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
286    
287            * DOMFeature.dis: Definitions for various concepts
288            are added.
289    
290            * GenericLS.dis (GLSImplementation): It no
291            longer inherits the |MinimumImplementation|; rather,
292            any |ManakaiMinimumImplementation| object also
293            implements |GLSImplementation| methods.
294    
295            * TreeStore.dis (DOMImplementationTreeStore): It no
296            longer inherits the |DOMImplementation|; rather,
297            any |ManakaiDOMImplementation| object also
298            implements |DOMImplementationTreeStore| methods.
299    
300    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
301    
302            * TreeStore.pm: Added to the CVS repository
303            to enable for the dis database to contain XML
304            fragments.
305    
306            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
307    
308            * TreeStore.dis (Namespace): Namespace URI was incorrect.
309    
310    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
311    
312            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
313    
314            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
315    
316            * XDP.dis (dtdText): Test assertion was incorrect.
317    
318    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
319    
320            * XDP.dis (XDPEntityValue.stringify): Don't escape
321            any |%|s in |xdp:attr-definition| children.
322    
323    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
324    
325            * XDP.dis (createXDPRNIKeyword): The Perl method
326            name property is added.
327    
328    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
329    
330            * XDP.dis (createXDPIf): New method.
331            (XDPIfElement): New interface.
332    
333    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
334    
335            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
336            New methods.
337    
338    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
339    
340            * XDP.dis (XDPDocument): A number of constructor methods
341            are added.
342            (XDPTextDecl.dtdText): The |xml| target was missing.
343    
344    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
345    
346            * Traversal.dis (SerialWalker): New interface.
347            (manakaiCreateSerialWalker): New method.
348    
349    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
350    
351            * Traversal.dis (testNode): Calls |acceptNode| method
352            rather than |&{}| dereferencing.
353            (acceptNode): Implemented.
354    
355    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
356    
357            * XDP.dis: New module.
358    
359            * Makefile: |XDP.dis| is added.
360    
361            * Traversal.dis (NodeFilter): |InputProcessor|
362            and |OutputProcessor| are added.
363    
364    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
365    
366            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
367            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
368            is added.  The |FILTER_REJECT| value is treated
369            as |FILTER_ACCEPT| if the |currentNode| is in the
370            rejected subtree as specified in the spec.
371    
372    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
373    
374            * SimpleLS.dis: An |xmlns:| prefix was missing.
375    
376    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
377    
378            * SimpleLS.dis: Namespace bugs are fixed.
379    
380    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
381    
382            * .cvsignore: Updated.
383    
384            * Traversal.dis: Unused declarations are removed.
385    
386    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
387    
388            * CharacterData.dis (Require): A reference to
389            the |MDOM:Traversal| module is added.
390            (wholeText): Implemented.
391    
392    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
393    
394            * Makefile: |Traversal.dis| is added.
395    
396            * Traversal.dis: New module.
397    
398            * TreeCore.dis (___report_error): Return value was
399            not propagated.
400    
401    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
402    
403            * Element.dis (removeAttributeNS): A runtime error
404            was occurred if there was no specified attribute node.
405    
406            * TreeCore.dis (manakaiLanguage): New attribute.
407    
408    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
409    
410            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
411            New attributes.
412    
413            (StaticNodeList): New interface.
414    
415    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
416    
417            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
418    
419    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
420    
421            * SimpleLS.dis: Reimplemented.
422    
423    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
424    
425            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
426            a qualified name.
427            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
428    
429            * TreeCore.dis (compareDocumentPosition): Implemented.
430            (normalize): Implemented.
431            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
432            class.
433    
434    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
435    
436            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
437    
438    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
439    
440            * CharacterData.dis (length, insertData, substringData,
441            appendData, deleteData, replaceData, splitText): Reimplemented.
442    
443            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
444            (c:index): The definition was missing.
445            (c:length): New property.
446    
447    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
448    
449            * XMLParser.dis (close): Invoke |close| method
450            rather than |close| function.
451    
452    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
453    
454            * CharacterData.dis: New module split from |TreeCore.dis|.
455    
456            * CharacterData.pm: Added to the CVS repository.
457    
458            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
459            interfaces are removed.
460            (Require): A reference to the |MDOM:CharacterData| module
461            is added.
462    
463            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
464    
465            * DOMCore.dis (StringOutOfBoundsException): New error.
466    
467            * Makefile: |CharacterData.pm| is added.
468    
469  2006-04-09  Wakaba  <wakaba@suika.fam.cx>  2006-04-09  Wakaba  <wakaba@suika.fam.cx>
470    
471          * XMLParser.dis (Require): Requires the |MCharset:Encode|          * XMLParser.dis (Require): Requires the |MCharset:Encode|

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.211

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24