/[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.138 by wakaba, Mon Mar 6 07:32:51 2006 UTC revision 1.166 by wakaba, Sun Apr 2 12:14:43 2006 UTC
# Line 1  Line 1 
1    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeStore.dis: New module.
4    
5            * Makefile: |TreeStore.dis| is added.
6    
7    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XMLParser.dis: Updated so that it can be used
10            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
11            and |XML.pm|.  Set the read-only flag to
12            the |DocumentType|, |Entity|, and |EntityReference| noes.
13    
14            * Node.dis (textContent): It did not handle descendant
15            element and entity reference nodes.
16    
17            * Element.dis, XML.dis (manakaiBaseURI.get): Its
18            definition has been changed to return only explicit
19            base URI specification.
20    
21            * DOMLS.dis (LSInput, LSOutput): They no longer
22            inherits the |ManakaiDOM:ManakaiDOMObject| class.
23    
24            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
25    
26            * Tree.pm, DOMXML.pm: Removed.
27    
28            * TreeCore.pm, Document.pm, Element.pm: Added
29            to the CVS repository since they are necessary to
30            build the dis library.
31    
32            * Makefile: Sync'ed to new modules disposition.
33    
34    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
35    
36            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
37            removed.  For |Element.pm| and |Document.pm| are added.
38    
39            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
40    
41            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
42    
43    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DOMFeature.dis (getImplementation, getImplementationList): Support
46            for new class information variables.
47            (DOMLS:Generic): This old feature name is removed.
48    
49            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
50            for new class information variables.
51    
52            * TreeCore.dis (manakaiExpandedURI): New attribute.
53            (Document, Element.___create_node_ref): New method
54            implementations.
55    
56    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
57    
58            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
59            Reimplemented.
60            (isId): Setter is added.
61            (Element.normalize): Definition copied from the |MDOM:Tree|
62            module.
63    
64    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Makefile (clean-db): New rule.
67    
68            * TreeCore.dis (setUserData): Schedule to invoke
69            the user data handler when the node is removed
70            from the memory.
71            (setAttribute, setAttributeNS): Set the [attribute type]
72            if DTD attribute definition is available.
73            (CharacterData members): Definitions copied from
74            the |MDOM:Tree| module.
75    
76    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
77    
78            * DOMCore.dis (DOMStringList.==): New overloaded operator.
79    
80            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
81            class did not implement the |GetFeature| interface.
82            (hasFeature): The |+| prefix was not taken into account.
83    
84            * TreeCore.dis (Node): The class now inherits
85            the |ManakaiHasFeatureByGetFeature| class.  It now
86            implements the |f:GetFeature| and |ecore:MUErrorTarget|
87            interfaces.
88            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
89            is supported.
90            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
91            (manakaiParentElement): New attribute.
92    
93            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
94            is removed.
95            (lookupPrefix): Old method implementation is removed.
96    
97            * XML.dis (CDATASection): The |mg:NodeRefRole| was
98            missing because of the |DISCore:stopISARecursive| property.
99    
100            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
101            They now pass all tests included in those modules!
102    
103    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMCore.dis (Require): A reference to the |MURI:Generic|
106            module is added.
107            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
108            (ManakaiDOMImplementation): It now inherits
109            the |urigen:ManakaiURIImplementation| class and
110            implements the |ecore:MUErrorTarget| interface.  It no
111            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
112            (ManakaiDOMImplementation.___report_error): New method.
113    
114            * DOMFeature.dis (Require): It now references the |Util:Grove|
115            module instead of |Util:ManakaiNode| module.
116            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
117            (f:ManakaiMinimumImplementationCompatible): New role.
118            (ManakaiMinimumImplementation): Now it is built
119            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
120            module.
121            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
122            (c:implementation): Removed.
123            (f:implementation, f:revImplementation): New properties.
124    
125            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
126    
127            * Tree.dis (cfg:clone-entity-reference-subtree,
128            cfg:dtd-default-attributes, cfg:xml-id,
129            cfg:strict-document-children): Removed (moved
130            to the |MDOM:TreeCore| module).
131    
132            * TreeCore.dis (Require): The reference to the |MURI:Generic|
133            module is removed.
134            (ManakaiDOMImplementationTC): Some members are removed
135            since they are incorporated to the |c:ManakaiDOMImplementation|
136            or the |f:ManakaiMinimumImplementation|.
137            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
138            (replaceChildImpl1): A typo on the removing the parent node
139            of the old child node is fixed.
140            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
141            module).
142            (tc:implementation, tc:revImplementation): Removed (moved
143            to the |MDOM:DOMFeature| module).
144            (Document.appendChild, insertBefore, replaceChild): Sets
145            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
146            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
147            when the new value is |null|.
148            (Attr.___create_node_ref): Attribute name and
149            owner element type specific classes are supported (it
150            was partially implemented but was incorrect).
151            (ManakaiDOMGetElementsNodeList.item): Don't return
152            a node if the |index| is negative.
153            (setNamedItem): Various typos are fixed.
154            (removeNamedItem): The node was not removed orz
155            (cfg:clone-entity-reference-subtree,
156            cfg:dtd-default-attributes, cfg:xml-id,
157            cfg:strict-document-children): Definitions are moved
158            from the |MDOM:Tree| module.  Note that the tests for default
159            attributes still fail.
160            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
161            (Attr): Role name was incorrect.
162    
163            * XDoctype.dis (setDefinitionNode): Return value was
164            not set.
165            (AttributeDefinition): Role name was incorrect.
166    
167            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
168            module is added.
169            (Notation.appendChild, insertBefore, replaceChild): New method
170            implementations.
171            (Entity.appendChild, insertBefore, replaceChild): New method
172            implementations.
173            (EntityReference.appendChild, insertBefore, replaceChild): Now
174            they are defined as copies of ones in the |Entity| class.
175            (XMLBaseAttribute, XMLIdAttribute): Now they are
176            namespace unaware attributes.
177            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
178            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
179            to namespace aware attributes are added.
180    
181    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMCore.dis: Namespace prefixes are changed to new ones.
184    
185            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
186            untested).
187            (___report_error): Reimplemented (untested).
188            (manakaiSetReadOnly): New method.
189            (Attr.___create_node_ref): New method (untested).
190            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
191            (createEntityReference, cloneNode): Support for
192            the |cfg:entity-reference-read-only| configuration
193            parameter is removed; newly created entity references
194            are always read-only and use the |manakaiSetReadOnly| method
195            if desired.
196            (Element.manakaiBaseURI): Reimplemented (untested).
197    
198            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
199            the |MDOM:XML| Perl module.
200            (DocumentTypeDefinition.___create_node_stem): Sets
201            the |tc:implementation| internal property if its value
202            is provided.  The |infoset:content| internal property name
203            was incorrect.
204            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
205            read-only |NodeList| and |DOMStringList| are added
206            for clarification.
207    
208    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
209    
210            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
211            module is added.
212            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
213            implementation (untested).
214    
215            * TreeCore.dis (baseURI): Reimplemented (untested).
216            (Roles): Definitions added.
217    
218            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
219            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
220            module is removed.
221            (DocumentXDoctype): Reimplemented (untested).
222            (DocumentTypeDefinition, DocumentTypeDeclaration):
223            Reimlemented (untested).
224            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
225    
226            * XML.dis (FeatureDef): New features (definitions copied
227            from the |MDOM:DOMXML| module).
228            (DocumentType): New interface (definition copied from
229            the |MDOM:DOMXML| module).
230            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
231            Reimplemented (untested).
232            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
233    
234    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
235    
236            * TreeCore.dis (Document): Most methods are reimplemented (untested).
237    
238    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
239    
240            * TreeCore.dis (Document): Attributes are reimplemented (untested).
241            (Text, DocumentFragment, Comment): Most members are
242            reimplemented (untested).
243    
244    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
245    
246            * DOMMain.dis (checkXMLNamesQName): Some checks are
247            removed to sync with DOM Level 3 Core specification.
248    
249            * TreeCore.dis (Element): Most methods are reimplemented (untested).
250            (GetElementsNodeList): Reimplemented (untested).
251    
252    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
253    
254            * Tree.dis (cfg:strict-document-children): The configuration
255            parameter must also affect on |manakaiAppendText|
256            and |textContent| on |Document| nodes.
257    
258            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
259            parameter changes the class to |bless|.
260            (Node): Most methods are reimplemented.  (Untested)
261            (CharacterData, Attr): Most methods and attributes are
262            reimplemented.  (Untested)
263    
264            * XML.dis, XDoctype.dis: Most |Node| methods are
265            reimplemented (untested).
266    
267    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
268    
269            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
270            (untested).
271    
272    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
275            a qualified name.
276    
277            * DOMMain.dis (ensureNamespacePrefix): Undefines
278            the prefix if it is an empty string.  (Note that
279            it is defined as implementation dependent in
280            DOM Level 3 Core specification).
281    
282            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
283            module.
284            (Node): Attributes are reimplemented (untested).
285    
286            * XML.dis (Require): It now references the |MDOMX:XDoctype|
287            module.
288            (Node): Attributes are reimplemented (untested).
289            (Entity, Notation): New interfaces.
290    
291            * XDoctype.dis (Node): Attributes are reimplemented (untested).
292    
293    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
294    
295            * TreeCore.dis (childNodes, firstChild, lastChild,
296            nextSibling, previousSibling, appendChild, insertBefore,
297            replaceChild, removeChild, createDocumentFragment,
298            createEntityReference, createProcessingInstruction,
299            domConfig, documentElement, implementation, manakaiAppendText): New.
300            (NodeList, DocumentFragment): New interfaces.
301    
302            * XML.dis (EntityReference, ProcessingInstruction): New interface.
303    
304    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
305    
306            * TreeCore.dis (Require): The |MDOM:XML| module is added.
307            (createAttributeNS, createTextNode, createComment,
308            createCDATASection): New methods.
309            (Attr, Text, Comment, CharacterData): New interfaces.
310    
311            * Makefile: |XML.dis| is added.
312    
313            * XML.dis: New module.
314    
315    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
316    
317            * TreeCore.dis (manakaiReadOnly): New attribute.
318            
319    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
320    
321            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
322            prefix, isSameNode, ownerDocument, parentNode): New.
323            (Element): New interface.
324            (createElementNS): New method.
325            (strictErrorChecking): New.
326    
327    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
328    
329            * Makefile: |TreeCore.dis| is added.
330    
331            * TreeCore.dis: New module.
332    
333    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
334    
335            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
336            parameter.
337    
338            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
339    
340            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
341            data types added to configuration parameters.
342    
343    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
344    
345            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
346            a |DISSource:ResourceProperty|.
347            (c:anyDOMConfigurationParameter): New property.
348            (CParam, boolCParam): Now they are all |dis:subsetOf|
349            the |c:anyDOMConfigurationParameter| property.
350            (ForDocument, ForParser, ForSerializer): Removed.
351    
352            * DOMLS.dis, XMLParser.dis: Likewise.
353    
354    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
355    
356            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
357            are removed.
358    
359            * GenericLS.pm: Added to the CVS repository since
360            it is necessary to create the |Message::Util::DIS::DPG| module.
361    
362    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
363    
364            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
365            method.
366    
367            * XMLParser.dis: Don't create adjacent text nodes.
368    
369    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
370    
371            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
372    
373            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
374            implementations are added.
375    
376            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
377            implementations are added.
378    
379            * Tree.dis (appendChild, insertBefore, replaceChild): Method
380            implementations are added.
381            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
382            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
383            (cfg:strict-document-children): New configuration parameter.
384    
385    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
386    
387            * XDoctype.dis (replaceChild): Method implementations are added.
388    
389            * Tree.dis (replaceChild): Method implementations are added.
390    
391            * DOMXML.dis (replaceChild): Method implementations are added.
392    
393    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
394    
395            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
396            definitions.
397    
398            * XDoctype.dis (insertBefore): New method implementation.
399    
400    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
401    
402            * DOMXML.dis (insertBefore): Method implementations
403            for |ProcessingInstruction| and |Notation| nodes are added.
404    
405            * Tree.dis (insertBefore): Method implementation
406            for |CharacterData| nodes is added.
407    
408            * XDoctype.dis (insertBefore): Method implementation
409            for |ElementTypeDefinition| nodes is added.
410    
411    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
412    
413            * XDoctype.dis (appendChild): New method implementation.
414    
415    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
416    
417            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
418            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
419            (REMOVE_DOCUMENT_TYPE_ERR): New error.
420    
421            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
422            (ProcessingInstruction.appendChild, CDATASection.appendChild,
423            Notation.appendChild): New method implementation.
424    
425            * Tree.dis (CharacterData.appendChild): New method implementation.
426    
427            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
428    
429  2006-03-06  Wakaba  <wakaba@suika.fam.cx>  2006-03-06  Wakaba  <wakaba@suika.fam.cx>
430    
431          * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.          * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.166

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24