/[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.140 by wakaba, Mon Mar 6 12:17:27 2006 UTC revision 1.178 by wakaba, Sat Apr 29 11:05:08 2006 UTC
# Line 1  Line 1 
1    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Element.dis (removeAttributeNS): A runtime error
4            was occurred if there was no specified attribute node.
5    
6            * TreeCore.dis (manakaiLanguage): New attribute.
7    
8    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
9    
10            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
11            New attributes.
12    
13            (StaticNodeList): New interface.
14    
15    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
16    
17            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
18    
19    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
20    
21            * SimpleLS.dis: Reimplemented.
22    
23    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
26            a qualified name.
27            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
28    
29            * TreeCore.dis (compareDocumentPosition): Implemented.
30            (normalize): Implemented.
31            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
32            class.
33    
34    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
37    
38    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
39    
40            * CharacterData.dis (length, insertData, substringData,
41            appendData, deleteData, replaceData, splitText): Reimplemented.
42    
43            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
44            (c:index): The definition was missing.
45            (c:length): New property.
46    
47    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
48    
49            * XMLParser.dis (close): Invoke |close| method
50            rather than |close| function.
51    
52    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
53    
54            * CharacterData.dis: New module split from |TreeCore.dis|.
55    
56            * CharacterData.pm: Added to the CVS repository.
57    
58            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
59            interfaces are removed.
60            (Require): A reference to the |MDOM:CharacterData| module
61            is added.
62    
63            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
64    
65            * DOMCore.dis (StringOutOfBoundsException): New error.
66    
67            * Makefile: |CharacterData.pm| is added.
68    
69    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
70    
71            * XMLParser.dis (Require): Requires the |MCharset:Encode|
72            module.
73            (parse): Set the |inputEncoding| attribute of the generated document
74            object.
75            (resolveLSInput default implementation): The |byteStream|
76            and |encoding| attributes of the |LSInput| interface
77            are now supported.
78            (resolveLSInput): Parameters |impl| and |parser| are added.
79            (InputFile.inputEncoding): New attribute.
80    
81    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Document.dis (adoptNode test): Documents were
84            made by different documents.
85    
86    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
87    
88            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
89            parameter is changed to |cfg:dtd-default-attribute|.
90    
91    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
92    
93            * TreeCore.dis: The |DOMMain:raiseException| elements
94            are replaced by |disPerl:EXCEPTION|s.
95    
96    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
97    
98            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
99    
100            * Node.dis (cfg:dtd-default-attribute): The configuration
101            parameter |cfg:dtd-default-attributes| is renamed
102            as |cfg:dtd-default-attribute|.
103            (Roles): Definitions are changed so that classes
104            that implement those classes MUST implement the |Node|
105            and its subinterfaces.
106            (cfg:dtd-attribute-type): New configuration parameter.
107    
108            * Document.dis (adoptNode): Don't throw exception
109            if |strictErrorChecking| is |false|.
110    
111            * Element.dis (setAttribute, setAttributeNS): Don't
112            set [attribute type] if the |cfg:dtd-attribute-type|
113            configuration parameter is set to |false|.
114            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
115            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
116            configuration parameter is set to |false|.
117    
118    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
119    
120            * TreeStore.dis: New module.
121    
122            * Makefile: |TreeStore.dis| is added.
123    
124    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
125    
126            * XMLParser.dis: Updated so that it can be used
127            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
128            and |XML.pm|.  Set the read-only flag to
129            the |DocumentType|, |Entity|, and |EntityReference| noes.
130    
131            * Node.dis (textContent): It did not handle descendant
132            element and entity reference nodes.
133    
134            * Element.dis, XML.dis (manakaiBaseURI.get): Its
135            definition has been changed to return only explicit
136            base URI specification.
137    
138            * DOMLS.dis (LSInput, LSOutput): They no longer
139            inherits the |ManakaiDOM:ManakaiDOMObject| class.
140    
141            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
142    
143            * Tree.pm, DOMXML.pm: Removed.
144    
145            * TreeCore.pm, Document.pm, Element.pm: Added
146            to the CVS repository since they are necessary to
147            build the dis library.
148    
149            * Makefile: Sync'ed to new modules disposition.
150    
151    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
152    
153            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
154            removed.  For |Element.pm| and |Document.pm| are added.
155    
156            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
157    
158            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
159    
160    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DOMFeature.dis (getImplementation, getImplementationList): Support
163            for new class information variables.
164            (DOMLS:Generic): This old feature name is removed.
165    
166            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
167            for new class information variables.
168    
169            * TreeCore.dis (manakaiExpandedURI): New attribute.
170            (Document, Element.___create_node_ref): New method
171            implementations.
172    
173    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
174    
175            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
176            Reimplemented.
177            (isId): Setter is added.
178            (Element.normalize): Definition copied from the |MDOM:Tree|
179            module.
180    
181    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
182    
183            * Makefile (clean-db): New rule.
184    
185            * TreeCore.dis (setUserData): Schedule to invoke
186            the user data handler when the node is removed
187            from the memory.
188            (setAttribute, setAttributeNS): Set the [attribute type]
189            if DTD attribute definition is available.
190            (CharacterData members): Definitions copied from
191            the |MDOM:Tree| module.
192    
193    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
194    
195            * DOMCore.dis (DOMStringList.==): New overloaded operator.
196    
197            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
198            class did not implement the |GetFeature| interface.
199            (hasFeature): The |+| prefix was not taken into account.
200    
201            * TreeCore.dis (Node): The class now inherits
202            the |ManakaiHasFeatureByGetFeature| class.  It now
203            implements the |f:GetFeature| and |ecore:MUErrorTarget|
204            interfaces.
205            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
206            is supported.
207            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
208            (manakaiParentElement): New attribute.
209    
210            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
211            is removed.
212            (lookupPrefix): Old method implementation is removed.
213    
214            * XML.dis (CDATASection): The |mg:NodeRefRole| was
215            missing because of the |DISCore:stopISARecursive| property.
216    
217            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
218            They now pass all tests included in those modules!
219    
220    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
221    
222            * DOMCore.dis (Require): A reference to the |MURI:Generic|
223            module is added.
224            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
225            (ManakaiDOMImplementation): It now inherits
226            the |urigen:ManakaiURIImplementation| class and
227            implements the |ecore:MUErrorTarget| interface.  It no
228            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
229            (ManakaiDOMImplementation.___report_error): New method.
230    
231            * DOMFeature.dis (Require): It now references the |Util:Grove|
232            module instead of |Util:ManakaiNode| module.
233            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
234            (f:ManakaiMinimumImplementationCompatible): New role.
235            (ManakaiMinimumImplementation): Now it is built
236            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
237            module.
238            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
239            (c:implementation): Removed.
240            (f:implementation, f:revImplementation): New properties.
241    
242            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
243    
244            * Tree.dis (cfg:clone-entity-reference-subtree,
245            cfg:dtd-default-attributes, cfg:xml-id,
246            cfg:strict-document-children): Removed (moved
247            to the |MDOM:TreeCore| module).
248    
249            * TreeCore.dis (Require): The reference to the |MURI:Generic|
250            module is removed.
251            (ManakaiDOMImplementationTC): Some members are removed
252            since they are incorporated to the |c:ManakaiDOMImplementation|
253            or the |f:ManakaiMinimumImplementation|.
254            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
255            (replaceChildImpl1): A typo on the removing the parent node
256            of the old child node is fixed.
257            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
258            module).
259            (tc:implementation, tc:revImplementation): Removed (moved
260            to the |MDOM:DOMFeature| module).
261            (Document.appendChild, insertBefore, replaceChild): Sets
262            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
263            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
264            when the new value is |null|.
265            (Attr.___create_node_ref): Attribute name and
266            owner element type specific classes are supported (it
267            was partially implemented but was incorrect).
268            (ManakaiDOMGetElementsNodeList.item): Don't return
269            a node if the |index| is negative.
270            (setNamedItem): Various typos are fixed.
271            (removeNamedItem): The node was not removed orz
272            (cfg:clone-entity-reference-subtree,
273            cfg:dtd-default-attributes, cfg:xml-id,
274            cfg:strict-document-children): Definitions are moved
275            from the |MDOM:Tree| module.  Note that the tests for default
276            attributes still fail.
277            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
278            (Attr): Role name was incorrect.
279    
280            * XDoctype.dis (setDefinitionNode): Return value was
281            not set.
282            (AttributeDefinition): Role name was incorrect.
283    
284            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
285            module is added.
286            (Notation.appendChild, insertBefore, replaceChild): New method
287            implementations.
288            (Entity.appendChild, insertBefore, replaceChild): New method
289            implementations.
290            (EntityReference.appendChild, insertBefore, replaceChild): Now
291            they are defined as copies of ones in the |Entity| class.
292            (XMLBaseAttribute, XMLIdAttribute): Now they are
293            namespace unaware attributes.
294            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
295            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
296            to namespace aware attributes are added.
297    
298    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
299    
300            * DOMCore.dis: Namespace prefixes are changed to new ones.
301    
302            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
303            untested).
304            (___report_error): Reimplemented (untested).
305            (manakaiSetReadOnly): New method.
306            (Attr.___create_node_ref): New method (untested).
307            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
308            (createEntityReference, cloneNode): Support for
309            the |cfg:entity-reference-read-only| configuration
310            parameter is removed; newly created entity references
311            are always read-only and use the |manakaiSetReadOnly| method
312            if desired.
313            (Element.manakaiBaseURI): Reimplemented (untested).
314    
315            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
316            the |MDOM:XML| Perl module.
317            (DocumentTypeDefinition.___create_node_stem): Sets
318            the |tc:implementation| internal property if its value
319            is provided.  The |infoset:content| internal property name
320            was incorrect.
321            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
322            read-only |NodeList| and |DOMStringList| are added
323            for clarification.
324    
325    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
326    
327            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
328            module is added.
329            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
330            implementation (untested).
331    
332            * TreeCore.dis (baseURI): Reimplemented (untested).
333            (Roles): Definitions added.
334    
335            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
336            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
337            module is removed.
338            (DocumentXDoctype): Reimplemented (untested).
339            (DocumentTypeDefinition, DocumentTypeDeclaration):
340            Reimlemented (untested).
341            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
342    
343            * XML.dis (FeatureDef): New features (definitions copied
344            from the |MDOM:DOMXML| module).
345            (DocumentType): New interface (definition copied from
346            the |MDOM:DOMXML| module).
347            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
348            Reimplemented (untested).
349            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
350    
351    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
352    
353            * TreeCore.dis (Document): Most methods are reimplemented (untested).
354    
355    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
356    
357            * TreeCore.dis (Document): Attributes are reimplemented (untested).
358            (Text, DocumentFragment, Comment): Most members are
359            reimplemented (untested).
360    
361    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DOMMain.dis (checkXMLNamesQName): Some checks are
364            removed to sync with DOM Level 3 Core specification.
365    
366            * TreeCore.dis (Element): Most methods are reimplemented (untested).
367            (GetElementsNodeList): Reimplemented (untested).
368    
369    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
370    
371            * Tree.dis (cfg:strict-document-children): The configuration
372            parameter must also affect on |manakaiAppendText|
373            and |textContent| on |Document| nodes.
374    
375            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
376            parameter changes the class to |bless|.
377            (Node): Most methods are reimplemented.  (Untested)
378            (CharacterData, Attr): Most methods and attributes are
379            reimplemented.  (Untested)
380    
381            * XML.dis, XDoctype.dis: Most |Node| methods are
382            reimplemented (untested).
383    
384    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
385    
386            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
387            (untested).
388    
389    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
390    
391            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
392            a qualified name.
393    
394            * DOMMain.dis (ensureNamespacePrefix): Undefines
395            the prefix if it is an empty string.  (Note that
396            it is defined as implementation dependent in
397            DOM Level 3 Core specification).
398    
399            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
400            module.
401            (Node): Attributes are reimplemented (untested).
402    
403            * XML.dis (Require): It now references the |MDOMX:XDoctype|
404            module.
405            (Node): Attributes are reimplemented (untested).
406            (Entity, Notation): New interfaces.
407    
408            * XDoctype.dis (Node): Attributes are reimplemented (untested).
409    
410    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
411    
412            * TreeCore.dis (childNodes, firstChild, lastChild,
413            nextSibling, previousSibling, appendChild, insertBefore,
414            replaceChild, removeChild, createDocumentFragment,
415            createEntityReference, createProcessingInstruction,
416            domConfig, documentElement, implementation, manakaiAppendText): New.
417            (NodeList, DocumentFragment): New interfaces.
418    
419            * XML.dis (EntityReference, ProcessingInstruction): New interface.
420    
421    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
422    
423            * TreeCore.dis (Require): The |MDOM:XML| module is added.
424            (createAttributeNS, createTextNode, createComment,
425            createCDATASection): New methods.
426            (Attr, Text, Comment, CharacterData): New interfaces.
427    
428            * Makefile: |XML.dis| is added.
429    
430            * XML.dis: New module.
431    
432    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
433    
434            * TreeCore.dis (manakaiReadOnly): New attribute.
435            
436    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
437    
438            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
439            prefix, isSameNode, ownerDocument, parentNode): New.
440            (Element): New interface.
441            (createElementNS): New method.
442            (strictErrorChecking): New.
443    
444    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
445    
446            * Makefile: |TreeCore.dis| is added.
447    
448            * TreeCore.dis: New module.
449    
450    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
451    
452            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
453            parameter.
454    
455            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
456    
457            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
458            data types added to configuration parameters.
459    
460    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
461    
462            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
463            a |DISSource:ResourceProperty|.
464            (c:anyDOMConfigurationParameter): New property.
465            (CParam, boolCParam): Now they are all |dis:subsetOf|
466            the |c:anyDOMConfigurationParameter| property.
467            (ForDocument, ForParser, ForSerializer): Removed.
468    
469            * DOMLS.dis, XMLParser.dis: Likewise.
470    
471    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
472    
473            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
474            are removed.
475    
476            * GenericLS.pm: Added to the CVS repository since
477            it is necessary to create the |Message::Util::DIS::DPG| module.
478    
479    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
480    
481            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
482            method.
483    
484            * XMLParser.dis: Don't create adjacent text nodes.
485    
486    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
487    
488            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
489    
490            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
491            implementations are added.
492    
493            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
494            implementations are added.
495    
496            * Tree.dis (appendChild, insertBefore, replaceChild): Method
497            implementations are added.
498            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
499            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
500            (cfg:strict-document-children): New configuration parameter.
501    
502    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
503    
504            * XDoctype.dis (replaceChild): Method implementations are added.
505    
506            * Tree.dis (replaceChild): Method implementations are added.
507    
508            * DOMXML.dis (replaceChild): Method implementations are added.
509    
510    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
511    
512            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
513            definitions.
514    
515            * XDoctype.dis (insertBefore): New method implementation.
516    
517    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
518    
519            * DOMXML.dis (insertBefore): Method implementations
520            for |ProcessingInstruction| and |Notation| nodes are added.
521    
522            * Tree.dis (insertBefore): Method implementation
523            for |CharacterData| nodes is added.
524    
525            * XDoctype.dis (insertBefore): Method implementation
526            for |ElementTypeDefinition| nodes is added.
527    
528  2006-03-06  Wakaba  <wakaba@suika.fam.cx>  2006-03-06  Wakaba  <wakaba@suika.fam.cx>
529    
530          * XDoctype.dis (appendChild): New method implementation.          * XDoctype.dis (appendChild): New method implementation.

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.178

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24