| 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> |
| 58 |
|
|
| 59 |
|
* DOMCore.dis: Error codes added. |
| 60 |
|
|
| 61 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
| 62 |
|
|
| 63 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
| 66 |
|
(adoptNode): User data handlers implemented. |
| 67 |
|
|
| 68 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
|
| 70 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
| 71 |
|
added. |
| 72 |
|
|
| 73 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
| 74 |
|
(getUserData, setUserData): Implemented. |
| 75 |
|
|
| 76 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 77 |
|
|
| 78 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
| 79 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
| 80 |
|
|
| 81 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
| 82 |
|
changed to |Tree.dis|. |
| 83 |
|
|
| 84 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 85 |
|
|
| 86 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
| 87 |
|
|
| 88 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
| 89 |
|
|
| 90 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
| 91 |
|
|
| 92 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
| 93 |
|
|
| 94 |
|
* Makefile: |Tree.dis| added. |
| 95 |
|
|
| 96 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 97 |
|
|
| 98 |
|
* .cvsignore: Revised. |
| 99 |
|
|
| 100 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 101 |
|
|
| 102 |
|
* ManakaiDOMLS2003.dis: Tests added. |
| 103 |
|
(domConfig): Method name in the code fixed to |flag|. |
| 104 |
|
|
| 105 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
| 106 |
|
added. |
| 107 |
|
|
| 108 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
| 109 |
|
is defined not to have any children. |
| 110 |
|
(CharacterData): Typos in element type names and function names fixed. |
| 111 |
|
|
| 112 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
|
| 114 |
* DOMFeature.dis (MinimumImplementation.eq): Added. |
* DOMFeature.dis (MinimumImplementation.eq): Added. |