1 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.pm: Debug output code copied |
4 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
5 |
|
to source dis file?). |
6 |
|
|
7 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
10 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
11 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
12 |
|
(ManakaiDOMTimeStamp): Removed. |
13 |
|
|
14 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
15 |
|
longer in use). |
16 |
|
|
17 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
20 |
|
|
21 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
24 |
|
properties added to properties. |
25 |
|
|
26 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Makefile: Rules renewaled. |
29 |
|
|
30 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
33 |
|
|
34 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMMain.dis (DOMImplementationRegistry, |
37 |
|
DOMImplementationRegistryVar): New. |
38 |
|
|
39 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
40 |
|
DOMImplementationRegistryVar): Removed. |
41 |
|
(ImplementationRegistry): New class. |
42 |
|
|
43 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMFeature.dis: New module. |
46 |
|
|
47 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
48 |
|
|
49 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
50 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
51 |
|
but datatypes. |
52 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
53 |
|
are subtypes rather than aliases of their "real" type in IDL. |
54 |
|
|
55 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
56 |
|
New interfaces and classes. |
57 |
|
|
58 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
61 |
|
property of the new Text node. |
62 |
|
|
63 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Makefile: Loads "NaturalLanguage.dis". |
66 |
|
|
67 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
70 |
|
to the root element created by the method. (It was forgotten!!) |
71 |
|
|
72 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
75 |
|
in the code of removing the newChild from the previous |
76 |
|
parent of that node is fixed. |
77 |
|
|
78 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
81 |
|
namespace prefix of element type if it is not declared |
82 |
|
but not used else. A shift is replaced by pop:). |
83 |
|
|
84 |
|
* DOMCore.dis (getFeature): The getFeature method |
85 |
|
for Node-derived classes implemented. |
86 |
|
* DOMXML.dis (getFeature): Ditto. |
87 |
|
|
88 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
91 |
|
if a document node has no document element node but |
92 |
|
has support for the "HTML" feature. |
93 |
|
|
94 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
97 |
|
typo fixed. |
98 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
99 |
|
so that version specification for "+"'ed feature name does work now. |
100 |
|
|
101 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
104 |
|
removed (now defined in DOMMetaImpl). |
105 |
|
|
106 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
109 |
|
|
110 |
|
* Makefile: Rules for DOMMetaImpl module added. |
111 |
|
|
112 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
115 |
|
|
116 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
119 |
|
is an instance method, not a class method. |
120 |
|
|
121 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
122 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
123 |
|
(Exception-related definitions): Removed (moved to |
124 |
|
"lib/Message/Util/Error/DOMException.dis"). |
125 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
126 |
|
to DISLang). |
127 |
|
|
128 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
131 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
132 |
|
"lib/Message/Util/ManakaiNode.dis"). |
133 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
134 |
|
"lib/manakai/DISCore.dis"). |
135 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
136 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
137 |
|
"lib/manakai/DISLang.dis"). |
138 |
|
|
139 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
142 |
|
DISPerl module). |
143 |
|
|
144 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
147 |
|
|
148 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
151 |
|
XML document. |
152 |
|
|
153 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
156 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
157 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
158 |
|
(Checking XML name legallity): Fix true or false mistakes. |
159 |
|
(destroy, importTree, orphanate): Rewritten. |
160 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
161 |
|
(TreeCore:urefnode property): Removed since not used. |
162 |
|
|
163 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
164 |
|
|
165 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
168 |
|
|
169 |
|
* DOMViews.dis: Documentation for properties are added. |
170 |
|
|
171 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
174 |
|
|
175 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
176 |
|
|
177 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
180 |
|
|
181 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
184 |
|
|
185 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* .cvsignore: Ignore pod files. |
188 |
|
|
189 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
192 |
|
|
193 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
194 |
|
be DOMString->length. |
195 |
|
|
196 |
|
* DOMCore.dis (Element.getElementsByTagName, |
197 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
198 |
|
Node.getElementsByTagNameNS): Implemented. |
199 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
200 |
|
Check whether defined. |
201 |
|
|
202 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMWebForms.dis: New module. |
205 |
|
|
206 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
209 |
|
DOMHTML.dis: New modules. |
210 |
|
|
211 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
214 |
|
|
215 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
218 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
219 |
|
|
220 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* DOMEvents.dis: New module. |
223 |
|
|
224 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
225 |
node reference. |
node reference. |
226 |
|
|