/[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.163 by wakaba, Sat Apr 1 14:41:29 2006 UTC revision 1.216 by wakaba, Thu Jun 14 13:10:06 2007 UTC
# Line 1  Line 1 
1    2007-06-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
4            CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
5            AttributeDefinition.pm: New modules.
6    
7            * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
8            (create_attribute_definition, create_element_type_definition,
9            create_document_type_definition, create_cdata_section,
10            create_processing_instruction, create_entity_reference,
11            create_general_entity, create_notation): Prototypes added.
12    
13            * DOMImplementation.pm (create_document_type): Prototype added.
14    
15            * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
16            and 'Message::IF::DocumentTypeDeclaration' added.
17            (create_document_type, create_document_type_definition):
18            New methods.
19    
20    2007-06-13  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMImplementation.pm, Node.pm, DOMDocument.pm,
23            DOMElement.pm, Attr.pm, DocumentType.pm,
24            DOMCharacterData.pm, Text.pm, Comment.pm: Copied
25            from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.
26    
27    2007-06-10  Wakaba  <wakaba@suika.fam.cx>
28    
29            * XMLParser.dis: Default to "1.0" if <?xml version=""?>
30            specifies unknown value and trys to recover from the error.
31    
32    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
33    
34            * TreeCore.dis (manakaiLocalName): New attribute.
35    
36    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
37    
38            * GenericLS.dis (GLSException): New interface.
39    
40    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
41    
42            * |InputProcessor|s and |OutputProcessor|s are
43            named so that |report| statements in Perl
44            module outputs can be identified by name. |dis:dataType|s
45            of |DISCore:TFQNames| are all replaced
46            by |DISCore:QName|.
47    
48    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Element.dis (createElementNS): If an array reference
51            is specified as the |qualifiedName| parameter,
52            don't set the first item as the local name
53            even if the second item is not specified (or
54            specified as |undef|).
55            (createElementNS, setAttribute, setAttributeNS,
56            removeAttribute, removeAttributeNS,
57            setAttributeNode, setAttributeNodeNS,
58            removeAttributeNode, removeAttributeNodeNS): Sets
59            or removes the |tc:contentAttributeList| value.
60    
61            * TreeCore.dis (AttrMap.item): Caches the result
62            of sorting of content attribute names.
63            (getAttrMap, getElementTypeDefNodeMap,
64            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
65            (tc:contentAttributeList): New property.
66    
67    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
68    
69            * DOMFeature.dis (ForDef): Removed.
70            (f:provides, f:through): Removed.
71            (Version): Removed.
72            (implementFeature): Removed.
73    
74    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
75    
76            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
77            GenericLS.dis, TreeCore.dis, DOMString.dis,
78            XML.dis, Element.dis, Document.dis, TreeStore,dis,
79            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
80            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
81            are removed.
82    
83    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
84    
85            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
86            GenericLS.dis, TreeCore.dis, DOMString.dis,
87            XML.dis, Element.dis, Document.dis, TreeStore,dis,
88            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
89            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
90            and |DefaultFor|s are removed.
91    
92    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
93    
94            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
95            GenericLS.dis, TreeCore.dis, DOMString.dis,
96            XML.dis, Element.dis, Document.dis, TreeStore,dis,
97            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
98            SimpleLS.dis, DOMMain.dis: References
99            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
100            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
101            modes are removed.
102    
103    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
104    
105            * CharacterData.dis, TreeCore.dis (Require): References
106            to the |Grove.dis| module are removed.
107    
108    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
111            (Require): Reference to the |Grove.dis| module is removed.
112    
113    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DOMCore.dis (ManakaiDOMImplementation): The
116            class is no longer plays the role of
117            a |mg:NodeRefRole|.  Redundant |f:provides|
118            properties are removed.
119    
120    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
121    
122            * TreeCore.dis, DOMCore.dis, Document.dis,
123            Element.dis, CharacterData.dis, XML.dis,
124            XDoctype.dis, DOMString.dis, TreeStore.dis,
125            XMLParser.dis: Use Perl native
126            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
127            for DOM nodes.  See
128            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
129    
130    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
133    
134    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DOMString.dis: New module.
137    
138            * DOMString.pm: New file.
139    
140            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
141            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
142            Now it references the |DOMImplementationRegistry| object.
143            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
144            (DOMImplementationRegistry): New interface and
145            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
146            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
147            that the class no longer support |get_implementation|
148            and |get_implementation_list| methods from
149            the |ImplementationRegistry| interface.
150            (DOMImplementationList): Class implemented; no
151            longer inherits from |ImplementationList|.
152            (DOMImplementationSource): Class implemented; no
153            longer inherits from |ImplementationSource|.  Note that
154            the class no longer support |get_implementation|
155            and |get_implementation_list| methods from
156            the |ImplementationSource| interface.
157            (DOMStringList): Removed.
158    
159            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
160            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
161            ManakaiDOM:DOMXMLFeatureXML11, most part of
162            documentation for obsolete DOM Level 3 Minimum Implementation
163            module, obsolete property name aliases,
164            ImplemenationRegistryVar, ImplementationRegistry,
165            DEBUG, MIString, ImplementationList, ImplementationSource,
166            ManakaiDOM:implID): Removed.
167    
168            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
169            (DOMString): Removed.
170            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
171    
172            * Makefile: |DOMString.pm| is added.
173    
174            * TreeCore.dis (is_default_namespace): |null| was
175            returned where a false is expected (|null| is
176            a false in Perl, but real |false| is appropriate here).
177    
178    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
179    
180            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
181    
182            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
183    
184            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
185    
186    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
187    
188            * DOMFeature.dis (ImplementationList, ImplementationSource,
189            ImplementationRegistry): Parameters |features|
190            now allow |null| (equivalent to an empty string).
191    
192    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
193    
194            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
195            class.  Factory methods |createTextNode| and |createComment|
196            are moved from |ManakaiDOMDocument|.
197    
198            * DOMCore.dis: References to |ManakaiDOMObject|
199            are removed.
200            (tc:createImplForTest): Moved from |TreeCore.dis|.
201            (DOMImplementation.___create_node_ref): Support
202            for the |mg:nodeRefClass| option is removed.
203            (ManakaiDOMConfiguration.___report_error): Moved
204            from |ManakaiDOMObject| class.
205    
206            * DOMFeature.dis (domidl:extends): New property.
207            (f:getFeatureImpl): Support for |+| classes is removed.
208    
209            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
210            (ManakaiDOM:ManakaiDOMObject): Removed.
211            (DOMDataType): Removed.
212    
213            * Document.dis (ManakaiDOMImplementationDocument):
214            The |createDocument| method is moved from
215            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
216            (ManakaiDOMDocument.___create_node_ref): Removed.
217            (createElement, createElementNS, createAttribute,
218            createAttributeNS, createTextNode, createComment,
219            createCDATASection, createEntityReference,
220            createProcessingInstruction): Class implementations
221            are moved to each module.
222    
223            * Element.dis (ManakaiDOMImplementationElement): Factory
224            methods are moved from |Document.dis|.
225            (ManakaiDOMElement.___create_node_ref): Support
226            for old class registry is removed.
227            (ManakaiDOMAttr.___create_node_ref): Removed.
228            (Attr.baseURI): Implementation
229            for |xml:base| attribute is merged.
230            (Attr.nodeValue, Attr.value): Implementation
231            for |xml:id| attribute is merged.
232    
233            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
234    
235            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
236            definition for |createDocumentType| method
237            is moved from |TreeCore.dis|.
238    
239            * XML.dis (ManakaiDOMXMLDocument): Factory
240            methods are moved from |Document.dis|.
241            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
242            into |ManakaiDOMAttr| in |Element.dis|).
243    
244    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
245    
246            * Element.dis (___get_node_ref): |eval|ed |require|
247            statement was broken.
248    
249            * DOMFeature.dis (getImplementationList): Argument
250            is not passed to the |getImplementation| method.
251    
252            * TreeStore.dis (DOMImplementationTreeStore): It
253            did not |f:implements| the |TSFeature30| feature.
254    
255            * XMLParser.dis: Use |create_uri_reference|
256            method instead of internal |_new| method
257            to create a URI reference object.
258    
259    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
260    
261            * DOMCore.dis (ManakaiDOMImplementation): No longer
262            explicitly inherits |urigen:ManakaiURIImplementation| (and
263            the |f:ManakaiMinimumImplementation| class inherited
264            by it).  The |f:Minimum| feature is ever implemented
265            for compatibility (but is expected to be removed).
266            Internal methods such as |___report_error| are copied from
267            obsolete |f:MinimumImplementation| class.  DOM3
268            methods |hasFeature| and |getFeature| are also
269            moved from that class, but they now support no
270            foreign classes.
271    
272            * DOMFeature.dis (ManakaiImplementationSource): It
273            now |p:require|s |Message::Util::AutoLoad::Registry|.
274            The class no longer support classes
275            other than |ManakaiDOMImplementation|.  Note
276            that the |ImplementationRegistry| object does continue
277            to support foreign classes via foreign classes
278            implementing |ImplementationSource|
279            or |DOMImplementationSource| interface.
280            (MinimumImplementation): Removed.
281    
282            * DOMLS.dis (ManakaiDOMImplementationLS): It no
283            longer inherit the |ManakaiDOMImplementation|; it
284            is now expected to be implemented by |DOMImplementation|
285            objects.
286    
287            * DOMMain.dis (null): Removed.
288    
289            * Document.dis (___create_node_ref): It no
290            longer support foreign classes other
291            than |Message::DOM::Document::ManakaiDOMDocument|.
292            Note that document format specific DOM
293            interfaces, if supported, should be
294            all instances of the |Document| interface
295            in the implementation, as defined
296            in the Web Applications 1.0 specification (where
297            the |HTMLDocument| interface must be implemented
298            by all |Document| objects, even if the |Document|
299            contains no HTML element).
300    
301            * GenericLS.dis (GLSImplementation): It no
302            longer inherit the |MinimumImplementation|; it
303            is now expected to be implemented by |DOMImplementation|
304            objects.
305            (createGLSParser, createGLSSerializer): Load
306            module implementing parser or serializer
307            if necessary.
308    
309            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
310            longer inherits the |ManakaiDOMDocument|; it
311            is now expected to be implemented by |Document|
312            objects.
313    
314            * XDP.dis (XDPDocument): It no longer
315            inherits the |Document|; it is now expected
316            to be implemented by all |Document| objects.
317    
318            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
319            longer inherits the |ManakaiDOMDocument|; it
320            is now expected to be implemented by |Document|
321            objects.
322    
323    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
324    
325            * DOMCore.dis (ManakaiDOMImplementation): No longer
326            explicitly inherits |tc:ManakaiDOMImplementationTC|.
327            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
328    
329            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
330            the |ManakaiDOMImplementation| class.
331    
332    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
333    
334            * DOMFeature.dis: Definitions for various concepts
335            are added.
336    
337            * GenericLS.dis (GLSImplementation): It no
338            longer inherits the |MinimumImplementation|; rather,
339            any |ManakaiMinimumImplementation| object also
340            implements |GLSImplementation| methods.
341    
342            * TreeStore.dis (DOMImplementationTreeStore): It no
343            longer inherits the |DOMImplementation|; rather,
344            any |ManakaiDOMImplementation| object also
345            implements |DOMImplementationTreeStore| methods.
346    
347    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
348    
349            * TreeStore.pm: Added to the CVS repository
350            to enable for the dis database to contain XML
351            fragments.
352    
353            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
354    
355            * TreeStore.dis (Namespace): Namespace URI was incorrect.
356    
357    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
358    
359            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
360    
361            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
362    
363            * XDP.dis (dtdText): Test assertion was incorrect.
364    
365    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
366    
367            * XDP.dis (XDPEntityValue.stringify): Don't escape
368            any |%|s in |xdp:attr-definition| children.
369    
370    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
371    
372            * XDP.dis (createXDPRNIKeyword): The Perl method
373            name property is added.
374    
375    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
376    
377            * XDP.dis (createXDPIf): New method.
378            (XDPIfElement): New interface.
379    
380    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
381    
382            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
383            New methods.
384    
385    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
386    
387            * XDP.dis (XDPDocument): A number of constructor methods
388            are added.
389            (XDPTextDecl.dtdText): The |xml| target was missing.
390    
391    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
392    
393            * Traversal.dis (SerialWalker): New interface.
394            (manakaiCreateSerialWalker): New method.
395    
396    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
397    
398            * Traversal.dis (testNode): Calls |acceptNode| method
399            rather than |&{}| dereferencing.
400            (acceptNode): Implemented.
401    
402    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
403    
404            * XDP.dis: New module.
405    
406            * Makefile: |XDP.dis| is added.
407    
408            * Traversal.dis (NodeFilter): |InputProcessor|
409            and |OutputProcessor| are added.
410    
411    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
412    
413            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
414            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
415            is added.  The |FILTER_REJECT| value is treated
416            as |FILTER_ACCEPT| if the |currentNode| is in the
417            rejected subtree as specified in the spec.
418    
419    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
420    
421            * SimpleLS.dis: An |xmlns:| prefix was missing.
422    
423    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
424    
425            * SimpleLS.dis: Namespace bugs are fixed.
426    
427    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
428    
429            * .cvsignore: Updated.
430    
431            * Traversal.dis: Unused declarations are removed.
432    
433    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
434    
435            * CharacterData.dis (Require): A reference to
436            the |MDOM:Traversal| module is added.
437            (wholeText): Implemented.
438    
439    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
440    
441            * Makefile: |Traversal.dis| is added.
442    
443            * Traversal.dis: New module.
444    
445            * TreeCore.dis (___report_error): Return value was
446            not propagated.
447    
448    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
449    
450            * Element.dis (removeAttributeNS): A runtime error
451            was occurred if there was no specified attribute node.
452    
453            * TreeCore.dis (manakaiLanguage): New attribute.
454    
455    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
456    
457            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
458            New attributes.
459    
460            (StaticNodeList): New interface.
461    
462    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
463    
464            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
465    
466    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
467    
468            * SimpleLS.dis: Reimplemented.
469    
470    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
471    
472            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
473            a qualified name.
474            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
475    
476            * TreeCore.dis (compareDocumentPosition): Implemented.
477            (normalize): Implemented.
478            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
479            class.
480    
481    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
482    
483            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
484    
485    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
486    
487            * CharacterData.dis (length, insertData, substringData,
488            appendData, deleteData, replaceData, splitText): Reimplemented.
489    
490            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
491            (c:index): The definition was missing.
492            (c:length): New property.
493    
494    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
495    
496            * XMLParser.dis (close): Invoke |close| method
497            rather than |close| function.
498    
499    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
500    
501            * CharacterData.dis: New module split from |TreeCore.dis|.
502    
503            * CharacterData.pm: Added to the CVS repository.
504    
505            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
506            interfaces are removed.
507            (Require): A reference to the |MDOM:CharacterData| module
508            is added.
509    
510            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
511    
512            * DOMCore.dis (StringOutOfBoundsException): New error.
513    
514            * Makefile: |CharacterData.pm| is added.
515    
516    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
517    
518            * XMLParser.dis (Require): Requires the |MCharset:Encode|
519            module.
520            (parse): Set the |inputEncoding| attribute of the generated document
521            object.
522            (resolveLSInput default implementation): The |byteStream|
523            and |encoding| attributes of the |LSInput| interface
524            are now supported.
525            (resolveLSInput): Parameters |impl| and |parser| are added.
526            (InputFile.inputEncoding): New attribute.
527    
528    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
529    
530            * Document.dis (adoptNode test): Documents were
531            made by different documents.
532    
533    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
534    
535            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
536            parameter is changed to |cfg:dtd-default-attribute|.
537    
538    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
539    
540            * TreeCore.dis: The |DOMMain:raiseException| elements
541            are replaced by |disPerl:EXCEPTION|s.
542    
543    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
544    
545            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
546    
547            * Node.dis (cfg:dtd-default-attribute): The configuration
548            parameter |cfg:dtd-default-attributes| is renamed
549            as |cfg:dtd-default-attribute|.
550            (Roles): Definitions are changed so that classes
551            that implement those classes MUST implement the |Node|
552            and its subinterfaces.
553            (cfg:dtd-attribute-type): New configuration parameter.
554    
555            * Document.dis (adoptNode): Don't throw exception
556            if |strictErrorChecking| is |false|.
557    
558            * Element.dis (setAttribute, setAttributeNS): Don't
559            set [attribute type] if the |cfg:dtd-attribute-type|
560            configuration parameter is set to |false|.
561            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
562            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
563            configuration parameter is set to |false|.
564    
565    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
566    
567            * TreeStore.dis: New module.
568    
569            * Makefile: |TreeStore.dis| is added.
570    
571    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
572    
573            * XMLParser.dis: Updated so that it can be used
574            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
575            and |XML.pm|.  Set the read-only flag to
576            the |DocumentType|, |Entity|, and |EntityReference| noes.
577    
578            * Node.dis (textContent): It did not handle descendant
579            element and entity reference nodes.
580    
581            * Element.dis, XML.dis (manakaiBaseURI.get): Its
582            definition has been changed to return only explicit
583            base URI specification.
584    
585            * DOMLS.dis (LSInput, LSOutput): They no longer
586            inherits the |ManakaiDOM:ManakaiDOMObject| class.
587    
588            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
589    
590            * Tree.pm, DOMXML.pm: Removed.
591    
592            * TreeCore.pm, Document.pm, Element.pm: Added
593            to the CVS repository since they are necessary to
594            build the dis library.
595    
596            * Makefile: Sync'ed to new modules disposition.
597    
598    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
599    
600            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
601            removed.  For |Element.pm| and |Document.pm| are added.
602    
603            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
604    
605            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
606    
607  2006-04-01  Wakaba  <wakaba@suika.fam.cx>  2006-04-01  Wakaba  <wakaba@suika.fam.cx>
608    
609          * DOMFeature.dis (getImplementation, getImplementationList): Support          * DOMFeature.dis (getImplementation, getImplementationList): Support

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.216

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24