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

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.215

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24