1 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
4 |
|
property unless it has non-null value. |
5 |
|
(newObject): "refNode" parameter introduced. |
6 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
7 |
|
method if "refNode" parameter is specified. |
8 |
|
(cloneNode): Don't set "read-only" flag. |
9 |
|
(getNodeReference): Caches the result. |
10 |
|
(selectAttributeNodeForRemove): Don't removes any other |
11 |
|
non-namespace-aware attribute nodes. |
12 |
|
|
13 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
16 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
17 |
|
(doStrictErrorChecking): New code. |
18 |
|
|
19 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
20 |
|
supported. |
21 |
|
|
22 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
23 |
|
|
24 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
27 |
|
(adoptNode): Implemented. |
28 |
|
|
29 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
32 |
|
|
33 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
34 |
|
|
35 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
36 |
|
(DOMCore:node): New error parameter. |
37 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
38 |
|
to "mn:xrefnode0". For this reason, all assignments |
39 |
|
to this property have been rewritten to references |
40 |
|
to code "mn:setXRefNode". |
41 |
|
(cloneNode): Implemented. |
42 |
|
(setAttributeNode): A missing "importTree" method call added. |
43 |
|
(setAttributeNodeNS): Perl code removed and changed |
44 |
|
to a reference to "setAttributeNode" method code. |
45 |
|
|
46 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
47 |
|
property to "mn:xrefnode0" property. |
48 |
|
|
49 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
52 |
|
in interfaces. |
53 |
|
|
54 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
57 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
58 |
|
(splitText): Reimplemented. |
59 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
60 |
|
for non-parent node types. |
61 |
|
|
62 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
63 |
|
for non-parent node types. |
64 |
|
|
65 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
68 |
|
|
69 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
70 |
|
|
71 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DOMFeature.dis: Description added and revised. (Still more |
74 |
|
work required.) |
75 |
|
|
76 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
79 |
|
value has been changed from "DISPerl:String" |
80 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
81 |
|
|
82 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
85 |
|
type properties added. |
86 |
|
|
87 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
88 |
|
type properties added. |
89 |
|
|
90 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
93 |
|
properties added. |
94 |
|
|
95 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
98 |
|
(MIString): New type. |
99 |
|
|
100 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
101 |
|
URI value, not a reference to it. |
102 |
|
|
103 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
106 |
|
names where possible. |
107 |
|
|
108 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
109 |
|
added (still work in progress). |
110 |
|
|
111 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
112 |
|
|
113 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
116 |
|
|
117 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
118 |
|
is removed. |
119 |
|
|
120 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
123 |
|
|
124 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
127 |
|
(DAEM_SUFFIX): New. |
128 |
|
|
129 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
132 |
|
and "ManakaiDOM:ManakaiDOM2". |
133 |
|
|
134 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
135 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
136 |
|
instead of disPerl:Q for internal property hash keys. |
137 |
|
|
138 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
139 |
|
definitions added. |
140 |
|
|
141 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
142 |
|
New resources. |
143 |
|
|
144 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
145 |
|
resources. |
146 |
|
|
147 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
150 |
|
from DOMLS.dis. |
151 |
|
|
152 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
153 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
154 |
|
has no dependency on DOMMain. |
155 |
|
|
156 |
|
* DOMFeature.dis (DEBUG): New variable. |
157 |
|
|
158 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
161 |
|
|
162 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
165 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
166 |
|
|
167 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
168 |
|
StringOutOfBoundsException is temporary disabled since |
169 |
|
it is not a DOM-style exception supported by |
170 |
|
current implementation of ManakaiNode - it will be |
171 |
|
recovered in later revision. |
172 |
|
|
173 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* DOMFeature.pm: Debug output code copied |
176 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
177 |
|
to source dis file?). |
178 |
|
|
179 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
182 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
183 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
184 |
|
(ManakaiDOMTimeStamp): Removed. |
185 |
|
|
186 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
187 |
|
longer in use). |
188 |
|
|
189 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
192 |
|
|
193 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
196 |
|
properties added to properties. |
197 |
|
|
198 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* Makefile: Rules renewaled. |
201 |
|
|
202 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
205 |
|
|
206 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DOMMain.dis (DOMImplementationRegistry, |
209 |
|
DOMImplementationRegistryVar): New. |
210 |
|
|
211 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
212 |
|
DOMImplementationRegistryVar): Removed. |
213 |
|
(ImplementationRegistry): New class. |
214 |
|
|
215 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* DOMFeature.dis: New module. |
218 |
|
|
219 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
220 |
|
|
221 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
222 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
223 |
|
but datatypes. |
224 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
225 |
|
are subtypes rather than aliases of their "real" type in IDL. |
226 |
|
|
227 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
228 |
|
New interfaces and classes. |
229 |
|
|
230 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
233 |
|
property of the new Text node. |
234 |
|
|
235 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* Makefile: Loads "NaturalLanguage.dis". |
238 |
|
|
239 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
242 |
|
to the root element created by the method. (It was forgotten!!) |
243 |
|
|
244 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
247 |
|
in the code of removing the newChild from the previous |
248 |
|
parent of that node is fixed. |
249 |
|
|
250 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
253 |
|
namespace prefix of element type if it is not declared |
254 |
|
but not used else. A shift is replaced by pop:). |
255 |
|
|
256 |
|
* DOMCore.dis (getFeature): The getFeature method |
257 |
|
for Node-derived classes implemented. |
258 |
|
* DOMXML.dis (getFeature): Ditto. |
259 |
|
|
260 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
263 |
|
if a document node has no document element node but |
264 |
|
has support for the "HTML" feature. |
265 |
|
|
266 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
269 |
|
typo fixed. |
270 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
271 |
|
so that version specification for "+"'ed feature name does work now. |
272 |
|
|
273 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
276 |
|
removed (now defined in DOMMetaImpl). |
277 |
|
|
278 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
281 |
|
|
282 |
|
* Makefile: Rules for DOMMetaImpl module added. |
283 |
|
|
284 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
287 |
|
|
288 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
291 |
|
is an instance method, not a class method. |
292 |
|
|
293 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
294 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
295 |
|
(Exception-related definitions): Removed (moved to |
296 |
|
"lib/Message/Util/Error/DOMException.dis"). |
297 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
298 |
|
to DISLang). |
299 |
|
|
300 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
303 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
304 |
|
"lib/Message/Util/ManakaiNode.dis"). |
305 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
306 |
|
"lib/manakai/DISCore.dis"). |
307 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
308 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
309 |
|
"lib/manakai/DISLang.dis"). |
310 |
|
|
311 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
314 |
|
DISPerl module). |
315 |
|
|
316 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
317 |
|
|
318 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
319 |
|
|
320 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
323 |
|
XML document. |
324 |
|
|
325 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
328 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
329 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
330 |
|
(Checking XML name legallity): Fix true or false mistakes. |
331 |
|
(destroy, importTree, orphanate): Rewritten. |
332 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
333 |
|
(TreeCore:urefnode property): Removed since not used. |
334 |
|
|
335 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
336 |
|
|
337 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
340 |
|
|
341 |
|
* DOMViews.dis: Documentation for properties are added. |
342 |
|
|
343 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
344 |
|
|
345 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
346 |
|
|
347 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
348 |
|
|
349 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
352 |
|
|
353 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
356 |
|
|
357 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* .cvsignore: Ignore pod files. |
360 |
|
|
361 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
364 |
|
|
365 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
366 |
|
be DOMString->length. |
367 |
|
|
368 |
|
* DOMCore.dis (Element.getElementsByTagName, |
369 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
370 |
|
Node.getElementsByTagNameNS): Implemented. |
371 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
372 |
|
Check whether defined. |
373 |
|
|
374 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* DOMWebForms.dis: New module. |
377 |
|
|
378 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
380 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
381 |
|
DOMHTML.dis: New modules. |
382 |
|
|
383 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
386 |
|
|
387 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
390 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
391 |
|
|
392 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* DOMEvents.dis: New module. |
395 |
|
|
396 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
397 |
|
node reference. |
398 |
|
|
399 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
400 |
|
to '$self' for correct error reporting and not to leak memory. |
401 |
|
|
402 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
403 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
404 |
|
|
405 |
|
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
408 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
409 |
|
|
410 |
|
* dis2pm.pl: Functions to create perl/pod structures |
411 |
|
are moved to ../../bin/genlib.pl. |
412 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
413 |
|
character of a paragraph. |
414 |
|
|
415 |
|
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
416 |
|
Set ownerDocument as parent if parent.ownerDocument is null. |
417 |
|
|
418 |
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
419 |
|
|
420 |
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
422 |
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
423 |
|
of ManakaiDOMMain interfaces. |
424 |
|
|
425 |
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
426 |
|
|
427 |
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
428 |
|
prefix is null. |
429 |
|
|
430 |
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
431 |
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
432 |
|
and DOM3. |
433 |
|
|
434 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |