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

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.179

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24