1 |
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DOMCore.dis (setAttrValueNS): New code. |
4 |
|
5 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* DOMCore.dis: Don't set "infoset:prefix" internal |
8 |
property unless it has non-null value. |
9 |
(newObject): "refNode" parameter introduced. |
10 |
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
11 |
method if "refNode" parameter is specified. |
12 |
(cloneNode): Don't set "read-only" flag. |
13 |
(getNodeReference): Caches the result. |
14 |
(selectAttributeNodeForRemove): Don't removes any other |
15 |
non-namespace-aware attribute nodes. |
16 |
|
17 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
20 |
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
21 |
(doStrictErrorChecking): New code. |
22 |
|
23 |
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
24 |
supported. |
25 |
|
26 |
* Makefile: Rule to make "DOMFeature.pm" restored. |
27 |
|
28 |
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
31 |
(adoptNode): Implemented. |
32 |
|
33 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
36 |
|
37 |
* DOMFeature.dis (DOMCore:implementation): Short name added. |
38 |
|
39 |
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
40 |
(DOMCore:node): New error parameter. |
41 |
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
42 |
to "mn:xrefnode0". For this reason, all assignments |
43 |
to this property have been rewritten to references |
44 |
to code "mn:setXRefNode". |
45 |
(cloneNode): Implemented. |
46 |
(setAttributeNode): A missing "importTree" method call added. |
47 |
(setAttributeNodeNS): Perl code removed and changed |
48 |
to a reference to "setAttributeNode" method code. |
49 |
|
50 |
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
51 |
property to "mn:xrefnode0" property. |
52 |
|
53 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
56 |
in interfaces. |
57 |
|
58 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
61 |
(ManakaiDOMCharacterData): Methods reimplemented. |
62 |
(splitText): Reimplemented. |
63 |
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
64 |
for non-parent node types. |
65 |
|
66 |
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
67 |
for non-parent node types. |
68 |
|
69 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* ManakaiDOMLS2003.dis: Revised to new format. |
72 |
|
73 |
* GenericLS.dis (DOMLS:ParseString): New feature. |
74 |
|
75 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* DOMFeature.dis: Description added and revised. (Still more |
78 |
work required.) |
79 |
|
80 |
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* DOMMain.dis (DOMString): The "idl:perl" attribute |
83 |
value has been changed from "DISPerl:String" |
84 |
to "DISPerl:CharacterString" to clarify its semantics. |
85 |
|
86 |
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
89 |
type properties added. |
90 |
|
91 |
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
92 |
type properties added. |
93 |
|
94 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
95 |
|
96 |
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
97 |
properties added. |
98 |
|
99 |
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* DOMFeature.dis: Documentation added (still work in progress). |
102 |
(MIString): New type. |
103 |
|
104 |
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
105 |
URI value, not a reference to it. |
106 |
|
107 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
110 |
names where possible. |
111 |
|
112 |
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
113 |
added (still work in progress). |
114 |
|
115 |
* Makefile (feature.dae, feature-spec.dae): New rules. |
116 |
|
117 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* DOMCore.dis (DOMCore:nodeProp): New property. |
120 |
|
121 |
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
122 |
is removed. |
123 |
|
124 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
127 |
|
128 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
129 |
|
130 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
131 |
(DAEM_SUFFIX): New. |
132 |
|
133 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
136 |
and "ManakaiDOM:ManakaiDOM2". |
137 |
|
138 |
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
139 |
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
140 |
instead of disPerl:Q for internal property hash keys. |
141 |
|
142 |
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
143 |
definitions added. |
144 |
|
145 |
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
146 |
New resources. |
147 |
|
148 |
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
149 |
resources. |
150 |
|
151 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
152 |
|
153 |
* GenericLS.dis, SimpleLS.dis: New modules separated |
154 |
from DOMLS.dis. |
155 |
|
156 |
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
157 |
moved from DOMMain to DOMFeature. Now DOMFeature |
158 |
has no dependency on DOMMain. |
159 |
|
160 |
* DOMFeature.dis (DEBUG): New variable. |
161 |
|
162 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
163 |
|
164 |
* Makefile: DAC_SUFFIX changed to ".dad". |
165 |
|
166 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
169 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
170 |
|
171 |
* DOMMain.pm (StringExtend): Code portions of raising |
172 |
StringOutOfBoundsException is temporary disabled since |
173 |
it is not a DOM-style exception supported by |
174 |
current implementation of ManakaiNode - it will be |
175 |
recovered in later revision. |
176 |
|
177 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* DOMFeature.pm: Debug output code copied |
180 |
from Attic/DOMMetaImpl.pm (Should these code incorporated |
181 |
to source dis file?). |
182 |
|
183 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
186 |
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
187 |
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
188 |
(ManakaiDOMTimeStamp): Removed. |
189 |
|
190 |
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
191 |
longer in use). |
192 |
|
193 |
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* DOMMain.dis (StringOutOfBoundsException): New exception. |
196 |
|
197 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
198 |
|
199 |
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
200 |
properties added to properties. |
201 |
|
202 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
203 |
|
204 |
* Makefile: Rules renewaled. |
205 |
|
206 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
207 |
|
208 |
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
209 |
|
210 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
211 |
|
212 |
* DOMMain.dis (DOMImplementationRegistry, |
213 |
DOMImplementationRegistryVar): New. |
214 |
|
215 |
* DOMFeature.dis (DOMImplementationRegistry, |
216 |
DOMImplementationRegistryVar): Removed. |
217 |
(ImplementationRegistry): New class. |
218 |
|
219 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
220 |
|
221 |
* DOMFeature.dis: New module. |
222 |
|
223 |
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
224 |
|
225 |
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
226 |
(DOMString, DOMTimeStamp): Now they are not interfaces |
227 |
but datatypes. |
228 |
(DOMUserData, DOMObject, DOMUserData): Now they |
229 |
are subtypes rather than aliases of their "real" type in IDL. |
230 |
|
231 |
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
232 |
New interfaces and classes. |
233 |
|
234 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
235 |
|
236 |
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
237 |
property of the new Text node. |
238 |
|
239 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
240 |
|
241 |
* Makefile: Loads "NaturalLanguage.dis". |
242 |
|
243 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
244 |
|
245 |
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
246 |
to the root element created by the method. (It was forgotten!!) |
247 |
|
248 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
249 |
|
250 |
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
251 |
in the code of removing the newChild from the previous |
252 |
parent of that node is fixed. |
253 |
|
254 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
255 |
|
256 |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
257 |
namespace prefix of element type if it is not declared |
258 |
but not used else. A shift is replaced by pop:). |
259 |
|
260 |
* DOMCore.dis (getFeature): The getFeature method |
261 |
for Node-derived classes implemented. |
262 |
* DOMXML.dis (getFeature): Ditto. |
263 |
|
264 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
265 |
|
266 |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
267 |
if a document node has no document element node but |
268 |
has support for the "HTML" feature. |
269 |
|
270 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
271 |
|
272 |
* DOMMetaImpl.dis (features input normalizer): Variable name |
273 |
typo fixed. |
274 |
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
275 |
so that version specification for "+"'ed feature name does work now. |
276 |
|
277 |
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
280 |
removed (now defined in DOMMetaImpl). |
281 |
|
282 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
283 |
|
284 |
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
285 |
|
286 |
* Makefile: Rules for DOMMetaImpl module added. |
287 |
|
288 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
291 |
|
292 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
293 |
|
294 |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
295 |
is an instance method, not a class method. |
296 |
|
297 |
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
298 |
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
299 |
(Exception-related definitions): Removed (moved to |
300 |
"lib/Message/Util/Error/DOMException.dis"). |
301 |
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
302 |
to DISLang). |
303 |
|
304 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
305 |
|
306 |
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
307 |
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
308 |
"lib/Message/Util/ManakaiNode.dis"). |
309 |
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
310 |
"lib/manakai/DISCore.dis"). |
311 |
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
312 |
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
313 |
"lib/manakai/DISLang.dis"). |
314 |
|
315 |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
316 |
|
317 |
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
318 |
DISPerl module). |
319 |
|
320 |
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
321 |
|
322 |
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
323 |
|
324 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
325 |
|
326 |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
327 |
XML document. |
328 |
|
329 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
332 |
(IntMethod[isExternallyReferred]): Rewritten. |
333 |
(IntMethod[isExternallyReferredDownward]): Removed. |
334 |
(Checking XML name legallity): Fix true or false mistakes. |
335 |
(destroy, importTree, orphanate): Rewritten. |
336 |
(destroyDownward, changeTreeIDDownward): Removed. |
337 |
(TreeCore:urefnode property): Removed since not used. |
338 |
|
339 |
* DOMCore.dis: Tying array for NodeList implemented. |
340 |
|
341 |
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
342 |
|
343 |
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
344 |
|
345 |
* DOMViews.dis: Documentation for properties are added. |
346 |
|
347 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
348 |
|
349 |
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
350 |
|
351 |
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
352 |
|
353 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
354 |
|
355 |
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
356 |
|
357 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
358 |
|
359 |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
360 |
|
361 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
362 |
|
363 |
* .cvsignore: Ignore pod files. |
364 |
|
365 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
366 |
|
367 |
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
368 |
|
369 |
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
370 |
be DOMString->length. |
371 |
|
372 |
* DOMCore.dis (Element.getElementsByTagName, |
373 |
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
374 |
Node.getElementsByTagNameNS): Implemented. |
375 |
(Element.getAttributeNode, Element.getAttributeNodeNS): |
376 |
Check whether defined. |
377 |
|
378 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
379 |
|
380 |
* DOMWebForms.dis: New module. |
381 |
|
382 |
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
383 |
|
384 |
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
385 |
DOMHTML.dis: New modules. |
386 |
|
387 |
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
388 |
|
389 |
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
390 |
|
391 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
392 |
|
393 |
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
394 |
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
395 |
|
396 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
397 |
|
398 |
* DOMEvents.dis: New module. |
399 |
|
400 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
401 |
node reference. |
402 |
|
403 |
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
404 |
to '$self' for correct error reporting and not to leak memory. |
405 |
|
406 |
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
407 |
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
408 |
|
409 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
410 |
|
411 |
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
412 |
* ManakaiDOMCore.dis (ConfigParam): Removed. |
413 |
|
414 |
* dis2pm.pl: Functions to create perl/pod structures |
415 |
are moved to ../../bin/genlib.pl. |
416 |
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
417 |
character of a paragraph. |
418 |
|
419 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
420 |
Set ownerDocument as parent if parent.ownerDocument is null. |
421 |
|
422 |
* dis2pm.pl (dis2perl): Report if DIS code has value. |
423 |
|
424 |
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
425 |
|
426 |
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
427 |
of ManakaiDOMMain interfaces. |
428 |
|
429 |
* DOMCore.dis (Node.childNodes): Typo fixed. |
430 |
|
431 |
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
432 |
prefix is null. |
433 |
|
434 |
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
435 |
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
436 |
and DOM3. |
437 |
|
438 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
439 |
|
440 |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
441 |
element type 'FILE' added. |
442 |
|
443 |
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
444 |
ManakaiDOMException, ManakaiDOMWarning): New classes. |
445 |
(ManakaiDOMObject/___report_error): Implemented. |
446 |
|
447 |
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
448 |
|
449 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
450 |
|
451 |
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
452 |
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
453 |
|
454 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
455 |
|
456 |
* .cvsignore: New file. |
457 |
|
458 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
459 |
|
460 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
461 |
|
462 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
463 |
license. |
464 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
465 |
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
466 |
(perl_name): Die if uninitialized value. |
467 |
(constgroup2perl): Support constant group without machine-name. |
468 |
(pod_item): Die if uninitialized value. |
469 |
(qname_label): Don't output default prefix. |
470 |
|
471 |
* idl2dis.pl: Output module name and prefix as 'BindingName' |
472 |
and 'FileName'. |
473 |
|
474 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
475 |
|
476 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
477 |
|
478 |
* idl2dis.pl (type, raise): Prepend namespace prefix if |
479 |
type is 'DOMString' or 'DOMException' and it is not defined. |
480 |
(MAIN): Make empty 'Return' element even if return |
481 |
value is void. |
482 |
(supply_incase): New. |
483 |
(const): Use 'FullName' in favor of 'Description' if the name of |
484 |
the const group is not a machine-friendly name. |
485 |
|
486 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
487 |
|
488 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
489 |
|
490 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
491 |
|
492 |
* dis2pm.pl: Generate TODO list. |
493 |
(method2perl): Use "dis". |
494 |
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
495 |
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
496 |
|
497 |
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
498 |
warning code. |
499 |
|
500 |
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
501 |
method or attribute(set) does not return a value. |
502 |
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
503 |
parameter. |
504 |
|
505 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
506 |
|
507 |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
508 |
(param2poditem): New. |
509 |
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
510 |
(perl_builtin_code): More developer-friendly error report. |
511 |
(perl_code): New 'REQUIRE' statement added. |
512 |
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
513 |
(get_value_literal): Default for unknown type is now 'undef'. |
514 |
|
515 |
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
516 |
|
517 |
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
518 |
'XMLVersion' added. |
519 |
|
520 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
521 |
|
522 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
523 |
even if it is 'ReMethod' and 'ReAttr' element. |
524 |
|
525 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
526 |
|
527 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
528 |
(get_redef_description): New function. |
529 |
(get_isa_description): New function. |
530 |
(disdoc2pod, disdoc2text): New. |
531 |
(get_description): DISDOC support. |
532 |
(valid_err, valid_err): New option 'node' implemented. |
533 |
|
534 |
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
535 |
|
536 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
537 |
|
538 |
* dis2pm.pl (condition_match): Report error if the condition |
539 |
not defined. |
540 |
|
541 |
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
542 |
|
543 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
544 |
introduced. |
545 |
(constgroup2perl): Define is-a relationship between group |
546 |
Name and its Type. |
547 |
(constgroup2perl): "IsBitMask" attribute introduced. |
548 |
|
549 |
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
550 |
|
551 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
552 |
unsigned-short added. |
553 |
(perl_code): Die if uninitialized value is given. |
554 |
(is_all_implemented): New function. |
555 |
|
556 |
* ManakaiDOMXML.dis: New module. |
557 |
|
558 |
* ManakaiDOMCore.dis: New module. |
559 |
|
560 |
* dis2pm.pl (dis2perl): 'Overridden' added. |
561 |
|
562 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
563 |
|
564 |
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
565 |
(ManakaiDOMNodeObject->orphanate): New internal method. |
566 |
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
567 |
of internal methods are now qualified by the package name. |
568 |
|
569 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
570 |
|
571 |
* DOMMain.dis: 'SpecLevel' attribute added. |
572 |
|
573 |
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
574 |
|
575 |
* dis2pm.pl (get_level_description): Attribute name to see is |
576 |
changed from 'Level' to 'SpecLevel' |
577 |
(const2perl): Don't hardlink constant not to be warned |
578 |
by perl -w. |
579 |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
580 |
perl -w. |
581 |
(get_internal_code): Support of lang:dis. |
582 |
|
583 |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
584 |
|
585 |
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
586 |
Separeted from "DOMString". |
587 |
(if2perl, attr2perl): Don't cast to DOMString. |
588 |
|
589 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
590 |
|
591 |
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
592 |
(perl_if): Don't indent if preprocessing direction found. |
593 |
(perl_code_source): Add \n before the #line directive. |
594 |
|
595 |
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
596 |
|
597 |
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
598 |
attribute. |
599 |
(perl_code): __SUPER{name}__ syntax implemented. |
600 |
|
601 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
602 |
|
603 |
* dis2pm.pl (dis2perl): New. |
604 |
|
605 |
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
606 |
|
607 |
* dis2pm.pl (get_warning_perl_code): New. |
608 |
|
609 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
610 |
|
611 |
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
612 |
(ManakaiDOMNamespaceURI): New DataType. |
613 |
|
614 |
* DOMCore.dis: Most part of DOMImplementation interface is |
615 |
implemented. |
616 |
|
617 |
* dis2pm.pl (method2perl): Description for returned value |
618 |
is changed to be grouped. |
619 |
(get_value_literal): Don't quote "null" even if it is a DOMString. |
620 |
(perl_exception): Don't output terminating semicolon. |
621 |
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
622 |
supported. |
623 |
|
624 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
625 |
|
626 |
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
627 |
implemented. |
628 |
|
629 |
* idl2dis.pl (type): Don't output Require element for |
630 |
DOMMain module (now it is implicitly required by default). |
631 |
|
632 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
633 |
|
634 |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
635 |
|
636 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
637 |
|
638 |
* dis2pm.pl (const2perl, constgroup2perl): New. |
639 |
|
640 |
* idl2dis.pl (idlna): New. |
641 |
|
642 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
643 |
|
644 |
* dis2pm.pl: Versioned implementation of "IF" supported (see |
645 |
also Manakai Development Memo : 2004-08-29 |
646 |
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
647 |
|
648 |
* idl2dis.pl (register_required_module): ISA is now |
649 |
converted to elements, not a list attribute. |
650 |
|
651 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
652 |
|
653 |
* idl2dis.pl (register_required_module): Top-level element type |
654 |
name "Type" and "TypeAlias" changed to "DataType" and |
655 |
"DataTypeAlias". |
656 |
|
657 |
* dis2pm.pl (perl_code_source): New function. |
658 |
|
659 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
660 |
|
661 |
* ChangeLog: New file. |
662 |
|
663 |
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
664 |
New files (Moved from ../Markup/XML/DOM/). |
665 |
|
666 |
|