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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.82

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24