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

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.205

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24