/[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.73 - (show annotations) (download)
Wed Oct 5 11:50:35 2005 UTC (19 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.72: +11 -0 lines
++ manakai/doc/ChangeLog	5 Oct 2005 11:43:46 -0000
2005-10-05  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (util.xml): New modules added to option.

++ manakai/bin/ChangeLog	5 Oct 2005 11:43:22 -0000
2005-10-05  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.

2005-10-03  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_module_documentation): Outputs
	any "DISCore:AnyAppName" property value in
	addition to "dis:AppName" values.  Use "dump:ref"
	property if the value is a URI.
	(append_method_documentation): Likewise.
	(append_document_documentation): Likewise.

++ manakai/lib/Message/Util/DIS/ChangeLog	5 Oct 2005 11:46:52 -0000
2005-10-05  Wakaba  <wakaba@suika.fam.cx>

	* DISDoc.dis (parseDISDocInlineText): Allows "^" in
	tag (it is part of lexical type specification and
	it should have been allowed).

++ manakai/lib/Message/DOM/ChangeLog	5 Oct 2005 11:45:44 -0000
2005-10-05  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis: Description added and revised.  (Still more
	work required.)

2005-10-04  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (DOMString): The "idl:perl" attribute
	value has been changed from "DISPerl:String"
	to "DISPerl:CharacterString" to clarify its semantics.

++ manakai/lib/manakai/ChangeLog	5 Oct 2005 11:49:46 -0000
2005-10-04  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (DISCore:AnyAppName): New superproperty
	of "dis:AppName".

	* DISIDL.dis (idl:prefix): It is now a subproperty
	of "DISCore:AnyAppName".
	(idl:unsignedLong): Missing "idl:perl" property added.
	(idl:boundType): New superproperty of "idl:perl" and so on.

	* DISLang.dis (dis:Operator): It is now a subproperty
	of "DISCore:AnyAppName".

	* ECMAScript.dis (js:name, js:typeName): Added.  "js:typeName"
	propery values added to types.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24