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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24