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

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24