/[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.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>  2006-03-26  Wakaba  <wakaba@suika.fam.cx>
167    
168          * 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.163

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24