/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.24 - (hide annotations) (download)
Wed Sep 29 12:39:32 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.23: +9 -0 lines
Abstract if/method/attr and role implemented

1 wakaba 1.24 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 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
11    
12 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
13    
14 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
15     license.
16 wakaba 1.23 (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 wakaba 1.22
23     * idl2dis.pl: Output module name and prefix as 'BindingName'
24     and 'FileName'.
25    
26 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
27    
28 wakaba 1.21 * 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 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
41    
42 wakaba 1.19 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 wakaba 1.18 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 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
73    
74 wakaba 1.17 * 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 wakaba 1.16 * 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 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
89    
90 wakaba 1.15 * 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 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
96     introduced.
97 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
98     Name and its Type.
99     (constgroup2perl): "IsBitMask" attribute introduced.
100 wakaba 1.14
101     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
102    
103 wakaba 1.13 * 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 wakaba 1.12 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 wakaba 1.11 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 wakaba 1.12 (get_internal_code): Support of lang:dis.
134 wakaba 1.11
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 wakaba 1.10 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 wakaba 1.9 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 wakaba 1.8 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 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
177 wakaba 1.8
178     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
179     implemented.
180 wakaba 1.7
181     * idl2dis.pl (type): Don't output Require element for
182     DOMMain module (now it is implicitly required by default).
183    
184 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
185    
186     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
187    
188 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
189    
190     * dis2pm.pl (const2perl, constgroup2perl): New.
191    
192     * idl2dis.pl (idlna): New.
193    
194 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
195    
196     * dis2pm.pl: Versioned implementation of "IF" supported (see
197     also Manakai Development Memo : 2004-08-29
198     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
199    
200     * idl2dis.pl (register_required_module): ISA is now
201     converted to elements, not a list attribute.
202    
203 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
204    
205 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
206     name "Type" and "TypeAlias" changed to "DataType" and
207     "DataTypeAlias".
208    
209 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
210    
211 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
212    
213     * ChangeLog: New file.
214    
215     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
216     New files (Moved from ../Markup/XML/DOM/).
217    
218    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24