/[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.42 - (hide annotations) (download)
Wed Jan 5 12:19:38 2005 UTC (19 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +18 -0 lines
Assertion in dis perl code implemented; DISPerl:raiseException implemented; Scripts updated for new dis format; NodeList perl array representation implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24