1 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: Some modifications made. |
4 |
|
|
5 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
8 |
|
global named resource. |
9 |
|
|
10 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
11 |
|
|
12 |
|
* XMLParser.dis: New file. |
13 |
|
|
14 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
17 |
|
message formatter can now vary by error types. |
18 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
19 |
|
|
20 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DOMCore.dis (DOMLocator): Implemented. |
23 |
|
|
24 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
27 |
|
domConfigurationParameter): New resources. |
28 |
|
|
29 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
32 |
|
New methods. |
33 |
|
|
34 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
37 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
38 |
|
|
39 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
40 |
|
it is a |DOMCore:DOMError| object. |
41 |
|
|
42 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMCore.dis (severity, type): Getters return value from |
45 |
|
the definition of the current error (i.e. |-def| hash). |
46 |
|
(___error_def): New method. |
47 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
48 |
|
to ease natural reference to constant value. |
49 |
|
(error-handler.default): Prints the error message by |warn|. |
50 |
|
|
51 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
52 |
|
warns as setting has no effect. |
53 |
|
(___report_error): New method. (It had been only implemented |
54 |
|
in superclass.) |
55 |
|
(setting-node-value-no-effect): New error type. |
56 |
|
|
57 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* DOMCore.dis: Error codes added. |
* DOMCore.dis: Error codes added. |