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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24