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

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.218

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24