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