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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24