1 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
4 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
5 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
6 |
|
(ManakaiDOMTimeStamp): Removed. |
7 |
|
|
8 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
9 |
|
longer in use). |
10 |
|
|
11 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
14 |
|
|
15 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
18 |
|
properties added to properties. |
19 |
|
|
20 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Makefile: Rules renewaled. |
23 |
|
|
24 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
27 |
|
|
28 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (DOMImplementationRegistry, |
31 |
|
DOMImplementationRegistryVar): New. |
32 |
|
|
33 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
34 |
|
DOMImplementationRegistryVar): Removed. |
35 |
|
(ImplementationRegistry): New class. |
36 |
|
|
37 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMFeature.dis: New module. |
40 |
|
|
41 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
42 |
|
|
43 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
44 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
45 |
|
but datatypes. |
46 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
47 |
|
are subtypes rather than aliases of their "real" type in IDL. |
48 |
|
|
49 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
50 |
|
New interfaces and classes. |
51 |
|
|
52 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
55 |
|
property of the new Text node. |
56 |
|
|
57 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Makefile: Loads "NaturalLanguage.dis". |
60 |
|
|
61 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
64 |
|
to the root element created by the method. (It was forgotten!!) |
65 |
|
|
66 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
69 |
|
in the code of removing the newChild from the previous |
70 |
|
parent of that node is fixed. |
71 |
|
|
72 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
75 |
|
namespace prefix of element type if it is not declared |
76 |
|
but not used else. A shift is replaced by pop:). |
77 |
|
|
78 |
|
* DOMCore.dis (getFeature): The getFeature method |
79 |
|
for Node-derived classes implemented. |
80 |
|
* DOMXML.dis (getFeature): Ditto. |
81 |
|
|
82 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
85 |
|
if a document node has no document element node but |
86 |
|
has support for the "HTML" feature. |
87 |
|
|
88 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
91 |
|
typo fixed. |
92 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
93 |
|
so that version specification for "+"'ed feature name does work now. |
94 |
|
|
95 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
98 |
|
removed (now defined in DOMMetaImpl). |
99 |
|
|
100 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
103 |
|
|
104 |
|
* Makefile: Rules for DOMMetaImpl module added. |
105 |
|
|
106 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |