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

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.165

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24