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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24