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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24