/[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.57 - (hide annotations) (download)
Fri Sep 9 04:26:04 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +17 -0 lines
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode

1 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile: Rules renewaled.
4    
5     2005-09-07 Wakaba <wakaba@suika.fam.cx>
6    
7     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
8    
9     2005-09-05 Wakaba <wakaba@suika.fam.cx>
10    
11     * DOMMain.dis (DOMImplementationRegistry,
12     DOMImplementationRegistryVar): New.
13    
14     * DOMFeature.dis (DOMImplementationRegistry,
15     DOMImplementationRegistryVar): Removed.
16     (ImplementationRegistry): New class.
17    
18 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
19    
20     * DOMFeature.dis: New module.
21    
22     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
23    
24     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
25     (DOMString, DOMTimeStamp): Now they are not interfaces
26     but datatypes.
27     (DOMUserData, DOMObject, DOMUserData): Now they
28     are subtypes rather than aliases of their "real" type in IDL.
29    
30     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
31     New interfaces and classes.
32    
33 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
34    
35     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
36     property of the new Text node.
37    
38 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
39    
40     * Makefile: Loads "NaturalLanguage.dis".
41    
42     2005-08-26 Wakaba <wakaba@suika.fam.cx>
43    
44     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
45     to the root element created by the method. (It was forgotten!!)
46    
47 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
48    
49     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
50     in the code of removing the newChild from the previous
51     parent of that node is fixed.
52    
53 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
54    
55     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
56     namespace prefix of element type if it is not declared
57     but not used else. A shift is replaced by pop:).
58    
59     * DOMCore.dis (getFeature): The getFeature method
60     for Node-derived classes implemented.
61     * DOMXML.dis (getFeature): Ditto.
62    
63 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
64    
65     * DOMCore.dis (getNodeReference): Use HTMLDocument class
66     if a document node has no document element node but
67     has support for the "HTML" feature.
68    
69 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
70    
71     * DOMMetaImpl.dis (features input normalizer): Variable name
72     typo fixed.
73     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
74     so that version specification for "+"'ed feature name does work now.
75    
76 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
77    
78     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
79     removed (now defined in DOMMetaImpl).
80    
81 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
82    
83     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
84    
85     * Makefile: Rules for DOMMetaImpl module added.
86    
87 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
88    
89     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
90    
91 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
92    
93 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
94     is an instance method, not a class method.
95    
96 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
97     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
98     (Exception-related definitions): Removed (moved to
99     "lib/Message/Util/Error/DOMException.dis").
100     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
101     to DISLang).
102    
103     2005-02-17 Wakaba <wakaba@suika.fam.cx>
104    
105     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
106     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
107     "lib/Message/Util/ManakaiNode.dis").
108     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
109     "lib/manakai/DISCore.dis").
110     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
111     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
112     "lib/manakai/DISLang.dis").
113    
114     2005-02-16 Wakaba <wakaba@suika.fam.cx>
115    
116     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
117     DISPerl module).
118    
119 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
120    
121     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
122    
123 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
124    
125     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
126     XML document.
127    
128 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
129    
130     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
131     (IntMethod[isExternallyReferred]): Rewritten.
132     (IntMethod[isExternallyReferredDownward]): Removed.
133     (Checking XML name legallity): Fix true or false mistakes.
134     (destroy, importTree, orphanate): Rewritten.
135     (destroyDownward, changeTreeIDDownward): Removed.
136     (TreeCore:urefnode property): Removed since not used.
137    
138     * DOMCore.dis: Tying array for NodeList implemented.
139    
140     2005-01-02 Wakaba <wakaba@suika.fam.cx>
141    
142     * DOMHTML.dis (HTMLDOMImplementation): New interface.
143    
144     * DOMViews.dis: Documentation for properties are added.
145    
146 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
147    
148 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
149    
150 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
151    
152 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
153    
154     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
155    
156 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
157    
158     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
159    
160 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
161    
162     * .cvsignore: Ignore pod files.
163    
164 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
165    
166     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
167    
168     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
169     be DOMString->length.
170    
171     * DOMCore.dis (Element.getElementsByTagName,
172     Node.getElementsByTagName, Element.getElementsByTagNameNS,
173     Node.getElementsByTagNameNS): Implemented.
174     (Element.getAttributeNode, Element.getAttributeNodeNS):
175     Check whether defined.
176    
177 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
178    
179     * DOMWebForms.dis: New module.
180    
181 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
182    
183 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
184     DOMHTML.dis: New modules.
185 wakaba 1.33
186 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
187    
188     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
189    
190 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
191    
192     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
193 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
194 wakaba 1.30
195 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
196 wakaba 1.30
197     * DOMEvents.dis: New module.
198 wakaba 1.28
199 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
200     node reference.
201    
202     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
203     to '$self' for correct error reporting and not to leak memory.
204    
205 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
206     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
207    
208 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
209    
210 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
211     * ManakaiDOMCore.dis (ConfigParam): Removed.
212    
213 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
214     are moved to ../../bin/genlib.pl.
215 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
216     character of a paragraph.
217 wakaba 1.27
218 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
219     Set ownerDocument as parent if parent.ownerDocument is null.
220    
221     * dis2pm.pl (dis2perl): Report if DIS code has value.
222    
223     2004-10-06 Wakaba <wakaba@suika.fam.cx>
224    
225     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
226     of ManakaiDOMMain interfaces.
227    
228     * DOMCore.dis (Node.childNodes): Typo fixed.
229    
230     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
231     prefix is null.
232    
233     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
234     (Condition): Don't generate condition inheritance for DOM1, DOM2
235     and DOM3.
236    
237 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
238    
239     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
240     element type 'FILE' added.
241    
242     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
243     ManakaiDOMException, ManakaiDOMWarning): New classes.
244     (ManakaiDOMObject/___report_error): Implemented.
245    
246     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
247    
248 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
249    
250     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
251     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
252    
253     2004-09-27 Wakaba <wakaba@suika.fam.cx>
254    
255     * .cvsignore: New file.
256    
257 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
258    
259 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
260    
261 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
262     license.
263 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
264     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
265     (perl_name): Die if uninitialized value.
266     (constgroup2perl): Support constant group without machine-name.
267     (pod_item): Die if uninitialized value.
268     (qname_label): Don't output default prefix.
269 wakaba 1.22
270     * idl2dis.pl: Output module name and prefix as 'BindingName'
271     and 'FileName'.
272    
273 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
274    
275 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
276    
277     * idl2dis.pl (type, raise): Prepend namespace prefix if
278     type is 'DOMString' or 'DOMException' and it is not defined.
279     (MAIN): Make empty 'Return' element even if return
280     value is void.
281     (supply_incase): New.
282     (const): Use 'FullName' in favor of 'Description' if the name of
283     the const group is not a machine-friendly name.
284    
285     2004-09-26 Wakaba <wakaba@suika.fam.cx>
286    
287 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
288    
289 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
290    
291     * dis2pm.pl: Generate TODO list.
292     (method2perl): Use "dis".
293     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
294     (perl_builtin_code): New code 'isRelativeDOMURI' added.
295    
296     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
297     warning code.
298    
299     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
300     method or attribute(set) does not return a value.
301     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
302     parameter.
303    
304 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
305    
306     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
307     (param2poditem): New.
308     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
309     (perl_builtin_code): More developer-friendly error report.
310     (perl_code): New 'REQUIRE' statement added.
311     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
312     (get_value_literal): Default for unknown type is now 'undef'.
313    
314     2004-09-22 Wakaba <wakaba@suika.fam.cx>
315    
316     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
317     'XMLVersion' added.
318    
319 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
320    
321 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
322     even if it is 'ReMethod' and 'ReAttr' element.
323    
324     2004-09-20 Wakaba <wakaba@suika.fam.cx>
325    
326 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
327     (get_redef_description): New function.
328     (get_isa_description): New function.
329     (disdoc2pod, disdoc2text): New.
330     (get_description): DISDOC support.
331     (valid_err, valid_err): New option 'node' implemented.
332    
333     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
334    
335 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
336    
337 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
338     not defined.
339    
340     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
341    
342 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
343     introduced.
344 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
345     Name and its Type.
346     (constgroup2perl): "IsBitMask" attribute introduced.
347 wakaba 1.14
348     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
349    
350 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
351     unsigned-short added.
352     (perl_code): Die if uninitialized value is given.
353     (is_all_implemented): New function.
354    
355     * ManakaiDOMXML.dis: New module.
356    
357     * ManakaiDOMCore.dis: New module.
358    
359     * dis2pm.pl (dis2perl): 'Overridden' added.
360    
361 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
362    
363     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
364     (ManakaiDOMNodeObject->orphanate): New internal method.
365     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
366     of internal methods are now qualified by the package name.
367    
368 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
369    
370     * DOMMain.dis: 'SpecLevel' attribute added.
371    
372     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
373    
374     * dis2pm.pl (get_level_description): Attribute name to see is
375     changed from 'Level' to 'SpecLevel'
376     (const2perl): Don't hardlink constant not to be warned
377     by perl -w.
378     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
379     perl -w.
380 wakaba 1.12 (get_internal_code): Support of lang:dis.
381 wakaba 1.11
382     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
383    
384     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
385     Separeted from "DOMString".
386     (if2perl, attr2perl): Don't cast to DOMString.
387    
388 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
389    
390     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
391     (perl_if): Don't indent if preprocessing direction found.
392     (perl_code_source): Add \n before the #line directive.
393    
394     2004-09-14 Wakaba <wakaba@suika.fam.cx>
395    
396     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
397     attribute.
398     (perl_code): __SUPER{name}__ syntax implemented.
399    
400 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
401    
402     * dis2pm.pl (dis2perl): New.
403    
404     2004-09-12 Wakaba <wakaba@suika.fam.cx>
405    
406     * dis2pm.pl (get_warning_perl_code): New.
407    
408 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
409    
410     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
411     (ManakaiDOMNamespaceURI): New DataType.
412    
413     * DOMCore.dis: Most part of DOMImplementation interface is
414     implemented.
415    
416     * dis2pm.pl (method2perl): Description for returned value
417     is changed to be grouped.
418     (get_value_literal): Don't quote "null" even if it is a DOMString.
419     (perl_exception): Don't output terminating semicolon.
420     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
421     supported.
422    
423 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
424 wakaba 1.8
425     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
426     implemented.
427 wakaba 1.7
428     * idl2dis.pl (type): Don't output Require element for
429     DOMMain module (now it is implicitly required by default).
430    
431 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
432    
433     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
434    
435 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
436    
437     * dis2pm.pl (const2perl, constgroup2perl): New.
438    
439     * idl2dis.pl (idlna): New.
440    
441 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
442    
443     * dis2pm.pl: Versioned implementation of "IF" supported (see
444     also Manakai Development Memo : 2004-08-29
445     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
446    
447     * idl2dis.pl (register_required_module): ISA is now
448     converted to elements, not a list attribute.
449    
450 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
451    
452 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
453     name "Type" and "TypeAlias" changed to "DataType" and
454     "DataTypeAlias".
455    
456 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
457    
458 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
459    
460     * ChangeLog: New file.
461    
462     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
463     New files (Moved from ../Markup/XML/DOM/).
464    
465    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24