/[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.197 by wakaba, Sat Nov 4 17:25:05 2006 UTC revision 1.220 by wakaba, Sat Jun 16 08:49:00 2007 UTC
# Line 1  Line 1 
1    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMException.pm (Message::IF::DOMException): Extends
4            the |Message::Util::Error| class.
5    
6            * NodeList.pm (Message::DOM::NodeList): Extends the |Tie::Array| class.
7            (CLEAR): Not all items were removed.
8    
9    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm,
12            DocumentType.pm, Entity.pm,
13            EntityReference.pm (____new): Initialize |child_nodes| by an empty list.
14    
15            * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm,
16            Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned.
17    
18            * DOMDocument.pm (AUTOLOAD): Typo fixed.
19    
20            * Node.pm (==, !=): Implemented.
21            (manakai_read_only): Implemented.
22            (is_same_node): Implemented.
23            (is_equal_node): Alpha version.
24            (manakai_set_read_only): Alpha version.
25            (child_nodes, first_child, last_child, previous_sibling): Duplicate
26            definitions are removed.
27    
28    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Node.pm: First alpha version of implementation of attributes.
31    
32    2007-06-15  Wakaba  <wakaba@suika.fam.cx>
33    
34            * ProcessingInstruction.pm, EntityReference.pm,
35            CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm,
36            ElementTypeDefinition.pm, AttributeDefinition.pm,
37            DocumentType.pm, DOMElement.pm, Attr.pm,
38            CharacterData.pm, Text.pm, Comment.pm (node_name,
39            node_value, node_type): Implemented.
40    
41    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
44            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
45            AttributeDefinition.pm: New modules.
46    
47            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
48            (create_attribute_definition, create_element_type_definition,
49            create_document_type_definition, create_cdata_section,
50            create_processing_instruction, create_entity_reference,
51            create_general_entity, create_notation): Prototypes added.
52    
53            * DOMImplementation.pm (create_document_type): Prototype added.
54    
55            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
56            and 'Message::IF::DocumentTypeDeclaration' added.
57            (create_document_type, create_document_type_definition):
58            New methods.
59    
60    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
63            DOMElement.pm, Attr.pm, DocumentType.pm,
64            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
65            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
66    
67    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
68    
69            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
70            specifies unknown value and trys to recover from the error.
71    
72    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
73    
74            * TreeCore.dis (manakaiLocalName): New attribute.
75    
76    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
77    
78            * GenericLS.dis (GLSException): New interface.
79    
80    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
81    
82            * |InputProcessor|s and |OutputProcessor|s are
83            named so that |report| statements in Perl
84            module outputs can be identified by name. |dis:dataType|s
85            of |DISCore:TFQNames| are all replaced
86            by |DISCore:QName|.
87    
88    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
89    
90            * Element.dis (createElementNS): If an array reference
91            is specified as the |qualifiedName| parameter,
92            don't set the first item as the local name
93            even if the second item is not specified (or
94            specified as |undef|).
95            (createElementNS, setAttribute, setAttributeNS,
96            removeAttribute, removeAttributeNS,
97            setAttributeNode, setAttributeNodeNS,
98            removeAttributeNode, removeAttributeNodeNS): Sets
99            or removes the |tc:contentAttributeList| value.
100    
101            * TreeCore.dis (AttrMap.item): Caches the result
102            of sorting of content attribute names.
103            (getAttrMap, getElementTypeDefNodeMap,
104            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
105            (tc:contentAttributeList): New property.
106    
107    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
108    
109            * DOMFeature.dis (ForDef): Removed.
110            (f:provides, f:through): Removed.
111            (Version): Removed.
112            (implementFeature): Removed.
113    
114    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
115    
116            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
117            GenericLS.dis, TreeCore.dis, DOMString.dis,
118            XML.dis, Element.dis, Document.dis, TreeStore,dis,
119            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
120            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
121            are removed.
122    
123    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
124    
125            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
126            GenericLS.dis, TreeCore.dis, DOMString.dis,
127            XML.dis, Element.dis, Document.dis, TreeStore,dis,
128            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
129            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
130            and |DefaultFor|s are removed.
131    
132    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
133    
134            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
135            GenericLS.dis, TreeCore.dis, DOMString.dis,
136            XML.dis, Element.dis, Document.dis, TreeStore,dis,
137            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
138            SimpleLS.dis, DOMMain.dis: References
139            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
140            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
141            modes are removed.
142    
143    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
144    
145            * CharacterData.dis, TreeCore.dis (Require): References
146            to the |Grove.dis| module are removed.
147    
148    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
151            (Require): Reference to the |Grove.dis| module is removed.
152    
153    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DOMCore.dis (ManakaiDOMImplementation): The
156            class is no longer plays the role of
157            a |mg:NodeRefRole|.  Redundant |f:provides|
158            properties are removed.
159    
160    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
161    
162            * TreeCore.dis, DOMCore.dis, Document.dis,
163            Element.dis, CharacterData.dis, XML.dis,
164            XDoctype.dis, DOMString.dis, TreeStore.dis,
165            XMLParser.dis: Use Perl native
166            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
167            for DOM nodes.  See
168            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
169    
170    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
171    
172            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
173    
174    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DOMString.dis: New module.
177    
178            * DOMString.pm: New file.
179    
180            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
181            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
182            Now it references the |DOMImplementationRegistry| object.
183            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
184            (DOMImplementationRegistry): New interface and
185            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
186            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
187            that the class no longer support |get_implementation|
188            and |get_implementation_list| methods from
189            the |ImplementationRegistry| interface.
190            (DOMImplementationList): Class implemented; no
191            longer inherits from |ImplementationList|.
192            (DOMImplementationSource): Class implemented; no
193            longer inherits from |ImplementationSource|.  Note that
194            the class no longer support |get_implementation|
195            and |get_implementation_list| methods from
196            the |ImplementationSource| interface.
197            (DOMStringList): Removed.
198    
199            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
200            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
201            ManakaiDOM:DOMXMLFeatureXML11, most part of
202            documentation for obsolete DOM Level 3 Minimum Implementation
203            module, obsolete property name aliases,
204            ImplemenationRegistryVar, ImplementationRegistry,
205            DEBUG, MIString, ImplementationList, ImplementationSource,
206            ManakaiDOM:implID): Removed.
207    
208            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
209            (DOMString): Removed.
210            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
211    
212            * Makefile: |DOMString.pm| is added.
213    
214            * TreeCore.dis (is_default_namespace): |null| was
215            returned where a false is expected (|null| is
216            a false in Perl, but real |false| is appropriate here).
217    
218    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
221    
222            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
223    
224            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
225    
226    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
227    
228            * DOMFeature.dis (ImplementationList, ImplementationSource,
229            ImplementationRegistry): Parameters |features|
230            now allow |null| (equivalent to an empty string).
231    
232    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
233    
234            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
235            class.  Factory methods |createTextNode| and |createComment|
236            are moved from |ManakaiDOMDocument|.
237    
238            * DOMCore.dis: References to |ManakaiDOMObject|
239            are removed.
240            (tc:createImplForTest): Moved from |TreeCore.dis|.
241            (DOMImplementation.___create_node_ref): Support
242            for the |mg:nodeRefClass| option is removed.
243            (ManakaiDOMConfiguration.___report_error): Moved
244            from |ManakaiDOMObject| class.
245    
246            * DOMFeature.dis (domidl:extends): New property.
247            (f:getFeatureImpl): Support for |+| classes is removed.
248    
249            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
250            (ManakaiDOM:ManakaiDOMObject): Removed.
251            (DOMDataType): Removed.
252    
253            * Document.dis (ManakaiDOMImplementationDocument):
254            The |createDocument| method is moved from
255            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
256            (ManakaiDOMDocument.___create_node_ref): Removed.
257            (createElement, createElementNS, createAttribute,
258            createAttributeNS, createTextNode, createComment,
259            createCDATASection, createEntityReference,
260            createProcessingInstruction): Class implementations
261            are moved to each module.
262    
263            * Element.dis (ManakaiDOMImplementationElement): Factory
264            methods are moved from |Document.dis|.
265            (ManakaiDOMElement.___create_node_ref): Support
266            for old class registry is removed.
267            (ManakaiDOMAttr.___create_node_ref): Removed.
268            (Attr.baseURI): Implementation
269            for |xml:base| attribute is merged.
270            (Attr.nodeValue, Attr.value): Implementation
271            for |xml:id| attribute is merged.
272    
273            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
274    
275            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
276            definition for |createDocumentType| method
277            is moved from |TreeCore.dis|.
278    
279            * XML.dis (ManakaiDOMXMLDocument): Factory
280            methods are moved from |Document.dis|.
281            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
282            into |ManakaiDOMAttr| in |Element.dis|).
283    
284  2006-11-05  Wakaba  <wakaba@suika.fam.cx>  2006-11-05  Wakaba  <wakaba@suika.fam.cx>
285    
286          * Element.dis (___get_node_ref): |eval|ed |require|          * Element.dis (___get_node_ref): |eval|ed |require|

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.220

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24