1 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Loads "NaturalLanguage.dis". |
4 |
|
|
5 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
8 |
|
to the root element created by the method. (It was forgotten!!) |
9 |
|
|
10 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
13 |
|
in the code of removing the newChild from the previous |
14 |
|
parent of that node is fixed. |
15 |
|
|
16 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
19 |
|
namespace prefix of element type if it is not declared |
20 |
|
but not used else. A shift is replaced by pop:). |
21 |
|
|
22 |
|
* DOMCore.dis (getFeature): The getFeature method |
23 |
|
for Node-derived classes implemented. |
24 |
|
* DOMXML.dis (getFeature): Ditto. |
25 |
|
|
26 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |