/[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.132 by wakaba, Wed Feb 22 11:22:05 2006 UTC revision 1.144 by wakaba, Thu Mar 9 13:44:15 2006 UTC
# Line 1  Line 1 
1    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
4    
5            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
6            implementations are added.
7    
8            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
9            implementations are added.
10    
11            * Tree.dis (appendChild, insertBefore, replaceChild): Method
12            implementations are added.
13            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
14            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
15            (cfg:strict-document-children): New configuration parameter.
16    
17    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
18    
19            * XDoctype.dis (replaceChild): Method implementations are added.
20    
21            * Tree.dis (replaceChild): Method implementations are added.
22    
23            * DOMXML.dis (replaceChild): Method implementations are added.
24    
25    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
28            definitions.
29    
30            * XDoctype.dis (insertBefore): New method implementation.
31    
32    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMXML.dis (insertBefore): Method implementations
35            for |ProcessingInstruction| and |Notation| nodes are added.
36    
37            * Tree.dis (insertBefore): Method implementation
38            for |CharacterData| nodes is added.
39    
40            * XDoctype.dis (insertBefore): Method implementation
41            for |ElementTypeDefinition| nodes is added.
42    
43    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
44    
45            * XDoctype.dis (appendChild): New method implementation.
46    
47    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
48    
49            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
50            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
51            (REMOVE_DOCUMENT_TYPE_ERR): New error.
52    
53            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
54            (ProcessingInstruction.appendChild, CDATASection.appendChild,
55            Notation.appendChild): New method implementation.
56    
57            * Tree.dis (CharacterData.appendChild): New method implementation.
58    
59            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
60    
61    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
62    
63            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
64    
65            * Tree.dis (createAttribute, createAttributeNS,
66            setAttribute, setAttributeNS): They now supports
67            the |cfg:xml-id| configuration parameter.
68            (cfg:xml-id): New configuration parameter.
69    
70            * XDoctype.dis (createAttributeDefinition): It now
71            supports the |cfg:xml-id| configuration parameter.
72    
73            * XMLParser.dis (parse): It now supports
74            the |cfg:xml-id| configuration parameter.
75    
76    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
77    
78            * XMLParser.dis (parse): Sets |Document.documentURI|
79            and |Document.manakaiEntityBaseURI| attributes of the
80            document created.
81            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
82            property of the created node.
83            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
84            of the created node.
85            (ls-input-to-input-file.default): Sets the resolved
86            system identifier to the |documentURI| attribute if available.
87            Sets the |baseURI| attribute if available.
88    
89    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
90    
91            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
92            (Node.baseURI): New attribute implementations.
93            (declarationBaseURI): Setter is added.
94            (manakaiDeclarationBaseURI): New attribute.
95    
96            * Tree.dis (Require): A reference to the |MURI:Generic|
97            module is added.
98            (Node.baseURI): The implementation is revised.
99            (getNodeReference): Attribute node classes specialized
100            to attribute names are supported.
101            (contentBaseURI, htmlBaseURI): Removed.
102            (manakaiEntityBaseURI): New attribute.
103            (ManakaiDOMImplementationDocument): It now inherits
104            the |urigen:URIImplementation| class.
105    
106            * DOMMain.dis (isRelativeDOMURI): The definition
107            of the URI scheme is synced with |Message::URI::Generic|'s
108            one.
109    
110            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
111            module is added.
112            (DocumentType.implementation): New attribute.
113            (Node.baseURI): Implementations are added.
114            (manakaiDeclarationBaseURI): New attributes.
115            (manakaiEntityBaseURI): New attributes.
116            (manakaiEntityURI): New attribute.
117            (manakaiExternal): New attribute.
118            (manakaiBaseURI): New attribute.
119            (ManakaiDOMXMLBaseAttr): New class.
120    
121    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
122    
123            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
124            module was missing.
125    
126            * ManakaiDOMLS2003.dis: Some property names was incorrect.
127    
128            * Makefile (distclean): New rule.
129    
130    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DOMLS.dis: Removed from the CVS repository, since
133            it has been no longer required to make the |daf| system
134            itself.
135    
136    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
137    
138            * Makefile: Revised for new |daf| database format.
139    
140    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
143            module is added.
144    
145  2006-02-22  Wakaba  <wakaba@suika.fam.cx>  2006-02-22  Wakaba  <wakaba@suika.fam.cx>
146    
147          * DOMLS.dis: Constants were typed as |dx:ErrorCode|          * DOMLS.dis: Constants were typed as |dx:ErrorCode|

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.144

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24