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

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.193

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24