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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.83

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24