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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24