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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24