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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24