1 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Rules renewaled. |
4 |
|
|
5 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
8 |
|
|
9 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DOMMain.dis (DOMImplementationRegistry, |
12 |
|
DOMImplementationRegistryVar): New. |
13 |
|
|
14 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
15 |
|
DOMImplementationRegistryVar): Removed. |
16 |
|
(ImplementationRegistry): New class. |
17 |
|
|
18 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMFeature.dis: New module. |
21 |
|
|
22 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
23 |
|
|
24 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
25 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
26 |
|
but datatypes. |
27 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
28 |
|
are subtypes rather than aliases of their "real" type in IDL. |
29 |
|
|
30 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
31 |
|
New interfaces and classes. |
32 |
|
|
33 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
36 |
|
property of the new Text node. |
37 |
|
|
38 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Makefile: Loads "NaturalLanguage.dis". |
41 |
|
|
42 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
45 |
|
to the root element created by the method. (It was forgotten!!) |
46 |
|
|
47 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
50 |
|
in the code of removing the newChild from the previous |
51 |
|
parent of that node is fixed. |
52 |
|
|
53 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
56 |
|
namespace prefix of element type if it is not declared |
57 |
|
but not used else. A shift is replaced by pop:). |
58 |
|
|
59 |
|
* DOMCore.dis (getFeature): The getFeature method |
60 |
|
for Node-derived classes implemented. |
61 |
|
* DOMXML.dis (getFeature): Ditto. |
62 |
|
|
63 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
66 |
|
if a document node has no document element node but |
67 |
|
has support for the "HTML" feature. |
68 |
|
|
69 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
* DOMMetaImpl.dis (features input normalizer): Variable name |
* DOMMetaImpl.dis (features input normalizer): Variable name |