1 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
4 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
5 |
|
(splitText): Reimplemented. |
6 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
7 |
|
for non-parent node types. |
8 |
|
|
9 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
10 |
|
for non-parent node types. |
11 |
|
|
12 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
15 |
|
|
16 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
17 |
|
|
18 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMFeature.dis: Description added and revised. (Still more |
21 |
|
work required.) |
22 |
|
|
23 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
26 |
|
value has been changed from "DISPerl:String" |
27 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
28 |
|
|
29 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
32 |
|
type properties added. |
33 |
|
|
34 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
35 |
|
type properties added. |
36 |
|
|
37 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
40 |
|
properties added. |
41 |
|
|
42 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
45 |
|
(MIString): New type. |
46 |
|
|
47 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
48 |
|
URI value, not a reference to it. |
49 |
|
|
50 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
53 |
|
names where possible. |
54 |
|
|
55 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
56 |
|
added (still work in progress). |
57 |
|
|
58 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
59 |
|
|
60 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
63 |
|
|
64 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
65 |
|
is removed. |
66 |
|
|
67 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
70 |
|
|
71 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
74 |
|
(DAEM_SUFFIX): New. |
75 |
|
|
76 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
79 |
|
and "ManakaiDOM:ManakaiDOM2". |
80 |
|
|
81 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
82 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
83 |
|
instead of disPerl:Q for internal property hash keys. |
84 |
|
|
85 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
86 |
|
definitions added. |
87 |
|
|
88 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
89 |
|
New resources. |
90 |
|
|
91 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
92 |
|
resources. |
93 |
|
|
94 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
97 |
|
from DOMLS.dis. |
98 |
|
|
99 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
100 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
101 |
|
has no dependency on DOMMain. |
102 |
|
|
103 |
|
* DOMFeature.dis (DEBUG): New variable. |
104 |
|
|
105 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
108 |
|
|
109 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
112 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
113 |
|
|
114 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
115 |
|
StringOutOfBoundsException is temporary disabled since |
116 |
|
it is not a DOM-style exception supported by |
117 |
|
current implementation of ManakaiNode - it will be |
118 |
|
recovered in later revision. |
119 |
|
|
120 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DOMFeature.pm: Debug output code copied |
123 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
124 |
|
to source dis file?). |
125 |
|
|
126 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
129 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
130 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
131 |
|
(ManakaiDOMTimeStamp): Removed. |
132 |
|
|
133 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
134 |
|
longer in use). |
135 |
|
|
136 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
139 |
|
|
140 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
143 |
|
properties added to properties. |
144 |
|
|
145 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* Makefile: Rules renewaled. |
148 |
|
|
149 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
152 |
|
|
153 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* DOMMain.dis (DOMImplementationRegistry, |
156 |
|
DOMImplementationRegistryVar): New. |
157 |
|
|
158 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
159 |
|
DOMImplementationRegistryVar): Removed. |
160 |
|
(ImplementationRegistry): New class. |
161 |
|
|
162 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DOMFeature.dis: New module. |
165 |
|
|
166 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
167 |
|
|
168 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
169 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
170 |
|
but datatypes. |
171 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
172 |
|
are subtypes rather than aliases of their "real" type in IDL. |
173 |
|
|
174 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
175 |
|
New interfaces and classes. |
176 |
|
|
177 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
180 |
|
property of the new Text node. |
181 |
|
|
182 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* Makefile: Loads "NaturalLanguage.dis". |
185 |
|
|
186 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
189 |
|
to the root element created by the method. (It was forgotten!!) |
190 |
|
|
191 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
194 |
|
in the code of removing the newChild from the previous |
195 |
|
parent of that node is fixed. |
196 |
|
|
197 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
200 |
|
namespace prefix of element type if it is not declared |
201 |
|
but not used else. A shift is replaced by pop:). |
202 |
|
|
203 |
|
* DOMCore.dis (getFeature): The getFeature method |
204 |
|
for Node-derived classes implemented. |
205 |
|
* DOMXML.dis (getFeature): Ditto. |
206 |
|
|
207 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
210 |
|
if a document node has no document element node but |
211 |
|
has support for the "HTML" feature. |
212 |
|
|
213 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
216 |
|
typo fixed. |
217 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
218 |
|
so that version specification for "+"'ed feature name does work now. |
219 |
|
|
220 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
223 |
|
removed (now defined in DOMMetaImpl). |
224 |
|
|
225 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
228 |
|
|
229 |
|
* Makefile: Rules for DOMMetaImpl module added. |
230 |
|
|
231 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
234 |
|
|
235 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
238 |
|
is an instance method, not a class method. |
239 |
|
|
240 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
241 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
242 |
|
(Exception-related definitions): Removed (moved to |
243 |
|
"lib/Message/Util/Error/DOMException.dis"). |
244 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
245 |
|
to DISLang). |
246 |
|
|
247 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
250 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
251 |
|
"lib/Message/Util/ManakaiNode.dis"). |
252 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
253 |
|
"lib/manakai/DISCore.dis"). |
254 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
255 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
256 |
|
"lib/manakai/DISLang.dis"). |
257 |
|
|
258 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
261 |
|
DISPerl module). |
262 |
|
|
263 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
266 |
|
|
267 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
269 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
270 |
|
XML document. |
271 |
|
|
272 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
275 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
276 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
277 |
|
(Checking XML name legallity): Fix true or false mistakes. |
278 |
|
(destroy, importTree, orphanate): Rewritten. |
279 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
280 |
|
(TreeCore:urefnode property): Removed since not used. |
281 |
|
|
282 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
283 |
|
|
284 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
287 |
|
|
288 |
|
* DOMViews.dis: Documentation for properties are added. |
289 |
|
|
290 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
293 |
|
|
294 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
295 |
|
|
296 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
299 |
|
|
300 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
303 |
|
|
304 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
305 |
|
|
306 |
|
* .cvsignore: Ignore pod files. |
307 |
|
|
308 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
311 |
|
|
312 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
313 |
|
be DOMString->length. |
314 |
|
|
315 |
|
* DOMCore.dis (Element.getElementsByTagName, |
316 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
317 |
|
Node.getElementsByTagNameNS): Implemented. |
318 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
319 |
|
Check whether defined. |
320 |
|
|
321 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
322 |
|
|
323 |
|
* DOMWebForms.dis: New module. |
324 |
|
|
325 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
328 |
|
DOMHTML.dis: New modules. |
329 |
|
|
330 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
333 |
|
|
334 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
337 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
338 |
|
|
339 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
|
* DOMEvents.dis: New module. |
342 |
|
|
343 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
344 |
node reference. |
node reference. |
345 |
|
|