1 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* .cvsignore: Updated. |
4 |
|
|
5 |
|
* Traversal.dis: Unused declarations are removed. |
6 |
|
|
7 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* CharacterData.dis (Require): A reference to |
10 |
|
the |MDOM:Traversal| module is added. |
11 |
|
(wholeText): Implemented. |
12 |
|
|
13 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Makefile: |Traversal.dis| is added. |
16 |
|
|
17 |
|
* Traversal.dis: New module. |
18 |
|
|
19 |
|
* TreeCore.dis (___report_error): Return value was |
20 |
|
not propagated. |
21 |
|
|
22 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Element.dis (removeAttributeNS): A runtime error |
25 |
|
was occurred if there was no specified attribute node. |
26 |
|
|
27 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
28 |
|
|
29 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
32 |
|
New attributes. |
33 |
|
|
34 |
|
(StaticNodeList): New interface. |
35 |
|
|
36 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
39 |
|
|
40 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* SimpleLS.dis: Reimplemented. |
43 |
|
|
44 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
47 |
|
a qualified name. |
48 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
49 |
|
|
50 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
51 |
|
(normalize): Implemented. |
52 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
53 |
|
class. |
54 |
|
|
55 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
58 |
|
|
59 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CharacterData.dis (length, insertData, substringData, |
62 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
63 |
|
|
64 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
65 |
|
(c:index): The definition was missing. |
66 |
|
(c:length): New property. |
67 |
|
|
68 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* XMLParser.dis (close): Invoke |close| method |
71 |
|
rather than |close| function. |
72 |
|
|
73 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
76 |
|
|
77 |
|
* CharacterData.pm: Added to the CVS repository. |
78 |
|
|
79 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
80 |
|
interfaces are removed. |
81 |
|
(Require): A reference to the |MDOM:CharacterData| module |
82 |
|
is added. |
83 |
|
|
84 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
85 |
|
|
86 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
87 |
|
|
88 |
|
* Makefile: |CharacterData.pm| is added. |
89 |
|
|
90 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
93 |
|
module. |
94 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
95 |
|
object. |
96 |
|
(resolveLSInput default implementation): The |byteStream| |
97 |
|
and |encoding| attributes of the |LSInput| interface |
98 |
|
are now supported. |
99 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
100 |
|
(InputFile.inputEncoding): New attribute. |
101 |
|
|
102 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Document.dis (adoptNode test): Documents were |
105 |
|
made by different documents. |
106 |
|
|
107 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
110 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
111 |
|
|
112 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
115 |
|
are replaced by |disPerl:EXCEPTION|s. |
116 |
|
|
117 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
120 |
|
|
121 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
122 |
|
parameter |cfg:dtd-default-attributes| is renamed |
123 |
|
as |cfg:dtd-default-attribute|. |
124 |
|
(Roles): Definitions are changed so that classes |
125 |
|
that implement those classes MUST implement the |Node| |
126 |
|
and its subinterfaces. |
127 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
128 |
|
|
129 |
|
* Document.dis (adoptNode): Don't throw exception |
130 |
|
if |strictErrorChecking| is |false|. |
131 |
|
|
132 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
133 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
134 |
|
configuration parameter is set to |false|. |
135 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
136 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
137 |
|
configuration parameter is set to |false|. |
138 |
|
|
139 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* TreeStore.dis: New module. |
142 |
|
|
143 |
|
* Makefile: |TreeStore.dis| is added. |
144 |
|
|
145 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* XMLParser.dis: Updated so that it can be used |
148 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
149 |
|
and |XML.pm|. Set the read-only flag to |
150 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
151 |
|
|
152 |
|
* Node.dis (textContent): It did not handle descendant |
153 |
|
element and entity reference nodes. |
154 |
|
|
155 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
156 |
|
definition has been changed to return only explicit |
157 |
|
base URI specification. |
158 |
|
|
159 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
160 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
161 |
|
|
162 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
163 |
|
|
164 |
|
* Tree.pm, DOMXML.pm: Removed. |
165 |
|
|
166 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
167 |
|
to the CVS repository since they are necessary to |
168 |
|
build the dis library. |
169 |
|
|
170 |
|
* Makefile: Sync'ed to new modules disposition. |
171 |
|
|
172 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
175 |
|
removed. For |Element.pm| and |Document.pm| are added. |
176 |
|
|
177 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
178 |
|
|
179 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
180 |
|
|
181 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
184 |
|
for new class information variables. |
185 |
|
(DOMLS:Generic): This old feature name is removed. |
186 |
|
|
187 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
188 |
|
for new class information variables. |
189 |
|
|
190 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
191 |
|
(Document, Element.___create_node_ref): New method |
192 |
|
implementations. |
193 |
|
|
194 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
197 |
|
Reimplemented. |
198 |
|
(isId): Setter is added. |
199 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
200 |
|
module. |
201 |
|
|
202 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* Makefile (clean-db): New rule. |
205 |
|
|
206 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
207 |
|
the user data handler when the node is removed |
208 |
|
from the memory. |
209 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
210 |
|
if DTD attribute definition is available. |
211 |
|
(CharacterData members): Definitions copied from |
212 |
|
the |MDOM:Tree| module. |
213 |
|
|
214 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
217 |
|
|
218 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
219 |
|
class did not implement the |GetFeature| interface. |
220 |
|
(hasFeature): The |+| prefix was not taken into account. |
221 |
|
|
222 |
|
* TreeCore.dis (Node): The class now inherits |
223 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
224 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
225 |
|
interfaces. |
226 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
227 |
|
is supported. |
228 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
229 |
|
(manakaiParentElement): New attribute. |
230 |
|
|
231 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
232 |
|
is removed. |
233 |
|
(lookupPrefix): Old method implementation is removed. |
234 |
|
|
235 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
236 |
|
missing because of the |DISCore:stopISARecursive| property. |
237 |
|
|
238 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
239 |
|
They now pass all tests included in those modules! |
240 |
|
|
241 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
244 |
|
module is added. |
245 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
246 |
|
(ManakaiDOMImplementation): It now inherits |
247 |
|
the |urigen:ManakaiURIImplementation| class and |
248 |
|
implements the |ecore:MUErrorTarget| interface. It no |
249 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
250 |
|
(ManakaiDOMImplementation.___report_error): New method. |
251 |
|
|
252 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
253 |
|
module instead of |Util:ManakaiNode| module. |
254 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
255 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
256 |
|
(ManakaiMinimumImplementation): Now it is built |
257 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
258 |
|
module. |
259 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
260 |
|
(c:implementation): Removed. |
261 |
|
(f:implementation, f:revImplementation): New properties. |
262 |
|
|
263 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
264 |
|
|
265 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
266 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
267 |
|
cfg:strict-document-children): Removed (moved |
268 |
|
to the |MDOM:TreeCore| module). |
269 |
|
|
270 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
271 |
|
module is removed. |
272 |
|
(ManakaiDOMImplementationTC): Some members are removed |
273 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
274 |
|
or the |f:ManakaiMinimumImplementation|. |
275 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
276 |
|
(replaceChildImpl1): A typo on the removing the parent node |
277 |
|
of the old child node is fixed. |
278 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
279 |
|
module). |
280 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
281 |
|
to the |MDOM:DOMFeature| module). |
282 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
283 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
284 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
285 |
|
when the new value is |null|. |
286 |
|
(Attr.___create_node_ref): Attribute name and |
287 |
|
owner element type specific classes are supported (it |
288 |
|
was partially implemented but was incorrect). |
289 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
290 |
|
a node if the |index| is negative. |
291 |
|
(setNamedItem): Various typos are fixed. |
292 |
|
(removeNamedItem): The node was not removed orz |
293 |
|
(cfg:clone-entity-reference-subtree, |
294 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
295 |
|
cfg:strict-document-children): Definitions are moved |
296 |
|
from the |MDOM:Tree| module. Note that the tests for default |
297 |
|
attributes still fail. |
298 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
299 |
|
(Attr): Role name was incorrect. |
300 |
|
|
301 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
302 |
|
not set. |
303 |
|
(AttributeDefinition): Role name was incorrect. |
304 |
|
|
305 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
306 |
|
module is added. |
307 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
308 |
|
implementations. |
309 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
310 |
|
implementations. |
311 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
312 |
|
they are defined as copies of ones in the |Entity| class. |
313 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
314 |
|
namespace unaware attributes. |
315 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
316 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
317 |
|
to namespace aware attributes are added. |
318 |
|
|
319 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
320 |
|
|
321 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
322 |
|
|
323 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
324 |
|
untested). |
325 |
|
(___report_error): Reimplemented (untested). |
326 |
|
(manakaiSetReadOnly): New method. |
327 |
|
(Attr.___create_node_ref): New method (untested). |
328 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
329 |
|
(createEntityReference, cloneNode): Support for |
330 |
|
the |cfg:entity-reference-read-only| configuration |
331 |
|
parameter is removed; newly created entity references |
332 |
|
are always read-only and use the |manakaiSetReadOnly| method |
333 |
|
if desired. |
334 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
335 |
|
|
336 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
337 |
|
the |MDOM:XML| Perl module. |
338 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
339 |
|
the |tc:implementation| internal property if its value |
340 |
|
is provided. The |infoset:content| internal property name |
341 |
|
was incorrect. |
342 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
343 |
|
read-only |NodeList| and |DOMStringList| are added |
344 |
|
for clarification. |
345 |
|
|
346 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
347 |
|
|
348 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
349 |
|
module is added. |
350 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
351 |
|
implementation (untested). |
352 |
|
|
353 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
354 |
|
(Roles): Definitions added. |
355 |
|
|
356 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
357 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
358 |
|
module is removed. |
359 |
|
(DocumentXDoctype): Reimplemented (untested). |
360 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
361 |
|
Reimlemented (untested). |
362 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
363 |
|
|
364 |
|
* XML.dis (FeatureDef): New features (definitions copied |
365 |
|
from the |MDOM:DOMXML| module). |
366 |
|
(DocumentType): New interface (definition copied from |
367 |
|
the |MDOM:DOMXML| module). |
368 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
369 |
|
Reimplemented (untested). |
370 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
371 |
|
|
372 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
375 |
|
|
376 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
378 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
379 |
|
(Text, DocumentFragment, Comment): Most members are |
380 |
|
reimplemented (untested). |
381 |
|
|
382 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
385 |
|
removed to sync with DOM Level 3 Core specification. |
386 |
|
|
387 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
388 |
|
(GetElementsNodeList): Reimplemented (untested). |
389 |
|
|
390 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
392 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
393 |
|
parameter must also affect on |manakaiAppendText| |
394 |
|
and |textContent| on |Document| nodes. |
395 |
|
|
396 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
397 |
|
parameter changes the class to |bless|. |
398 |
|
(Node): Most methods are reimplemented. (Untested) |
399 |
|
(CharacterData, Attr): Most methods and attributes are |
400 |
|
reimplemented. (Untested) |
401 |
|
|
402 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
403 |
|
reimplemented (untested). |
404 |
|
|
405 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
408 |
|
(untested). |
409 |
|
|
410 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
413 |
|
a qualified name. |
414 |
|
|
415 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
416 |
|
the prefix if it is an empty string. (Note that |
417 |
|
it is defined as implementation dependent in |
418 |
|
DOM Level 3 Core specification). |
419 |
|
|
420 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
421 |
|
module. |
422 |
|
(Node): Attributes are reimplemented (untested). |
423 |
|
|
424 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
425 |
|
module. |
426 |
|
(Node): Attributes are reimplemented (untested). |
427 |
|
(Entity, Notation): New interfaces. |
428 |
|
|
429 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
430 |
|
|
431 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
432 |
|
|
433 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
434 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
435 |
|
replaceChild, removeChild, createDocumentFragment, |
436 |
|
createEntityReference, createProcessingInstruction, |
437 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
438 |
|
(NodeList, DocumentFragment): New interfaces. |
439 |
|
|
440 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
441 |
|
|
442 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
445 |
|
(createAttributeNS, createTextNode, createComment, |
446 |
|
createCDATASection): New methods. |
447 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
448 |
|
|
449 |
|
* Makefile: |XML.dis| is added. |
450 |
|
|
451 |
|
* XML.dis: New module. |
452 |
|
|
453 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
454 |
|
|
455 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
456 |
|
|
457 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
458 |
|
|
459 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
460 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
461 |
|
(Element): New interface. |
462 |
|
(createElementNS): New method. |
463 |
|
(strictErrorChecking): New. |
464 |
|
|
465 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* Makefile: |TreeCore.dis| is added. |
468 |
|
|
469 |
|
* TreeCore.dis: New module. |
470 |
|
|
471 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
472 |
|
|
473 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
474 |
|
parameter. |
475 |
|
|
476 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
477 |
|
|
478 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
479 |
|
data types added to configuration parameters. |
480 |
|
|
481 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
484 |
|
a |DISSource:ResourceProperty|. |
485 |
|
(c:anyDOMConfigurationParameter): New property. |
486 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
487 |
|
the |c:anyDOMConfigurationParameter| property. |
488 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
489 |
|
|
490 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
491 |
|
|
492 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
493 |
|
|
494 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
495 |
|
are removed. |
496 |
|
|
497 |
|
* GenericLS.pm: Added to the CVS repository since |
498 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
499 |
|
|
500 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
501 |
|
|
502 |
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |