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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24