/[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.67 - (hide annotations) (download)
Tue Sep 27 05:30:36 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.66: +4 -0 lines
++ manakai/lib/Message/Util/ChangeLog	27 Sep 2005 05:29:27 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (ManakaiNodeStem): Use per-class
	variable for searching noderel properties instead
	of per-node properties.

++ manakai/lib/Message/DOM/ChangeLog	27 Sep 2005 05:27:35 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMCore:nodeProp): New property.

++ manakai/lib/manakai/ChangeLog	27 Sep 2005 05:30:27 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis (dxm:nodeTypeName): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24