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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.88

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24