| 1 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
| 4 |
|
in interfaces. |
| 5 |
|
|
| 6 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
| 9 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
| 10 |
|
(splitText): Reimplemented. |
| 11 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
| 12 |
|
for non-parent node types. |
| 13 |
|
|
| 14 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
| 15 |
|
for non-parent node types. |
| 16 |
|
|
| 17 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
| 20 |
|
|
| 21 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
| 22 |
|
|
| 23 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
| 24 |
|
|
| 25 |
|
* DOMFeature.dis: Description added and revised. (Still more |
| 26 |
|
work required.) |
| 27 |
|
|
| 28 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
| 31 |
|
value has been changed from "DISPerl:String" |
| 32 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
| 33 |
|
|
| 34 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
| 37 |
|
type properties added. |
| 38 |
|
|
| 39 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
| 40 |
|
type properties added. |
| 41 |
|
|
| 42 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
| 45 |
|
properties added. |
| 46 |
|
|
| 47 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
| 48 |
|
|
| 49 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
| 50 |
|
(MIString): New type. |
| 51 |
|
|
| 52 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
| 53 |
|
URI value, not a reference to it. |
| 54 |
|
|
| 55 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
| 57 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
| 58 |
|
names where possible. |
| 59 |
|
|
| 60 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
| 61 |
|
added (still work in progress). |
| 62 |
|
|
| 63 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
| 64 |
|
|
| 65 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
| 66 |
|
|
| 67 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
| 68 |
|
|
| 69 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
| 70 |
|
is removed. |
| 71 |
|
|
| 72 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
| 73 |
|
|
| 74 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
| 75 |
|
|
| 76 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
| 77 |
|
|
| 78 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
| 79 |
|
(DAEM_SUFFIX): New. |
| 80 |
|
|
| 81 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
| 82 |
|
|
| 83 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
| 84 |
|
and "ManakaiDOM:ManakaiDOM2". |
| 85 |
|
|
| 86 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
| 87 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
| 88 |
|
instead of disPerl:Q for internal property hash keys. |
| 89 |
|
|
| 90 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
| 91 |
|
definitions added. |
| 92 |
|
|
| 93 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
| 94 |
|
New resources. |
| 95 |
|
|
| 96 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
| 97 |
|
resources. |
| 98 |
|
|
| 99 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
| 100 |
|
|
| 101 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
| 102 |
|
from DOMLS.dis. |
| 103 |
|
|
| 104 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
| 105 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
| 106 |
|
has no dependency on DOMMain. |
| 107 |
|
|
| 108 |
|
* DOMFeature.dis (DEBUG): New variable. |
| 109 |
|
|
| 110 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
| 111 |
|
|
| 112 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
| 113 |
|
|
| 114 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
| 115 |
|
|
| 116 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
| 117 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
| 118 |
|
|
| 119 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
| 120 |
|
StringOutOfBoundsException is temporary disabled since |
| 121 |
|
it is not a DOM-style exception supported by |
| 122 |
|
current implementation of ManakaiNode - it will be |
| 123 |
|
recovered in later revision. |
| 124 |
|
|
| 125 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
| 126 |
|
|
| 127 |
|
* DOMFeature.pm: Debug output code copied |
| 128 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
| 129 |
|
to source dis file?). |
| 130 |
|
|
| 131 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
| 132 |
|
|
| 133 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
| 134 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
| 135 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
| 136 |
|
(ManakaiDOMTimeStamp): Removed. |
| 137 |
|
|
| 138 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
| 139 |
|
longer in use). |
| 140 |
|
|
| 141 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
| 142 |
|
|
| 143 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
| 144 |
|
|
| 145 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
| 146 |
|
|
| 147 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
| 148 |
|
properties added to properties. |
| 149 |
|
|
| 150 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
| 151 |
|
|
| 152 |
|
* Makefile: Rules renewaled. |
| 153 |
|
|
| 154 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
| 155 |
|
|
| 156 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
| 157 |
|
|
| 158 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
| 159 |
|
|
| 160 |
|
* DOMMain.dis (DOMImplementationRegistry, |
| 161 |
|
DOMImplementationRegistryVar): New. |
| 162 |
|
|
| 163 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
| 164 |
|
DOMImplementationRegistryVar): Removed. |
| 165 |
|
(ImplementationRegistry): New class. |
| 166 |
|
|
| 167 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
| 168 |
|
|
| 169 |
|
* DOMFeature.dis: New module. |
| 170 |
|
|
| 171 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
| 172 |
|
|
| 173 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
| 174 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
| 175 |
|
but datatypes. |
| 176 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
| 177 |
|
are subtypes rather than aliases of their "real" type in IDL. |
| 178 |
|
|
| 179 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
| 180 |
|
New interfaces and classes. |
| 181 |
|
|
| 182 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
| 183 |
|
|
| 184 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
| 185 |
|
property of the new Text node. |
| 186 |
|
|
| 187 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
| 188 |
|
|
| 189 |
|
* Makefile: Loads "NaturalLanguage.dis". |
| 190 |
|
|
| 191 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
| 192 |
|
|
| 193 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
| 194 |
|
to the root element created by the method. (It was forgotten!!) |
| 195 |
|
|
| 196 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
| 197 |
|
|
| 198 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
| 199 |
|
in the code of removing the newChild from the previous |
| 200 |
|
parent of that node is fixed. |
| 201 |
|
|
| 202 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
| 203 |
|
|
| 204 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
| 205 |
|
namespace prefix of element type if it is not declared |
| 206 |
|
but not used else. A shift is replaced by pop:). |
| 207 |
|
|
| 208 |
|
* DOMCore.dis (getFeature): The getFeature method |
| 209 |
|
for Node-derived classes implemented. |
| 210 |
|
* DOMXML.dis (getFeature): Ditto. |
| 211 |
|
|
| 212 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
| 213 |
|
|
| 214 |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |