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

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.176

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24