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

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.172

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24