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

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.207

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24