| 1 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
| 4 |
|
statement was broken. |
| 5 |
|
|
| 6 |
|
* DOMFeature.dis (getImplementationList): Argument |
| 7 |
|
is not passed to the |getImplementation| method. |
| 8 |
|
|
| 9 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
| 10 |
|
did not |f:implements| the |TSFeature30| feature. |
| 11 |
|
|
| 12 |
|
* XMLParser.dis: Use |create_uri_reference| |
| 13 |
|
method instead of internal |_new| method |
| 14 |
|
to create a URI reference object. |
| 15 |
|
|
| 16 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
| 19 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
| 20 |
|
the |f:ManakaiMinimumImplementation| class inherited |
| 21 |
|
by it). The |f:Minimum| feature is ever implemented |
| 22 |
|
for compatibility (but is expected to be removed). |
| 23 |
|
Internal methods such as |___report_error| are copied from |
| 24 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
| 25 |
|
methods |hasFeature| and |getFeature| are also |
| 26 |
|
moved from that class, but they now support no |
| 27 |
|
foreign classes. |
| 28 |
|
|
| 29 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
| 30 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
| 31 |
|
The class no longer support classes |
| 32 |
|
other than |ManakaiDOMImplementation|. Note |
| 33 |
|
that the |ImplementationRegistry| object does continue |
| 34 |
|
to support foreign classes via foreign classes |
| 35 |
|
implementing |ImplementationSource| |
| 36 |
|
or |DOMImplementationSource| interface. |
| 37 |
|
(MinimumImplementation): Removed. |
| 38 |
|
|
| 39 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
| 40 |
|
longer inherit the |ManakaiDOMImplementation|; it |
| 41 |
|
is now expected to be implemented by |DOMImplementation| |
| 42 |
|
objects. |
| 43 |
|
|
| 44 |
|
* DOMMain.dis (null): Removed. |
| 45 |
|
|
| 46 |
|
* Document.dis (___create_node_ref): It no |
| 47 |
|
longer support foreign classes other |
| 48 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
| 49 |
|
Note that document format specific DOM |
| 50 |
|
interfaces, if supported, should be |
| 51 |
|
all instances of the |Document| interface |
| 52 |
|
in the implementation, as defined |
| 53 |
|
in the Web Applications 1.0 specification (where |
| 54 |
|
the |HTMLDocument| interface must be implemented |
| 55 |
|
by all |Document| objects, even if the |Document| |
| 56 |
|
contains no HTML element). |
| 57 |
|
|
| 58 |
|
* GenericLS.dis (GLSImplementation): It no |
| 59 |
|
longer inherit the |MinimumImplementation|; it |
| 60 |
|
is now expected to be implemented by |DOMImplementation| |
| 61 |
|
objects. |
| 62 |
|
(createGLSParser, createGLSSerializer): Load |
| 63 |
|
module implementing parser or serializer |
| 64 |
|
if necessary. |
| 65 |
|
|
| 66 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
| 67 |
|
longer inherits the |ManakaiDOMDocument|; it |
| 68 |
|
is now expected to be implemented by |Document| |
| 69 |
|
objects. |
| 70 |
|
|
| 71 |
|
* XDP.dis (XDPDocument): It no longer |
| 72 |
|
inherits the |Document|; it is now expected |
| 73 |
|
to be implemented by all |Document| objects. |
| 74 |
|
|
| 75 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
| 76 |
|
longer inherits the |ManakaiDOMDocument|; it |
| 77 |
|
is now expected to be implemented by |Document| |
| 78 |
|
objects. |
| 79 |
|
|
| 80 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
| 81 |
|
|
| 82 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
| 83 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
| 84 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
| 85 |
|
|
| 86 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
| 87 |
|
the |ManakaiDOMImplementation| class. |
| 88 |
|
|
| 89 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
| 90 |
|
|
| 91 |
|
* DOMFeature.dis: Definitions for various concepts |
| 92 |
|
are added. |
| 93 |
|
|
| 94 |
|
* GenericLS.dis (GLSImplementation): It no |
| 95 |
|
longer inherits the |MinimumImplementation|; rather, |
| 96 |
|
any |ManakaiMinimumImplementation| object also |
| 97 |
|
implements |GLSImplementation| methods. |
| 98 |
|
|
| 99 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
| 100 |
|
longer inherits the |DOMImplementation|; rather, |
| 101 |
|
any |ManakaiDOMImplementation| object also |
| 102 |
|
implements |DOMImplementationTreeStore| methods. |
| 103 |
|
|
| 104 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
| 105 |
|
|
| 106 |
|
* TreeStore.pm: Added to the CVS repository |
| 107 |
|
to enable for the dis database to contain XML |
| 108 |
|
fragments. |
| 109 |
|
|
| 110 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
| 111 |
|
|
| 112 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
| 113 |
|
|
| 114 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
| 115 |
|
|
| 116 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
| 117 |
|
|
| 118 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
| 119 |
|
|
| 120 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
| 121 |
|
|
| 122 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
| 123 |
|
|
| 124 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
| 125 |
|
any |%|s in |xdp:attr-definition| children. |
| 126 |
|
|
| 127 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
| 128 |
|
|
| 129 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
| 130 |
|
name property is added. |
| 131 |
|
|
| 132 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
| 133 |
|
|
| 134 |
|
* XDP.dis (createXDPIf): New method. |
| 135 |
|
(XDPIfElement): New interface. |
| 136 |
|
|
| 137 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
| 138 |
|
|
| 139 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
| 140 |
|
New methods. |
| 141 |
|
|
| 142 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
| 143 |
|
|
| 144 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
| 145 |
|
are added. |
| 146 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
| 147 |
|
|
| 148 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
| 149 |
|
|
| 150 |
|
* Traversal.dis (SerialWalker): New interface. |
| 151 |
|
(manakaiCreateSerialWalker): New method. |
| 152 |
|
|
| 153 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 154 |
|
|
| 155 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
| 156 |
|
rather than |&{}| dereferencing. |
| 157 |
|
(acceptNode): Implemented. |
| 158 |
|
|
| 159 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 160 |
|
|
| 161 |
|
* XDP.dis: New module. |
| 162 |
|
|
| 163 |
|
* Makefile: |XDP.dis| is added. |
| 164 |
|
|
| 165 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
| 166 |
|
and |OutputProcessor| are added. |
| 167 |
|
|
| 168 |
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 169 |
|
|
| 170 |
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |