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