/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.75 - (show annotations) (download)
Sat Oct 8 12:05:55 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.74: +5 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	8 Oct 2005 11:57:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Now constant values are only
	defined in interfaces.

++ manakai/lib/Message/Util/ChangeLog	8 Oct 2005 12:00:36 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (getExceptionInterfacePackageNameList,
	addExceptionInterfacePackageName): New methods.
	(ToString): Sorts hash keys where they result in
	the order of statements in result code.

	* Error.pm ($DEBUG): New option variable.
	(___get_error_def): Calls "___error_def" method in second or later "@ISA"
	package even if elder package has "___error_def" method.

	* DIS.dis: Now constant values are only defined
	in interfaces.
	(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.

++ manakai/lib/Message/Util/Error/ChangeLog	8 Oct 2005 12:05:16 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (implementedBy): New property.
	(ErrorCode): New type.
	(ErrorSubCode, Exception): New names.

	* Core.dis (AnyErrorCode, hasParameter, Parameter, propKey): New types
	and properties.  In addition, parameters used in "Error"
	and "Message::Util::Error" modules are added.
	(raises): New property.
	(Error::Simple): Declaration added.

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Oct 2005 12:01:21 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Generates constant
	functions in interface packages.

++ manakai/lib/Message/DOM/ChangeLog	8 Oct 2005 11:56:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMLS.dis: Now constant values are defined only
	in interfaces.

++ manakai/lib/manakai/ChangeLog	8 Oct 2005 12:05:42 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis (ExceptionParameter): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24