/[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.6 by wakaba, Wed Sep 1 09:15:12 2004 UTC revision 1.24 by wakaba, Wed Sep 29 12:39:32 2004 UTC
# Line 1  Line 1 
1    2004-09-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
4            New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
5            
6    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
7    
8            * .cvsignore: New file.
9    
10    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMLS.dis, ManakaiDOMLS2003: New file.
13    
14            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
15            license.
16            (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
17            'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
18            (perl_name): Die if uninitialized value.
19            (constgroup2perl): Support constant group without machine-name.
20            (pod_item): Die if uninitialized value.
21            (qname_label): Don't output default prefix.
22    
23            * idl2dis.pl: Output module name and prefix as 'BindingName'
24            and 'FileName'.
25    
26    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
27    
28            * dis2pm.pl (constgroup2perl): Capitalize name.
29    
30            * idl2dis.pl (type, raise): Prepend namespace prefix if
31            type is 'DOMString' or 'DOMException' and it is not defined.
32            (MAIN): Make empty 'Return' element even if return
33            value is void.
34            (supply_incase): New.
35            (const): Use 'FullName' in favor of 'Description' if the name of
36            the const group is not a machine-friendly name.
37    
38    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
39            
40            * dis2pm.pl (get_incase_label): Error if label is undef.
41    
42    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
43    
44            * dis2pm.pl: Generate TODO list.
45            (method2perl): Use "dis".
46            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
47            (perl_builtin_code): New code 'isRelativeDOMURI' added.
48    
49            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
50            warning code.
51    
52            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
53            method or attribute(set) does not return a value.
54            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
55            parameter.
56    
57    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
58    
59            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
60            (param2poditem): New.
61            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
62            (perl_builtin_code): More developer-friendly error report.
63            (perl_code): New 'REQUIRE' statement added.
64            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
65            (get_value_literal): Default for unknown type is now 'undef'.
66    
67    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
68    
69            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
70            'XMLVersion' added.
71    
72    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
73    
74            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
75            even if it is 'ReMethod' and 'ReAttr' element.
76    
77    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * dis2pm.pl (type_label): New option 'is_pod' implemented.
80            (get_redef_description): New function.
81            (get_isa_description): New function.
82            (disdoc2pod, disdoc2text): New.
83            (get_description): DISDOC support.
84            (valid_err, valid_err): New option 'node' implemented.
85    
86            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
87    
88    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
89    
90            * dis2pm.pl (condition_match): Report error if the condition
91            not defined.
92    
93            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
94    
95            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
96            introduced.
97            (constgroup2perl): Define is-a relationship between group
98            Name and its Type.
99            (constgroup2perl): "IsBitMask" attribute introduced.
100    
101            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
102    
103            * dis2pm.pl (type_label): Type label for unsigned-long and
104            unsigned-short added.
105            (perl_code): Die if uninitialized value is given.
106            (is_all_implemented): New function.
107    
108            * ManakaiDOMXML.dis: New module.
109    
110            * ManakaiDOMCore.dis: New module.
111    
112            * dis2pm.pl (dis2perl): 'Overridden' added.
113    
114    2004-09-18  Wakaba  <wakaba@suika.fam.cx>
115    
116            * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
117            (ManakaiDOMNodeObject->orphanate): New internal method.
118            (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
119            of internal methods are now qualified by the package name.
120    
121    2004-09-17  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMMain.dis: 'SpecLevel' attribute added.
124    
125            * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
126    
127            * dis2pm.pl (get_level_description): Attribute name to see is
128            changed from 'Level' to 'SpecLevel'
129            (const2perl): Don't hardlink constant not to be warned
130            by perl -w.
131            (ops2perl): Declare subroutine 'DESTROY' not to be warned by
132            perl -w.
133            (get_internal_code): Support of lang:dis.
134    
135            * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
136    
137            * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
138            Separeted from "DOMString".
139            (if2perl, attr2perl): Don't cast to DOMString.
140    
141    2004-09-15  Wakaba  <wakaba@suika.fam.cx>
142    
143            * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
144            (perl_if): Don't indent if preprocessing direction found.
145            (perl_code_source): Add \n before the #line directive.
146    
147    2004-09-14  Wakaba  <wakaba@suika.fam.cx>
148    
149            * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
150            attribute.
151            (perl_code): __SUPER{name}__ syntax implemented.
152    
153    2004-09-13  Wakaba  <wakaba@suika.fam.cx>
154    
155            * dis2pm.pl (dis2perl): New.
156    
157    2004-09-12  Wakaba  <wakaba@suika.fam.cx>
158    
159            * dis2pm.pl (get_warning_perl_code): New.
160    
161    2004-09-10  Wakaba  <wakaba@suika.fam.cx>
162    
163            * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
164            (ManakaiDOMNamespaceURI): New DataType.
165    
166            * DOMCore.dis: Most part of DOMImplementation interface is
167            implemented.
168    
169            * dis2pm.pl (method2perl): Description for returned value
170            is changed to be grouped.
171            (get_value_literal): Don't quote "null" even if it is a DOMString.
172            (perl_exception): Don't output terminating semicolon.
173            (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
174            supported.
175    
176    2004-09-09  Wakaba  <wakaba@suika.fam.cx>
177    
178            * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
179            implemented.
180    
181            * idl2dis.pl (type): Don't output Require element for
182            DOMMain module (now it is implicitly required by default).
183    
184  2004-09-01  Wakaba  <wakaba@suika.fam.cx>  2004-09-01  Wakaba  <wakaba@suika.fam.cx>
185    
186          * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.          * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.24

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24