1 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
4 |
|
parameter must also affect on |manakaiAppendText| |
5 |
|
and |textContent| on |Document| nodes. |
6 |
|
|
7 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
8 |
|
parameter changes the class to |bless|. |
9 |
|
(Node): Most methods are reimplemented. (Untested) |
10 |
|
(CharacterData, Attr): Most methods and attributes are |
11 |
|
reimplemented. (Untested) |
12 |
|
|
13 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
14 |
|
reimplemented (untested). |
15 |
|
|
16 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
19 |
|
(untested). |
20 |
|
|
21 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
24 |
|
a qualified name. |
25 |
|
|
26 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
27 |
|
the prefix if it is an empty string. (Note that |
28 |
|
it is defined as implementation dependent in |
29 |
|
DOM Level 3 Core specification). |
30 |
|
|
31 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
32 |
|
module. |
33 |
|
(Node): Attributes are reimplemented (untested). |
34 |
|
|
35 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
36 |
|
module. |
37 |
|
(Node): Attributes are reimplemented (untested). |
38 |
|
(Entity, Notation): New interfaces. |
39 |
|
|
40 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
41 |
|
|
42 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
45 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
46 |
|
replaceChild, removeChild, createDocumentFragment, |
47 |
|
createEntityReference, createProcessingInstruction, |
48 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
49 |
|
(NodeList, DocumentFragment): New interfaces. |
50 |
|
|
51 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
52 |
|
|
53 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
56 |
|
(createAttributeNS, createTextNode, createComment, |
57 |
|
createCDATASection): New methods. |
58 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
59 |
|
|
60 |
|
* Makefile: |XML.dis| is added. |
61 |
|
|
62 |
|
* XML.dis: New module. |
63 |
|
|
64 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
67 |
|
|
68 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
71 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
72 |
|
(Element): New interface. |
73 |
|
(createElementNS): New method. |
74 |
|
(strictErrorChecking): New. |
75 |
|
|
76 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Makefile: |TreeCore.dis| is added. |
79 |
|
|
80 |
|
* TreeCore.dis: New module. |
81 |
|
|
82 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
85 |
|
parameter. |
86 |
|
|
87 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
88 |
|
|
89 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
90 |
|
data types added to configuration parameters. |
91 |
|
|
92 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
95 |
|
a |DISSource:ResourceProperty|. |
96 |
|
(c:anyDOMConfigurationParameter): New property. |
97 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
98 |
|
the |c:anyDOMConfigurationParameter| property. |
99 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
100 |
|
|
101 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
102 |
|
|
103 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
106 |
|
are removed. |
107 |
|
|
108 |
|
* GenericLS.pm: Added to the CVS repository since |
109 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
110 |
|
|
111 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
114 |
|
method. |
115 |
|
|
116 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
117 |
|
|
118 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
121 |
|
|
122 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
123 |
|
implementations are added. |
124 |
|
|
125 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
126 |
|
implementations are added. |
127 |
|
|
128 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
129 |
|
implementations are added. |
130 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
131 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
132 |
|
(cfg:strict-document-children): New configuration parameter. |
133 |
|
|
134 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
137 |
|
|
138 |
|
* Tree.dis (replaceChild): Method implementations are added. |
139 |
|
|
140 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
141 |
|
|
142 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
145 |
|
definitions. |
146 |
|
|
147 |
|
* XDoctype.dis (insertBefore): New method implementation. |
148 |
|
|
149 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* DOMXML.dis (insertBefore): Method implementations |
152 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
153 |
|
|
154 |
|
* Tree.dis (insertBefore): Method implementation |
155 |
|
for |CharacterData| nodes is added. |
156 |
|
|
157 |
|
* XDoctype.dis (insertBefore): Method implementation |
158 |
|
for |ElementTypeDefinition| nodes is added. |
159 |
|
|
160 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* XDoctype.dis (appendChild): New method implementation. |
163 |
|
|
164 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
167 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
168 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
169 |
|
|
170 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
171 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
172 |
|
Notation.appendChild): New method implementation. |
173 |
|
|
174 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
175 |
|
|
176 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
177 |
|
|
178 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
181 |
|
|
182 |
|
* Tree.dis (createAttribute, createAttributeNS, |
183 |
|
setAttribute, setAttributeNS): They now supports |
184 |
|
the |cfg:xml-id| configuration parameter. |
185 |
|
(cfg:xml-id): New configuration parameter. |
186 |
|
|
187 |
|
* XDoctype.dis (createAttributeDefinition): It now |
188 |
|
supports the |cfg:xml-id| configuration parameter. |
189 |
|
|
190 |
|
* XMLParser.dis (parse): It now supports |
191 |
|
the |cfg:xml-id| configuration parameter. |
192 |
|
|
193 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
196 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
197 |
|
document created. |
198 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
199 |
|
property of the created node. |
200 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
201 |
|
of the created node. |
202 |
|
(ls-input-to-input-file.default): Sets the resolved |
203 |
|
system identifier to the |documentURI| attribute if available. |
204 |
|
Sets the |baseURI| attribute if available. |
205 |
|
|
206 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
209 |
|
(Node.baseURI): New attribute implementations. |
210 |
|
(declarationBaseURI): Setter is added. |
211 |
|
(manakaiDeclarationBaseURI): New attribute. |
212 |
|
|
213 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
214 |
|
module is added. |
215 |
|
(Node.baseURI): The implementation is revised. |
216 |
|
(getNodeReference): Attribute node classes specialized |
217 |
|
to attribute names are supported. |
218 |
|
(contentBaseURI, htmlBaseURI): Removed. |
219 |
|
(manakaiEntityBaseURI): New attribute. |
220 |
|
(ManakaiDOMImplementationDocument): It now inherits |
221 |
|
the |urigen:URIImplementation| class. |
222 |
|
|
223 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
224 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
225 |
|
one. |
226 |
|
|
227 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
228 |
|
module is added. |
229 |
|
(DocumentType.implementation): New attribute. |
230 |
|
(Node.baseURI): Implementations are added. |
231 |
|
(manakaiDeclarationBaseURI): New attributes. |
232 |
|
(manakaiEntityBaseURI): New attributes. |
233 |
|
(manakaiEntityURI): New attribute. |
234 |
|
(manakaiExternal): New attribute. |
235 |
|
(manakaiBaseURI): New attribute. |
236 |
|
(ManakaiDOMXMLBaseAttr): New class. |
237 |
|
|
238 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
241 |
|
module was missing. |
242 |
|
|
243 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
244 |
|
|
245 |
|
* Makefile (distclean): New rule. |
246 |
|
|
247 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* DOMLS.dis: Removed from the CVS repository, since |
250 |
|
it has been no longer required to make the |daf| system |
251 |
|
itself. |
252 |
|
|
253 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* Makefile: Revised for new |daf| database format. |
256 |
|
|
257 |
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |