1 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
4 |
|
(MIString): New type. |
5 |
|
|
6 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
7 |
|
URI value, not a reference to it. |
8 |
|
|
9 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
12 |
|
names where possible. |
13 |
|
|
14 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
15 |
|
added (still work in progress). |
16 |
|
|
17 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
18 |
|
|
19 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
22 |
|
|
23 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
24 |
|
is removed. |
25 |
|
|
26 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
29 |
|
|
30 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
33 |
|
(DAEM_SUFFIX): New. |
34 |
|
|
35 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
38 |
|
and "ManakaiDOM:ManakaiDOM2". |
39 |
|
|
40 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
41 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
42 |
|
instead of disPerl:Q for internal property hash keys. |
43 |
|
|
44 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
45 |
|
definitions added. |
46 |
|
|
47 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
48 |
|
New resources. |
49 |
|
|
50 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
51 |
|
resources. |
52 |
|
|
53 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
56 |
|
from DOMLS.dis. |
57 |
|
|
58 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
59 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
60 |
|
has no dependency on DOMMain. |
61 |
|
|
62 |
|
* DOMFeature.dis (DEBUG): New variable. |
63 |
|
|
64 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
67 |
|
|
68 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
71 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
72 |
|
|
73 |
|
* DOMMain.pm (StringExtended): Code portions of raising |
74 |
|
StringOutOfBoundsException is temporary disabled since |
75 |
|
it is not a DOM-style exception supported by |
76 |
|
current implementation of ManakaiNode - it will be |
77 |
|
recovered in later revision. |
78 |
|
|
79 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* DOMFeature.pm: Debug output code copied |
82 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
83 |
|
to source dis file?). |
84 |
|
|
85 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
88 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
89 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
90 |
|
(ManakaiDOMTimeStamp): Removed. |
91 |
|
|
92 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
93 |
|
longer in use). |
94 |
|
|
95 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
98 |
|
|
99 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
102 |
|
properties added to properties. |
103 |
|
|
104 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* Makefile: Rules renewaled. |
107 |
|
|
108 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
111 |
|
|
112 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DOMMain.dis (DOMImplementationRegistry, |
115 |
|
DOMImplementationRegistryVar): New. |
116 |
|
|
117 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
118 |
|
DOMImplementationRegistryVar): Removed. |
119 |
|
(ImplementationRegistry): New class. |
120 |
|
|
121 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* DOMFeature.dis: New module. |
124 |
|
|
125 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
126 |
|
|
127 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
128 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
129 |
|
but datatypes. |
130 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
131 |
|
are subtypes rather than aliases of their "real" type in IDL. |
132 |
|
|
133 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
134 |
|
New interfaces and classes. |
135 |
|
|
136 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
139 |
|
property of the new Text node. |
140 |
|
|
141 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* Makefile: Loads "NaturalLanguage.dis". |
144 |
|
|
145 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
148 |
|
to the root element created by the method. (It was forgotten!!) |
149 |
|
|
150 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
153 |
|
in the code of removing the newChild from the previous |
154 |
|
parent of that node is fixed. |
155 |
|
|
156 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |