/[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.63 - (show annotations) (download)
Fri Sep 23 18:24:52 2005 UTC (19 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +11 -0 lines
++ manakai/doc/ChangeLog	23 Sep 2005 17:22:30 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Command-line arguments for new modules added.
	(DAC_PREFIX): Changed to ".dad".

++ manakai/bin/ChangeLog	23 Sep 2005 17:21:35 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.

2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl: Fixed to support new dad database implementation.

++ manakai/lib/Message/Util/ChangeLog	23 Sep 2005 17:29:45 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (DISParser.new): New method.
	(hasFeature): Removed.  ManakaiDISAnyResource now
	extends DOMFeature:ManakaiHasFeatureByGetFeature.
	(readProperties): Support for property value data
	types DISLang:MemberRef and dx:XCRef added.
	(ManakaiDISExceptionTarget): It is now an alias
	for dx:ManakaiDefaultExceptionHandler.

++ manakai/lib/Message/Util/Error/ChangeLog	23 Sep 2005 17:41:25 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (dx:raises): Properties dis:dataType
	and dis:multipleProperties added.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Sep 2005 17:40:22 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DISDoc.dis: Modified to support new "dad" implementation.
	(DISElementDISDoc): Removed.
	(DVValueDISDoc): New.
	(documentionGroupId): This attribute values now
	do not include element type names.

	* DNLite.dis (convertDISDocumentToDNLDocument): Fixed
	not to "tie" happens to cause strange segmentation fault.

	* Perl.dis (plCodeFragment): Support for the
	role "dv:ValurRole" added.  Property name "dis:AppName"
	is changed to more specific property names.  Throws
	an exception if an input processor has no Perl code
	definition.  A parameter value to "getPropertyValue"
	was missing.

	* Value.dis (dv:ValueRole): New role.
	(DVValue.getFeature): New method.
	(DVValue): Now extends DOMFeature:ManakaiHasFeatureByGetFeature
	so that it implements DOMFeature:GetFeature.

++ manakai/lib/Message/DOM/ChangeLog	23 Sep 2005 17:24:34 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* GenericLS.dis, SimpleLS.dis: New modules separated
	from DOMLS.dis.

	* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
	moved from DOMMain to DOMFeature.  Now DOMFeature
	has no dependency on DOMMain.

	* DOMFeature.dis (DEBUG): New variable.

++ manakai/lib/manakai/ChangeLog	23 Sep 2005 17:44:24 -0000
2005-09-23  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (dis:Label, dis:FullName): Their "dis:multipleProperties"
	property is fixed to "DISCore:UnorderedList" to allow
	language variants.
	(dis:Author): Marked as obsolete.
	(DISCore:author): New property.
	(DISCore:Wakaba): New resource.

	* DISPerl.dis (DISPerl:name, DISPerl:constName,
	DISPerl:exportTagName, DISPerl:variableName, DISPerl:paramName):
	New properties.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24