1 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
4 |
|
domConfigurationParameter): New resources. |
5 |
|
|
6 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
9 |
|
New methods. |
10 |
|
|
11 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
14 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
15 |
|
|
16 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
17 |
|
it is a |DOMCore:DOMError| object. |
18 |
|
|
19 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMCore.dis (severity, type): Getters return value from |
22 |
|
the definition of the current error (i.e. |-def| hash). |
23 |
|
(___error_def): New method. |
24 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
25 |
|
to ease natural reference to constant value. |
26 |
|
(error-handler.default): Prints the error message by |warn|. |
27 |
|
|
28 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
29 |
|
warns as setting has no effect. |
30 |
|
(___report_error): New method. (It had been only implemented |
31 |
|
in superclass.) |
32 |
|
(setting-node-value-no-effect): New error type. |
33 |
|
|
34 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
* DOMCore.dis: Error codes added. |
* DOMCore.dis: Error codes added. |