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> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* DOMCore.dis (DOMCore:nodeProp): New property. |
* 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> |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
116 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
117 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
118 |
|
|
119 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
120 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
121 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
122 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |