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

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.183

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24