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

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.210

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24