1 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
4 |
|
code (seprated from |InputProcessor|). Now |
5 |
|
a |features| parameter's version can be specified by |
6 |
|
an array reference that contains a set of version |
7 |
|
numbers. A test added. |
8 |
|
|
9 |
|
* XMLParser.dis: A test added. |
10 |
|
|
11 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
14 |
|
because it does not work with dummy object used in the test code. |
15 |
|
|
16 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
19 |
|
namespace URI is defined for not being warned. |
20 |
|
|
21 |
|
* XDoctype.dis: New module. |
22 |
|
|
23 |
|
* DOMCore.dis (DOMStringList): Test added. |
24 |
|
|
25 |
|
* Makefile: |XDoctype.pm| added. |
26 |
|
|
27 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
28 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
29 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
30 |
|
object (it was incorrectly tested to return |null|). |
31 |
|
(EmptyNodeList.DESTROY): Removed. |
32 |
|
|
33 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
36 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
37 |
|
(appendChild, insertBefore, replaceChild): New |
38 |
|
two node types added and processing instruction nodes |
39 |
|
as document type definition node child is allowed |
40 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
41 |
|
(getNodeReference): New |interface| parameter |
42 |
|
to filter classes by interface is added. |
43 |
|
(ElementTypeDefinitionRole): New role. |
44 |
|
(AttributeDefinitionRole): New role. |
45 |
|
|
46 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
49 |
|
|
50 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
53 |
|
if it is not provided. |
54 |
|
|
55 |
|
* XMLParser.dis: Parsing methods to skip document |
56 |
|
type declaration is added. |
57 |
|
|
58 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
61 |
|
or not. Normalize end-of-lines. |
62 |
|
(rule _XMLDeclaration_): Implemented. |
63 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
64 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
65 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
66 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
67 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
68 |
|
|wf-legal-character| added. |
69 |
|
(%character-code-point): New formatter rule. |
70 |
|
|
71 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
72 |
|
|
73 |
|
* DOMCore.dis (DOMError.stringify): Added. |
74 |
|
(error-handler.default): Returns |false| (don't continue) |
75 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
76 |
|
|
77 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
80 |
|
(|lexmode|s): New |?default-token| statements are used |
81 |
|
so that tokenizer description has been simplified |
82 |
|
and CDATA sections now can be parsed. |
83 |
|
|
84 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* XMLParser.dis: Some modifications made. |
87 |
|
|
88 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
91 |
|
global named resource. |
92 |
|
|
93 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
94 |
|
|
95 |
|
* XMLParser.dis: New file. |
96 |
|
|
97 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
100 |
|
message formatter can now vary by error types. |
101 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
102 |
|
|
103 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMCore.dis (DOMLocator): Implemented. |
106 |
|
|
107 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
110 |
|
domConfigurationParameter): New resources. |
111 |
|
|
112 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
115 |
|
New methods. |
116 |
|
|
117 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
120 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
121 |
|
|
122 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
123 |
|
it is a |DOMCore:DOMError| object. |
124 |
|
|
125 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMCore.dis (severity, type): Getters return value from |
128 |
|
the definition of the current error (i.e. |-def| hash). |
129 |
|
(___error_def): New method. |
130 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
131 |
|
to ease natural reference to constant value. |
132 |
|
(error-handler.default): Prints the error message by |warn|. |
133 |
|
|
134 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
135 |
|
warns as setting has no effect. |
136 |
|
(___report_error): New method. (It had been only implemented |
137 |
|
in superclass.) |
138 |
|
(setting-node-value-no-effect): New error type. |
139 |
|
|
140 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* DOMCore.dis: Error codes added. |
143 |
|
|
144 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
145 |
|
|
146 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
149 |
|
(adoptNode): User data handlers implemented. |
150 |
|
|
151 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
154 |
|
added. |
155 |
|
|
156 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
157 |
|
(getUserData, setUserData): Implemented. |
158 |
|
|
159 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
162 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
163 |
|
|
164 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
165 |
|
changed to |Tree.dis|. |
166 |
|
|
167 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
170 |
|
|
171 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
172 |
|
|
173 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
174 |
|
|
175 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
176 |
|
|
177 |
|
* Makefile: |Tree.dis| added. |
178 |
|
|
179 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* .cvsignore: Revised. |
182 |
|
|
183 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* ManakaiDOMLS2003.dis: Tests added. |
186 |
|
(domConfig): Method name in the code fixed to |flag|. |
187 |
|
|
188 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
189 |
|
added. |
190 |
|
|
191 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
192 |
|
is defined not to have any children. |
193 |
|
(CharacterData): Typos in element type names and function names fixed. |
194 |
|
|
195 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
198 |
|
|
199 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
200 |
|
|
201 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
202 |
|
|
203 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
206 |
|
characters between feature names and versions. |
207 |
|
|
208 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
211 |
|
|
212 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
215 |
|
when an |false| value appears in |@src|. |
216 |
|
|
217 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
220 |
|
(ErrDef): Redefined. |
221 |
|
|
222 |
|
* DOMLS.dis (ErrDef): Redefined. |
223 |
|
|
224 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
227 |
|
|
228 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
231 |
|
(CParam): Definitions for LS module added. |
232 |
|
|
233 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
234 |
|
is also an output processor now. |
235 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
236 |
|
(CParam): Definitions updated. |
237 |
|
|
238 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
241 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
242 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
243 |
|
(DOMConfiguration): Implemented. |
244 |
|
(CParam): Definitions updated. |
245 |
|
|
246 |
|
* DOMMain.dis (DOMURIs): New data type. |
247 |
|
|
248 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
249 |
|
|
250 |
|
* DOMCore.dis (setAttrValueNS): New code. |
251 |
|
|
252 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
255 |
|
property unless it has non-null value. |
256 |
|
(newObject): "refNode" parameter introduced. |
257 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
258 |
|
method if "refNode" parameter is specified. |
259 |
|
(cloneNode): Don't set "read-only" flag. |
260 |
|
(getNodeReference): Caches the result. |
261 |
|
(selectAttributeNodeForRemove): Don't removes any other |
262 |
|
non-namespace-aware attribute nodes. |
263 |
|
|
264 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
267 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
268 |
|
(doStrictErrorChecking): New code. |
269 |
|
|
270 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
271 |
|
supported. |
272 |
|
|
273 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
274 |
|
|
275 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
278 |
|
(adoptNode): Implemented. |
279 |
|
|
280 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
283 |
|
|
284 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
285 |
|
|
286 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
287 |
|
(DOMCore:node): New error parameter. |
288 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
289 |
|
to "mn:xrefnode0". For this reason, all assignments |
290 |
|
to this property have been rewritten to references |
291 |
|
to code "mn:setXRefNode". |
292 |
|
(cloneNode): Implemented. |
293 |
|
(setAttributeNode): A missing "importTree" method call added. |
294 |
|
(setAttributeNodeNS): Perl code removed and changed |
295 |
|
to a reference to "setAttributeNode" method code. |
296 |
|
|
297 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
298 |
|
property to "mn:xrefnode0" property. |
299 |
|
|
300 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
303 |
|
in interfaces. |
304 |
|
|
305 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
308 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
309 |
|
(splitText): Reimplemented. |
310 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
311 |
|
for non-parent node types. |
312 |
|
|
313 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
314 |
|
for non-parent node types. |
315 |
|
|
316 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
317 |
|
|
318 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
319 |
|
|
320 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
321 |
|
|
322 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* DOMFeature.dis: Description added and revised. (Still more |
325 |
|
work required.) |
326 |
|
|
327 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
329 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
330 |
|
value has been changed from "DISPerl:String" |
331 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
332 |
|
|
333 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
336 |
|
type properties added. |
337 |
|
|
338 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
339 |
|
type properties added. |
340 |
|
|
341 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
344 |
|
properties added. |
345 |
|
|
346 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
347 |
|
|
348 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
349 |
|
(MIString): New type. |
350 |
|
|
351 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
352 |
|
URI value, not a reference to it. |
353 |
|
|
354 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
357 |
|
names where possible. |
358 |
|
|
359 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
360 |
|
added (still work in progress). |
361 |
|
|
362 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
363 |
|
|
364 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
367 |
|
|
368 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
369 |
|
is removed. |
370 |
|
|
371 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
374 |
|
|
375 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
378 |
|
(DAEM_SUFFIX): New. |
379 |
|
|
380 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
381 |
|
|
382 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
383 |
|
and "ManakaiDOM:ManakaiDOM2". |
384 |
|
|
385 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
386 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
387 |
|
instead of disPerl:Q for internal property hash keys. |
388 |
|
|
389 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
390 |
|
definitions added. |
391 |
|
|
392 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
393 |
|
New resources. |
394 |
|
|
395 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
396 |
|
resources. |
397 |
|
|
398 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
399 |
|
|
400 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
401 |
|
from DOMLS.dis. |
402 |
|
|
403 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
404 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
405 |
|
has no dependency on DOMMain. |
406 |
|
|
407 |
|
* DOMFeature.dis (DEBUG): New variable. |
408 |
|
|
409 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
412 |
|
|
413 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
414 |
|
|
415 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
416 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
417 |
|
|
418 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
419 |
|
StringOutOfBoundsException is temporary disabled since |
420 |
|
it is not a DOM-style exception supported by |
421 |
|
current implementation of ManakaiNode - it will be |
422 |
|
recovered in later revision. |
423 |
|
|
424 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
426 |
|
* DOMFeature.pm: Debug output code copied |
427 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
428 |
|
to source dis file?). |
429 |
|
|
430 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
431 |
|
|
432 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
433 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
434 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
435 |
|
(ManakaiDOMTimeStamp): Removed. |
436 |
|
|
437 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
438 |
|
longer in use). |
439 |
|
|
440 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
441 |
|
|
442 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
443 |
|
|
444 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
445 |
|
|
446 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
447 |
|
properties added to properties. |
448 |
|
|
449 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
451 |
|
* Makefile: Rules renewaled. |
452 |
|
|
453 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
454 |
|
|
455 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
456 |
|
|
457 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
458 |
|
|
459 |
|
* DOMMain.dis (DOMImplementationRegistry, |
460 |
|
DOMImplementationRegistryVar): New. |
461 |
|
|
462 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
463 |
|
DOMImplementationRegistryVar): Removed. |
464 |
|
(ImplementationRegistry): New class. |
465 |
|
|
466 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
467 |
|
|
468 |
|
* DOMFeature.dis: New module. |
469 |
|
|
470 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
471 |
|
|
472 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
473 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
474 |
|
but datatypes. |
475 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
476 |
|
are subtypes rather than aliases of their "real" type in IDL. |
477 |
|
|
478 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
479 |
|
New interfaces and classes. |
480 |
|
|
481 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
484 |
|
property of the new Text node. |
485 |
|
|
486 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
487 |
|
|
488 |
* Makefile: Loads "NaturalLanguage.dis". |
* Makefile: Loads "NaturalLanguage.dis". |