/[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.158 by wakaba, Tue Mar 28 00:59:50 2006 UTC revision 1.179 by wakaba, Sun Apr 30 07:58:20 2006 UTC
# Line 1  Line 1 
1    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: |Traversal.dis| is added.
4    
5            * Traversal.dis: New module.
6    
7            * TreeCore.dis (___report_error): Return value was
8            not propagated.
9    
10    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Element.dis (removeAttributeNS): A runtime error
13            was occurred if there was no specified attribute node.
14    
15            * TreeCore.dis (manakaiLanguage): New attribute.
16    
17    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
18    
19            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
20            New attributes.
21    
22            (StaticNodeList): New interface.
23    
24    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
25    
26            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
27    
28    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
29    
30            * SimpleLS.dis: Reimplemented.
31    
32    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
35            a qualified name.
36            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
37    
38            * TreeCore.dis (compareDocumentPosition): Implemented.
39            (normalize): Implemented.
40            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
41            class.
42    
43    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
46    
47    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
48    
49            * CharacterData.dis (length, insertData, substringData,
50            appendData, deleteData, replaceData, splitText): Reimplemented.
51    
52            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
53            (c:index): The definition was missing.
54            (c:length): New property.
55    
56    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
57    
58            * XMLParser.dis (close): Invoke |close| method
59            rather than |close| function.
60    
61    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
62    
63            * CharacterData.dis: New module split from |TreeCore.dis|.
64    
65            * CharacterData.pm: Added to the CVS repository.
66    
67            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
68            interfaces are removed.
69            (Require): A reference to the |MDOM:CharacterData| module
70            is added.
71    
72            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
73    
74            * DOMCore.dis (StringOutOfBoundsException): New error.
75    
76            * Makefile: |CharacterData.pm| is added.
77    
78    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
79    
80            * XMLParser.dis (Require): Requires the |MCharset:Encode|
81            module.
82            (parse): Set the |inputEncoding| attribute of the generated document
83            object.
84            (resolveLSInput default implementation): The |byteStream|
85            and |encoding| attributes of the |LSInput| interface
86            are now supported.
87            (resolveLSInput): Parameters |impl| and |parser| are added.
88            (InputFile.inputEncoding): New attribute.
89    
90    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Document.dis (adoptNode test): Documents were
93            made by different documents.
94    
95    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
96    
97            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
98            parameter is changed to |cfg:dtd-default-attribute|.
99    
100    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
101    
102            * TreeCore.dis: The |DOMMain:raiseException| elements
103            are replaced by |disPerl:EXCEPTION|s.
104    
105    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
106    
107            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
108    
109            * Node.dis (cfg:dtd-default-attribute): The configuration
110            parameter |cfg:dtd-default-attributes| is renamed
111            as |cfg:dtd-default-attribute|.
112            (Roles): Definitions are changed so that classes
113            that implement those classes MUST implement the |Node|
114            and its subinterfaces.
115            (cfg:dtd-attribute-type): New configuration parameter.
116    
117            * Document.dis (adoptNode): Don't throw exception
118            if |strictErrorChecking| is |false|.
119    
120            * Element.dis (setAttribute, setAttributeNS): Don't
121            set [attribute type] if the |cfg:dtd-attribute-type|
122            configuration parameter is set to |false|.
123            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
124            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
125            configuration parameter is set to |false|.
126    
127    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
128    
129            * TreeStore.dis: New module.
130    
131            * Makefile: |TreeStore.dis| is added.
132    
133    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
134    
135            * XMLParser.dis: Updated so that it can be used
136            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
137            and |XML.pm|.  Set the read-only flag to
138            the |DocumentType|, |Entity|, and |EntityReference| noes.
139    
140            * Node.dis (textContent): It did not handle descendant
141            element and entity reference nodes.
142    
143            * Element.dis, XML.dis (manakaiBaseURI.get): Its
144            definition has been changed to return only explicit
145            base URI specification.
146    
147            * DOMLS.dis (LSInput, LSOutput): They no longer
148            inherits the |ManakaiDOM:ManakaiDOMObject| class.
149    
150            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
151    
152            * Tree.pm, DOMXML.pm: Removed.
153    
154            * TreeCore.pm, Document.pm, Element.pm: Added
155            to the CVS repository since they are necessary to
156            build the dis library.
157    
158            * Makefile: Sync'ed to new modules disposition.
159    
160    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
161    
162            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
163            removed.  For |Element.pm| and |Document.pm| are added.
164    
165            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
166    
167            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
168    
169    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
170    
171            * DOMFeature.dis (getImplementation, getImplementationList): Support
172            for new class information variables.
173            (DOMLS:Generic): This old feature name is removed.
174    
175            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
176            for new class information variables.
177    
178            * TreeCore.dis (manakaiExpandedURI): New attribute.
179            (Document, Element.___create_node_ref): New method
180            implementations.
181    
182    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
183    
184            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
185            Reimplemented.
186            (isId): Setter is added.
187            (Element.normalize): Definition copied from the |MDOM:Tree|
188            module.
189    
190    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Makefile (clean-db): New rule.
193    
194            * TreeCore.dis (setUserData): Schedule to invoke
195            the user data handler when the node is removed
196            from the memory.
197            (setAttribute, setAttributeNS): Set the [attribute type]
198            if DTD attribute definition is available.
199            (CharacterData members): Definitions copied from
200            the |MDOM:Tree| module.
201    
202    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
203    
204            * DOMCore.dis (DOMStringList.==): New overloaded operator.
205    
206            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
207            class did not implement the |GetFeature| interface.
208            (hasFeature): The |+| prefix was not taken into account.
209    
210            * TreeCore.dis (Node): The class now inherits
211            the |ManakaiHasFeatureByGetFeature| class.  It now
212            implements the |f:GetFeature| and |ecore:MUErrorTarget|
213            interfaces.
214            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
215            is supported.
216            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
217            (manakaiParentElement): New attribute.
218    
219            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
220            is removed.
221            (lookupPrefix): Old method implementation is removed.
222    
223            * XML.dis (CDATASection): The |mg:NodeRefRole| was
224            missing because of the |DISCore:stopISARecursive| property.
225    
226            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
227            They now pass all tests included in those modules!
228    
229    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DOMCore.dis (Require): A reference to the |MURI:Generic|
232            module is added.
233            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
234            (ManakaiDOMImplementation): It now inherits
235            the |urigen:ManakaiURIImplementation| class and
236            implements the |ecore:MUErrorTarget| interface.  It no
237            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
238            (ManakaiDOMImplementation.___report_error): New method.
239    
240            * DOMFeature.dis (Require): It now references the |Util:Grove|
241            module instead of |Util:ManakaiNode| module.
242            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
243            (f:ManakaiMinimumImplementationCompatible): New role.
244            (ManakaiMinimumImplementation): Now it is built
245            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
246            module.
247            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
248            (c:implementation): Removed.
249            (f:implementation, f:revImplementation): New properties.
250    
251            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
252    
253            * Tree.dis (cfg:clone-entity-reference-subtree,
254            cfg:dtd-default-attributes, cfg:xml-id,
255            cfg:strict-document-children): Removed (moved
256            to the |MDOM:TreeCore| module).
257    
258            * TreeCore.dis (Require): The reference to the |MURI:Generic|
259            module is removed.
260            (ManakaiDOMImplementationTC): Some members are removed
261            since they are incorporated to the |c:ManakaiDOMImplementation|
262            or the |f:ManakaiMinimumImplementation|.
263            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
264            (replaceChildImpl1): A typo on the removing the parent node
265            of the old child node is fixed.
266            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
267            module).
268            (tc:implementation, tc:revImplementation): Removed (moved
269            to the |MDOM:DOMFeature| module).
270            (Document.appendChild, insertBefore, replaceChild): Sets
271            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
272            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
273            when the new value is |null|.
274            (Attr.___create_node_ref): Attribute name and
275            owner element type specific classes are supported (it
276            was partially implemented but was incorrect).
277            (ManakaiDOMGetElementsNodeList.item): Don't return
278            a node if the |index| is negative.
279            (setNamedItem): Various typos are fixed.
280            (removeNamedItem): The node was not removed orz
281            (cfg:clone-entity-reference-subtree,
282            cfg:dtd-default-attributes, cfg:xml-id,
283            cfg:strict-document-children): Definitions are moved
284            from the |MDOM:Tree| module.  Note that the tests for default
285            attributes still fail.
286            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
287            (Attr): Role name was incorrect.
288    
289            * XDoctype.dis (setDefinitionNode): Return value was
290            not set.
291            (AttributeDefinition): Role name was incorrect.
292    
293            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
294            module is added.
295            (Notation.appendChild, insertBefore, replaceChild): New method
296            implementations.
297            (Entity.appendChild, insertBefore, replaceChild): New method
298            implementations.
299            (EntityReference.appendChild, insertBefore, replaceChild): Now
300            they are defined as copies of ones in the |Entity| class.
301            (XMLBaseAttribute, XMLIdAttribute): Now they are
302            namespace unaware attributes.
303            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
304            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
305            to namespace aware attributes are added.
306    
307    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
308    
309            * DOMCore.dis: Namespace prefixes are changed to new ones.
310    
311            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
312            untested).
313            (___report_error): Reimplemented (untested).
314            (manakaiSetReadOnly): New method.
315            (Attr.___create_node_ref): New method (untested).
316            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
317            (createEntityReference, cloneNode): Support for
318            the |cfg:entity-reference-read-only| configuration
319            parameter is removed; newly created entity references
320            are always read-only and use the |manakaiSetReadOnly| method
321            if desired.
322            (Element.manakaiBaseURI): Reimplemented (untested).
323    
324            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
325            the |MDOM:XML| Perl module.
326            (DocumentTypeDefinition.___create_node_stem): Sets
327            the |tc:implementation| internal property if its value
328            is provided.  The |infoset:content| internal property name
329            was incorrect.
330            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
331            read-only |NodeList| and |DOMStringList| are added
332            for clarification.
333    
334  2006-03-26  Wakaba  <wakaba@suika.fam.cx>  2006-03-26  Wakaba  <wakaba@suika.fam.cx>
335    
336          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|          * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.179

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24