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