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

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.212

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24