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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24