/[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.72 - (hide annotations) (download)
Mon Oct 3 13:20:21 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.71: +8 -0 lines
++ manakai/lib/Message/DOM/ChangeLog	3 Oct 2005 13:11:10 -0000
2005-10-03  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
	type properties added.

	* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
	type properties added.

++ manakai/lib/manakai/ChangeLog	3 Oct 2005 13:19:18 -0000
2005-10-03  Wakaba  <wakaba@suika.fam.cx>

	* DISIDL.dis (idl:valuetypeAs): New property.
	(idl:java, idl:ecmascript, idl:perl): New properties.

	* ECMAScript.dis: New module.

	* DISLang.dis (DISLang:Operation): New name for "DISLang:Operator".
	(ToString, ArrayGet, ArraySet, HashGet, HashSet): New operations.
	(ManakaiDOM:ECMAScript, lang:ECMAScript): Moved to "ECMAScript.dis"
	module.

	* DISPerl.dis (CharacterString, ByteString, VString, Typeglob,
	GLOB, IOHandle, Context, ISA, isClassMethod, isInstanceMethod,
	Constructor, CommonMethod, Attribute, main, CORE,
	CORE_GLOBAL, SUPER): New resources.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24