/[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.29 - (hide annotations) (download)
Sun Oct 10 06:11:56 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.28: +6 -0 lines
SubTypes for NOT_SUPPORTED_ERR added; #pi and #section to DOM Node convertion supported

1 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
4     node reference.
5    
6     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
7     to '$self' for correct error reporting and not to leak memory.
8    
9 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
10     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
11    
12 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
13    
14 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
15     * ManakaiDOMCore.dis (ConfigParam): Removed.
16    
17 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
18     are moved to ../../bin/genlib.pl.
19 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
20     character of a paragraph.
21 wakaba 1.27
22 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
23     Set ownerDocument as parent if parent.ownerDocument is null.
24    
25     * dis2pm.pl (dis2perl): Report if DIS code has value.
26    
27     2004-10-06 Wakaba <wakaba@suika.fam.cx>
28    
29     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
30     of ManakaiDOMMain interfaces.
31    
32     * DOMCore.dis (Node.childNodes): Typo fixed.
33    
34     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
35     prefix is null.
36    
37     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
38     (Condition): Don't generate condition inheritance for DOM1, DOM2
39     and DOM3.
40    
41 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
42    
43     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
44     element type 'FILE' added.
45    
46     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
47     ManakaiDOMException, ManakaiDOMWarning): New classes.
48     (ManakaiDOMObject/___report_error): Implemented.
49    
50     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
51    
52 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
53    
54     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
55     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
56    
57     2004-09-27 Wakaba <wakaba@suika.fam.cx>
58    
59     * .cvsignore: New file.
60    
61 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
62    
63 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
64    
65 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
66     license.
67 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
68     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
69     (perl_name): Die if uninitialized value.
70     (constgroup2perl): Support constant group without machine-name.
71     (pod_item): Die if uninitialized value.
72     (qname_label): Don't output default prefix.
73 wakaba 1.22
74     * idl2dis.pl: Output module name and prefix as 'BindingName'
75     and 'FileName'.
76    
77 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
78    
79 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
80    
81     * idl2dis.pl (type, raise): Prepend namespace prefix if
82     type is 'DOMString' or 'DOMException' and it is not defined.
83     (MAIN): Make empty 'Return' element even if return
84     value is void.
85     (supply_incase): New.
86     (const): Use 'FullName' in favor of 'Description' if the name of
87     the const group is not a machine-friendly name.
88    
89     2004-09-26 Wakaba <wakaba@suika.fam.cx>
90    
91 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
92    
93 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
94    
95     * dis2pm.pl: Generate TODO list.
96     (method2perl): Use "dis".
97     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
98     (perl_builtin_code): New code 'isRelativeDOMURI' added.
99    
100     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
101     warning code.
102    
103     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
104     method or attribute(set) does not return a value.
105     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
106     parameter.
107    
108 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
109    
110     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
111     (param2poditem): New.
112     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
113     (perl_builtin_code): More developer-friendly error report.
114     (perl_code): New 'REQUIRE' statement added.
115     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
116     (get_value_literal): Default for unknown type is now 'undef'.
117    
118     2004-09-22 Wakaba <wakaba@suika.fam.cx>
119    
120     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
121     'XMLVersion' added.
122    
123 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
124    
125 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
126     even if it is 'ReMethod' and 'ReAttr' element.
127    
128     2004-09-20 Wakaba <wakaba@suika.fam.cx>
129    
130 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
131     (get_redef_description): New function.
132     (get_isa_description): New function.
133     (disdoc2pod, disdoc2text): New.
134     (get_description): DISDOC support.
135     (valid_err, valid_err): New option 'node' implemented.
136    
137     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
138    
139 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
140    
141 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
142     not defined.
143    
144     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
145    
146 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
147     introduced.
148 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
149     Name and its Type.
150     (constgroup2perl): "IsBitMask" attribute introduced.
151 wakaba 1.14
152     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
153    
154 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
155     unsigned-short added.
156     (perl_code): Die if uninitialized value is given.
157     (is_all_implemented): New function.
158    
159     * ManakaiDOMXML.dis: New module.
160    
161     * ManakaiDOMCore.dis: New module.
162    
163     * dis2pm.pl (dis2perl): 'Overridden' added.
164    
165 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
166    
167     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
168     (ManakaiDOMNodeObject->orphanate): New internal method.
169     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
170     of internal methods are now qualified by the package name.
171    
172 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
173    
174     * DOMMain.dis: 'SpecLevel' attribute added.
175    
176     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
177    
178     * dis2pm.pl (get_level_description): Attribute name to see is
179     changed from 'Level' to 'SpecLevel'
180     (const2perl): Don't hardlink constant not to be warned
181     by perl -w.
182     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
183     perl -w.
184 wakaba 1.12 (get_internal_code): Support of lang:dis.
185 wakaba 1.11
186     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
187    
188     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
189     Separeted from "DOMString".
190     (if2perl, attr2perl): Don't cast to DOMString.
191    
192 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
193    
194     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
195     (perl_if): Don't indent if preprocessing direction found.
196     (perl_code_source): Add \n before the #line directive.
197    
198     2004-09-14 Wakaba <wakaba@suika.fam.cx>
199    
200     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
201     attribute.
202     (perl_code): __SUPER{name}__ syntax implemented.
203    
204 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
205    
206     * dis2pm.pl (dis2perl): New.
207    
208     2004-09-12 Wakaba <wakaba@suika.fam.cx>
209    
210     * dis2pm.pl (get_warning_perl_code): New.
211    
212 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
213    
214     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
215     (ManakaiDOMNamespaceURI): New DataType.
216    
217     * DOMCore.dis: Most part of DOMImplementation interface is
218     implemented.
219    
220     * dis2pm.pl (method2perl): Description for returned value
221     is changed to be grouped.
222     (get_value_literal): Don't quote "null" even if it is a DOMString.
223     (perl_exception): Don't output terminating semicolon.
224     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
225     supported.
226    
227 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
228 wakaba 1.8
229     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
230     implemented.
231 wakaba 1.7
232     * idl2dis.pl (type): Don't output Require element for
233     DOMMain module (now it is implicitly required by default).
234    
235 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
236    
237     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
238    
239 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
240    
241     * dis2pm.pl (const2perl, constgroup2perl): New.
242    
243     * idl2dis.pl (idlna): New.
244    
245 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
246    
247     * dis2pm.pl: Versioned implementation of "IF" supported (see
248     also Manakai Development Memo : 2004-08-29
249     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
250    
251     * idl2dis.pl (register_required_module): ISA is now
252     converted to elements, not a list attribute.
253    
254 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
255    
256 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
257     name "Type" and "TypeAlias" changed to "DataType" and
258     "DataTypeAlias".
259    
260 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
261    
262 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
263    
264     * ChangeLog: New file.
265    
266     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
267     New files (Moved from ../Markup/XML/DOM/).
268    
269    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24