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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24