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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24