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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24