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

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.203

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24