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

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.216

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24