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

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.192

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24