1 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
4 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
5 |
|
(doStrictErrorChecking): New code. |
6 |
|
|
7 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
8 |
|
supported. |
9 |
|
|
10 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
11 |
|
|
12 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
15 |
|
(adoptNode): Implemented. |
16 |
|
|
17 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
20 |
|
|
21 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
22 |
|
|
23 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
24 |
|
(DOMCore:node): New error parameter. |
25 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
26 |
|
to "mn:xrefnode0". For this reason, all assignments |
27 |
|
to this property have been rewritten to references |
28 |
|
to code "mn:setXRefNode". |
29 |
|
(cloneNode): Implemented. |
30 |
|
(setAttributeNode): A missing "importTree" method call added. |
31 |
|
(setAttributeNodeNS): Perl code removed and changed |
32 |
|
to a reference to "setAttributeNode" method code. |
33 |
|
|
34 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
35 |
|
property to "mn:xrefnode0" property. |
36 |
|
|
37 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
40 |
|
in interfaces. |
41 |
|
|
42 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
45 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
46 |
|
(splitText): Reimplemented. |
47 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
48 |
|
for non-parent node types. |
49 |
|
|
50 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
51 |
|
for non-parent node types. |
52 |
|
|
53 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
56 |
|
|
57 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
58 |
|
|
59 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* DOMFeature.dis: Description added and revised. (Still more |
62 |
|
work required.) |
63 |
|
|
64 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
67 |
|
value has been changed from "DISPerl:String" |
68 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
69 |
|
|
70 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
73 |
|
type properties added. |
74 |
|
|
75 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
76 |
|
type properties added. |
77 |
|
|
78 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
81 |
|
properties added. |
82 |
|
|
83 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
86 |
|
(MIString): New type. |
87 |
|
|
88 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
89 |
|
URI value, not a reference to it. |
90 |
|
|
91 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
94 |
|
names where possible. |
95 |
|
|
96 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
97 |
|
added (still work in progress). |
98 |
|
|
99 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
100 |
|
|
101 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
104 |
|
|
105 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
106 |
|
is removed. |
107 |
|
|
108 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
111 |
|
|
112 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
115 |
|
(DAEM_SUFFIX): New. |
116 |
|
|
117 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
120 |
|
and "ManakaiDOM:ManakaiDOM2". |
121 |
|
|
122 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
123 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
124 |
|
instead of disPerl:Q for internal property hash keys. |
125 |
|
|
126 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
127 |
|
definitions added. |
128 |
|
|
129 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
130 |
|
New resources. |
131 |
|
|
132 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
133 |
|
resources. |
134 |
|
|
135 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
138 |
|
from DOMLS.dis. |
139 |
|
|
140 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
141 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
142 |
|
has no dependency on DOMMain. |
143 |
|
|
144 |
|
* DOMFeature.dis (DEBUG): New variable. |
145 |
|
|
146 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
149 |
|
|
150 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
153 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
154 |
|
|
155 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
156 |
|
StringOutOfBoundsException is temporary disabled since |
157 |
|
it is not a DOM-style exception supported by |
158 |
|
current implementation of ManakaiNode - it will be |
159 |
|
recovered in later revision. |
160 |
|
|
161 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* DOMFeature.pm: Debug output code copied |
164 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
165 |
|
to source dis file?). |
166 |
|
|
167 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
170 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
171 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
172 |
|
(ManakaiDOMTimeStamp): Removed. |
173 |
|
|
174 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
175 |
|
longer in use). |
176 |
|
|
177 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
180 |
|
|
181 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
184 |
|
properties added to properties. |
185 |
|
|
186 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* Makefile: Rules renewaled. |
189 |
|
|
190 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
193 |
|
|
194 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* DOMMain.dis (DOMImplementationRegistry, |
197 |
|
DOMImplementationRegistryVar): New. |
198 |
|
|
199 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
200 |
|
DOMImplementationRegistryVar): Removed. |
201 |
|
(ImplementationRegistry): New class. |
202 |
|
|
203 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* DOMFeature.dis: New module. |
206 |
|
|
207 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
208 |
|
|
209 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
210 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
211 |
|
but datatypes. |
212 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
213 |
|
are subtypes rather than aliases of their "real" type in IDL. |
214 |
|
|
215 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
216 |
|
New interfaces and classes. |
217 |
|
|
218 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
221 |
|
property of the new Text node. |
222 |
|
|
223 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
* Makefile: Loads "NaturalLanguage.dis". |
* Makefile: Loads "NaturalLanguage.dis". |