/[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.149 by wakaba, Fri Mar 17 08:06:20 2006 UTC revision 1.163 by wakaba, Sat Apr 1 14:41:29 2006 UTC
# Line 1  Line 1 
1    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (getImplementation, getImplementationList): Support
4            for new class information variables.
5            (DOMLS:Generic): This old feature name is removed.
6    
7            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
8            for new class information variables.
9    
10            * TreeCore.dis (manakaiExpandedURI): New attribute.
11            (Document, Element.___create_node_ref): New method
12            implementations.
13    
14    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
15    
16            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
17            Reimplemented.
18            (isId): Setter is added.
19            (Element.normalize): Definition copied from the |MDOM:Tree|
20            module.
21    
22    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
23    
24            * Makefile (clean-db): New rule.
25    
26            * TreeCore.dis (setUserData): Schedule to invoke
27            the user data handler when the node is removed
28            from the memory.
29            (setAttribute, setAttributeNS): Set the [attribute type]
30            if DTD attribute definition is available.
31            (CharacterData members): Definitions copied from
32            the |MDOM:Tree| module.
33    
34    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DOMCore.dis (DOMStringList.==): New overloaded operator.
37    
38            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
39            class did not implement the |GetFeature| interface.
40            (hasFeature): The |+| prefix was not taken into account.
41    
42            * TreeCore.dis (Node): The class now inherits
43            the |ManakaiHasFeatureByGetFeature| class.  It now
44            implements the |f:GetFeature| and |ecore:MUErrorTarget|
45            interfaces.
46            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
47            is supported.
48            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
49            (manakaiParentElement): New attribute.
50    
51            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
52            is removed.
53            (lookupPrefix): Old method implementation is removed.
54    
55            * XML.dis (CDATASection): The |mg:NodeRefRole| was
56            missing because of the |DISCore:stopISARecursive| property.
57    
58            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
59            They now pass all tests included in those modules!
60    
61    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * DOMCore.dis (Require): A reference to the |MURI:Generic|
64            module is added.
65            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
66            (ManakaiDOMImplementation): It now inherits
67            the |urigen:ManakaiURIImplementation| class and
68            implements the |ecore:MUErrorTarget| interface.  It no
69            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
70            (ManakaiDOMImplementation.___report_error): New method.
71    
72            * DOMFeature.dis (Require): It now references the |Util:Grove|
73            module instead of |Util:ManakaiNode| module.
74            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
75            (f:ManakaiMinimumImplementationCompatible): New role.
76            (ManakaiMinimumImplementation): Now it is built
77            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
78            module.
79            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
80            (c:implementation): Removed.
81            (f:implementation, f:revImplementation): New properties.
82    
83            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
84    
85            * Tree.dis (cfg:clone-entity-reference-subtree,
86            cfg:dtd-default-attributes, cfg:xml-id,
87            cfg:strict-document-children): Removed (moved
88            to the |MDOM:TreeCore| module).
89    
90            * TreeCore.dis (Require): The reference to the |MURI:Generic|
91            module is removed.
92            (ManakaiDOMImplementationTC): Some members are removed
93            since they are incorporated to the |c:ManakaiDOMImplementation|
94            or the |f:ManakaiMinimumImplementation|.
95            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
96            (replaceChildImpl1): A typo on the removing the parent node
97            of the old child node is fixed.
98            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
99            module).
100            (tc:implementation, tc:revImplementation): Removed (moved
101            to the |MDOM:DOMFeature| module).
102            (Document.appendChild, insertBefore, replaceChild): Sets
103            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
104            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
105            when the new value is |null|.
106            (Attr.___create_node_ref): Attribute name and
107            owner element type specific classes are supported (it
108            was partially implemented but was incorrect).
109            (ManakaiDOMGetElementsNodeList.item): Don't return
110            a node if the |index| is negative.
111            (setNamedItem): Various typos are fixed.
112            (removeNamedItem): The node was not removed orz
113            (cfg:clone-entity-reference-subtree,
114            cfg:dtd-default-attributes, cfg:xml-id,
115            cfg:strict-document-children): Definitions are moved
116            from the |MDOM:Tree| module.  Note that the tests for default
117            attributes still fail.
118            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
119            (Attr): Role name was incorrect.
120    
121            * XDoctype.dis (setDefinitionNode): Return value was
122            not set.
123            (AttributeDefinition): Role name was incorrect.
124    
125            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
126            module is added.
127            (Notation.appendChild, insertBefore, replaceChild): New method
128            implementations.
129            (Entity.appendChild, insertBefore, replaceChild): New method
130            implementations.
131            (EntityReference.appendChild, insertBefore, replaceChild): Now
132            they are defined as copies of ones in the |Entity| class.
133            (XMLBaseAttribute, XMLIdAttribute): Now they are
134            namespace unaware attributes.
135            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
136            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
137            to namespace aware attributes are added.
138    
139    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DOMCore.dis: Namespace prefixes are changed to new ones.
142    
143            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
144            untested).
145            (___report_error): Reimplemented (untested).
146            (manakaiSetReadOnly): New method.
147            (Attr.___create_node_ref): New method (untested).
148            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
149            (createEntityReference, cloneNode): Support for
150            the |cfg:entity-reference-read-only| configuration
151            parameter is removed; newly created entity references
152            are always read-only and use the |manakaiSetReadOnly| method
153            if desired.
154            (Element.manakaiBaseURI): Reimplemented (untested).
155    
156            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
157            the |MDOM:XML| Perl module.
158            (DocumentTypeDefinition.___create_node_stem): Sets
159            the |tc:implementation| internal property if its value
160            is provided.  The |infoset:content| internal property name
161            was incorrect.
162            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
163            read-only |NodeList| and |DOMStringList| are added
164            for clarification.
165    
166    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
169            module is added.
170            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
171            implementation (untested).
172    
173            * TreeCore.dis (baseURI): Reimplemented (untested).
174            (Roles): Definitions added.
175    
176            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
177            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
178            module is removed.
179            (DocumentXDoctype): Reimplemented (untested).
180            (DocumentTypeDefinition, DocumentTypeDeclaration):
181            Reimlemented (untested).
182            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
183    
184            * XML.dis (FeatureDef): New features (definitions copied
185            from the |MDOM:DOMXML| module).
186            (DocumentType): New interface (definition copied from
187            the |MDOM:DOMXML| module).
188            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
189            Reimplemented (untested).
190            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
191    
192    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
193    
194            * TreeCore.dis (Document): Most methods are reimplemented (untested).
195    
196    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
197    
198            * TreeCore.dis (Document): Attributes are reimplemented (untested).
199            (Text, DocumentFragment, Comment): Most members are
200            reimplemented (untested).
201    
202    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
203    
204            * DOMMain.dis (checkXMLNamesQName): Some checks are
205            removed to sync with DOM Level 3 Core specification.
206    
207            * TreeCore.dis (Element): Most methods are reimplemented (untested).
208            (GetElementsNodeList): Reimplemented (untested).
209    
210    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
211    
212            * Tree.dis (cfg:strict-document-children): The configuration
213            parameter must also affect on |manakaiAppendText|
214            and |textContent| on |Document| nodes.
215    
216            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
217            parameter changes the class to |bless|.
218            (Node): Most methods are reimplemented.  (Untested)
219            (CharacterData, Attr): Most methods and attributes are
220            reimplemented.  (Untested)
221    
222            * XML.dis, XDoctype.dis: Most |Node| methods are
223            reimplemented (untested).
224    
225    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
226    
227            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
228            (untested).
229    
230    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
231    
232            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
233            a qualified name.
234    
235            * DOMMain.dis (ensureNamespacePrefix): Undefines
236            the prefix if it is an empty string.  (Note that
237            it is defined as implementation dependent in
238            DOM Level 3 Core specification).
239    
240            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
241            module.
242            (Node): Attributes are reimplemented (untested).
243    
244            * XML.dis (Require): It now references the |MDOMX:XDoctype|
245            module.
246            (Node): Attributes are reimplemented (untested).
247            (Entity, Notation): New interfaces.
248    
249            * XDoctype.dis (Node): Attributes are reimplemented (untested).
250    
251    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
252    
253            * TreeCore.dis (childNodes, firstChild, lastChild,
254            nextSibling, previousSibling, appendChild, insertBefore,
255            replaceChild, removeChild, createDocumentFragment,
256            createEntityReference, createProcessingInstruction,
257            domConfig, documentElement, implementation, manakaiAppendText): New.
258            (NodeList, DocumentFragment): New interfaces.
259    
260            * XML.dis (EntityReference, ProcessingInstruction): New interface.
261    
262    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
263    
264            * TreeCore.dis (Require): The |MDOM:XML| module is added.
265            (createAttributeNS, createTextNode, createComment,
266            createCDATASection): New methods.
267            (Attr, Text, Comment, CharacterData): New interfaces.
268    
269            * Makefile: |XML.dis| is added.
270    
271            * XML.dis: New module.
272    
273    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
274    
275            * TreeCore.dis (manakaiReadOnly): New attribute.
276            
277    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
278    
279            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
280            prefix, isSameNode, ownerDocument, parentNode): New.
281            (Element): New interface.
282            (createElementNS): New method.
283            (strictErrorChecking): New.
284    
285  2006-03-17  Wakaba  <wakaba@suika.fam.cx>  2006-03-17  Wakaba  <wakaba@suika.fam.cx>
286    
287          * Makefile: |TreeCore.dis| is added.          * Makefile: |TreeCore.dis| is added.

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.163

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24