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