/[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.43 - (hide annotations) (download)
Thu Jan 6 10:41:31 2005 UTC (19 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +5 -0 lines
DOM test improved; Node.normalize() implemented; DOMMain:ManakaiDOMExceptionIF interface added; DOMCore:ManakaiDOMErrorHandler added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24