/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24