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

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.168

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24