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

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.175

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24