/[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.71 - (show annotations) (download)
Sun Oct 2 23:35:32 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.70: +5 -0 lines
++ manakai/bin/ChangeLog	2 Oct 2005 23:24:29 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_document_documentation): Outputs "doc:as"
	properties if available.
	(append_module_documentation): Outputs "dis:AppName"
	and "idl:prefix" attribute if available.
	(append_idl_interface_documentation): Removed (Merged
	to "append_interface_documentation").
	(ReferredResource): Don't set "is_partial" flag
	if ReferredResource value is greater than "1".

++ manakai/lib/Message/Util/ChangeLog	2 Oct 2005 23:27:03 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getAnyResource): New method.
	(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
	(getPropertyResource, getPropertyResourceList): Now
	they uses "getAnyResource" method.
	(getPropertyModuleList): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	2 Oct 2005 23:27:51 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DISDoc.dis (dd:id): Now it is an alias for "dis:ddid" property.

++ manakai/lib/Message/DOM/ChangeLog	2 Oct 2005 23:25:32 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
	properties added.

++ manakai/lib/manakai/ChangeLog	2 Oct 2005 23:34:39 -0000
2005-10-02  Wakaba  <wakaba@suika.fam.cx>

	* DISSource.dis: New module split from "DISCore.dis".

	* DISCore.dis: "dis" resource concept such as "DISCore:Module"
	and "DISCore:Resource" added.
	(DISCore:File): New class.

	* DISLang.dis (DISLang:Array, DISLang:Exception,
	DISLang:Constructor): New classes.
	(DISLang:File): New class.
	(ManakaiDOM:Java, lang:Java): Moved to new "Java.dis" module.

	* Java.dis: New module.

	* DISPerl.dis (DISPerl:File): New class.
	(Package, Module, Class, Interface, Sub, Const, AnyExported): New
	classes.

	* Document.dis (dis:ddid): New property.
	(doc:subsection): New rel.
	(doc:as): New attribute.
	(ManakaiDOM:InCase): Moved from "DISCore.dis".

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24