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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24