| 1 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
| 4 |
|
New methods. |
| 5 |
|
|
| 6 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
| 9 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
| 10 |
|
|
| 11 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
| 12 |
|
it is a |DOMCore:DOMError| object. |
| 13 |
|
|
| 14 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* DOMCore.dis (severity, type): Getters return value from |
| 17 |
|
the definition of the current error (i.e. |-def| hash). |
| 18 |
|
(___error_def): New method. |
| 19 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
| 20 |
|
to ease natural reference to constant value. |
| 21 |
|
(error-handler.default): Prints the error message by |warn|. |
| 22 |
|
|
| 23 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
| 24 |
|
warns as setting has no effect. |
| 25 |
|
(___report_error): New method. (It had been only implemented |
| 26 |
|
in superclass.) |
| 27 |
|
(setting-node-value-no-effect): New error type. |
| 28 |
|
|
| 29 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 30 |
|
|
| 31 |
|
* DOMCore.dis: Error codes added. |
| 32 |
|
|
| 33 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
| 34 |
|
|
| 35 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
| 38 |
|
(adoptNode): User data handlers implemented. |
| 39 |
|
|
| 40 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
| 43 |
|
added. |
| 44 |
|
|
| 45 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
| 46 |
|
(getUserData, setUserData): Implemented. |
| 47 |
|
|
| 48 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
|
| 50 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
| 51 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
| 52 |
|
|
| 53 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
| 54 |
|
changed to |Tree.dis|. |
| 55 |
|
|
| 56 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 57 |
|
|
| 58 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
| 59 |
|
|
| 60 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
| 61 |
|
|
| 62 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
| 63 |
|
|
| 64 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
| 65 |
|
|
| 66 |
|
* Makefile: |Tree.dis| added. |
| 67 |
|
|
| 68 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
|
| 70 |
* .cvsignore: Revised. |
* .cvsignore: Revised. |