1 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis: New module. |
4 |
|
|
5 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
6 |
|
|
7 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
8 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
9 |
|
but datatypes. |
10 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
11 |
|
are subtypes rather than aliases of their "real" type in IDL. |
12 |
|
|
13 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
14 |
|
New interfaces and classes. |
15 |
|
|
16 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
19 |
|
property of the new Text node. |
20 |
|
|
21 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Makefile: Loads "NaturalLanguage.dis". |
24 |
|
|
25 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
28 |
|
to the root element created by the method. (It was forgotten!!) |
29 |
|
|
30 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
33 |
|
in the code of removing the newChild from the previous |
34 |
|
parent of that node is fixed. |
35 |
|
|
36 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |