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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24