| 1 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
| 4 |
|
are added. |
| 5 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
| 6 |
|
|
| 7 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* Traversal.dis (SerialWalker): New interface. |
| 10 |
|
(manakaiCreateSerialWalker): New method. |
| 11 |
|
|
| 12 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
| 15 |
|
rather than |&{}| dereferencing. |
| 16 |
|
(acceptNode): Implemented. |
| 17 |
|
|
| 18 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 19 |
|
|
| 20 |
|
* XDP.dis: New module. |
| 21 |
|
|
| 22 |
|
* Makefile: |XDP.dis| is added. |
| 23 |
|
|
| 24 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
| 25 |
|
and |OutputProcessor| are added. |
| 26 |
|
|
| 27 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
|
| 29 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
| 30 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
| 31 |
|
is added. The |FILTER_REJECT| value is treated |
| 32 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
| 33 |
|
rejected subtree as specified in the spec. |
| 34 |
|
|
| 35 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
| 38 |
|
|
| 39 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
| 40 |
|
|
| 41 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
| 42 |
|
|
| 43 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
| 44 |
|
|
| 45 |
|
* .cvsignore: Updated. |
| 46 |
|
|
| 47 |
|
* Traversal.dis: Unused declarations are removed. |
| 48 |
|
|
| 49 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
|
* CharacterData.dis (Require): A reference to |
| 52 |
|
the |MDOM:Traversal| module is added. |
| 53 |
|
(wholeText): Implemented. |
| 54 |
|
|
| 55 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
| 57 |
|
* Makefile: |Traversal.dis| is added. |
| 58 |
|
|
| 59 |
|
* Traversal.dis: New module. |
| 60 |
|
|
| 61 |
|
* TreeCore.dis (___report_error): Return value was |
| 62 |
|
not propagated. |
| 63 |
|
|
| 64 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
|
| 66 |
|
* Element.dis (removeAttributeNS): A runtime error |
| 67 |
|
was occurred if there was no specified attribute node. |
| 68 |
|
|
| 69 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
| 70 |
|
|
| 71 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
| 72 |
|
|
| 73 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
| 74 |
|
New attributes. |
| 75 |
|
|
| 76 |
|
(StaticNodeList): New interface. |
| 77 |
|
|
| 78 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
|
| 80 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
| 81 |
|
|
| 82 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
| 83 |
|
|
| 84 |
|
* SimpleLS.dis: Reimplemented. |
| 85 |
|
|
| 86 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
| 87 |
|
|
| 88 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
| 89 |
|
a qualified name. |
| 90 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
| 91 |
|
|
| 92 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
| 93 |
|
(normalize): Implemented. |
| 94 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
| 95 |
|
class. |
| 96 |
|
|
| 97 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 98 |
|
|
| 99 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
| 100 |
|
|
| 101 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 102 |
|
|
| 103 |
|
* CharacterData.dis (length, insertData, substringData, |
| 104 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
| 105 |
|
|
| 106 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
| 107 |
|
(c:index): The definition was missing. |
| 108 |
|
(c:length): New property. |
| 109 |
|
|
| 110 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 111 |
|
|
| 112 |
|
* XMLParser.dis (close): Invoke |close| method |
| 113 |
|
rather than |close| function. |
| 114 |
|
|
| 115 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 116 |
|
|
| 117 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
| 118 |
|
|
| 119 |
|
* CharacterData.pm: Added to the CVS repository. |
| 120 |
|
|
| 121 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
| 122 |
|
interfaces are removed. |
| 123 |
|
(Require): A reference to the |MDOM:CharacterData| module |
| 124 |
|
is added. |
| 125 |
|
|
| 126 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
| 127 |
|
|
| 128 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
| 129 |
|
|
| 130 |
|
* Makefile: |CharacterData.pm| is added. |
| 131 |
|
|
| 132 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
| 133 |
|
|
| 134 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
| 135 |
|
module. |
| 136 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
| 137 |
|
object. |
| 138 |
|
(resolveLSInput default implementation): The |byteStream| |
| 139 |
|
and |encoding| attributes of the |LSInput| interface |
| 140 |
|
are now supported. |
| 141 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
| 142 |
|
(InputFile.inputEncoding): New attribute. |
| 143 |
|
|
| 144 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
| 145 |
|
|
| 146 |
|
* Document.dis (adoptNode test): Documents were |
| 147 |
|
made by different documents. |
| 148 |
|
|
| 149 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
| 150 |
|
|
| 151 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
| 152 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
| 153 |
|
|
| 154 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
| 155 |
|
|
| 156 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
| 157 |
|
are replaced by |disPerl:EXCEPTION|s. |
| 158 |
|
|
| 159 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
| 160 |
|
|
| 161 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
| 162 |
|
|
| 163 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
| 164 |
|
parameter |cfg:dtd-default-attributes| is renamed |
| 165 |
|
as |cfg:dtd-default-attribute|. |
| 166 |
|
(Roles): Definitions are changed so that classes |
| 167 |
|
that implement those classes MUST implement the |Node| |
| 168 |
|
and its subinterfaces. |
| 169 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
| 170 |
|
|
| 171 |
|
* Document.dis (adoptNode): Don't throw exception |
| 172 |
|
if |strictErrorChecking| is |false|. |
| 173 |
|
|
| 174 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
| 175 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
| 176 |
|
configuration parameter is set to |false|. |
| 177 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
| 178 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
| 179 |
|
configuration parameter is set to |false|. |
| 180 |
|
|
| 181 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
| 182 |
|
|
| 183 |
|
* TreeStore.dis: New module. |
| 184 |
|
|
| 185 |
|
* Makefile: |TreeStore.dis| is added. |
| 186 |
|
|
| 187 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
| 188 |
|
|
| 189 |
|
* XMLParser.dis: Updated so that it can be used |
| 190 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
| 191 |
|
and |XML.pm|. Set the read-only flag to |
| 192 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
| 193 |
|
|
| 194 |
|
* Node.dis (textContent): It did not handle descendant |
| 195 |
|
element and entity reference nodes. |
| 196 |
|
|
| 197 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
| 198 |
|
definition has been changed to return only explicit |
| 199 |
|
base URI specification. |
| 200 |
|
|
| 201 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
| 202 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
| 203 |
|
|
| 204 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
| 205 |
|
|
| 206 |
|
* Tree.pm, DOMXML.pm: Removed. |
| 207 |
|
|
| 208 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
| 209 |
|
to the CVS repository since they are necessary to |
| 210 |
|
build the dis library. |
| 211 |
|
|
| 212 |
|
* Makefile: Sync'ed to new modules disposition. |
| 213 |
|
|
| 214 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
| 215 |
|
|
| 216 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
| 217 |
|
removed. For |Element.pm| and |Document.pm| are added. |
| 218 |
|
|
| 219 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
| 220 |
|
|
| 221 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
| 222 |
|
|
| 223 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
| 224 |
|
|
| 225 |
* DOMFeature.dis (getImplementation, getImplementationList): Support |
* DOMFeature.dis (getImplementation, getImplementationList): Support |