/[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.82 - (hide annotations) (download)
Sun Oct 16 12:48:43 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.81: +7 -0 lines
++ manakai/lib/Message/DOM/ChangeLog	16 Oct 2005 12:09:57 -0000
	* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
	(ErrDef): Redefined.

	* DOMLS.dis (ErrDef): Redefined.

2005-10-16  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.81 2005-10-16 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.82 * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
4     (ErrDef): Redefined.
5    
6     * DOMLS.dis (ErrDef): Redefined.
7    
8     2005-10-16 Wakaba <wakaba@suika.fam.cx>
9    
10 wakaba 1.81 * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
11    
12 wakaba 1.80 2005-10-15 Wakaba <wakaba@suika.fam.cx>
13    
14     * DOMCore.dis (Require): References "DOMLS.dis" module.
15     (CParam): Definitions for LS module added.
16    
17     * DOMLS.dis (ManakaiDOMLSInput): The input processor
18     is also an output processor now.
19     (ManakaiDOMLSResourceResolver): Implemented.
20     (CParam): Definitions updated.
21    
22     2005-10-14 Wakaba <wakaba@suika.fam.cx>
23    
24     * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
25     NOT_SUPPORTED_CONFIG_VALUE_ERR,
26     INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
27     (DOMConfiguration): Implemented.
28     (CParam): Definitions updated.
29    
30     * DOMMain.dis (DOMURIs): New data type.
31    
32 wakaba 1.79 2005-10-13 Wakaba <wakaba@suika.fam.cx>
33    
34     * DOMCore.dis (setAttrValueNS): New code.
35    
36 wakaba 1.78 2005-10-12 Wakaba <wakaba@suika.fam.cx>
37    
38     * DOMCore.dis: Don't set "infoset:prefix" internal
39     property unless it has non-null value.
40     (newObject): "refNode" parameter introduced.
41     (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
42     method if "refNode" parameter is specified.
43     (cloneNode): Don't set "read-only" flag.
44     (getNodeReference): Caches the result.
45     (selectAttributeNodeForRemove): Don't removes any other
46     non-namespace-aware attribute nodes.
47    
48 wakaba 1.77 2005-10-11 Wakaba <wakaba@suika.fam.cx>
49    
50     * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
51     setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
52     (doStrictErrorChecking): New code.
53    
54     * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
55     supported.
56    
57     * Makefile: Rule to make "DOMFeature.pm" restored.
58    
59     2005-10-10 Wakaba <wakaba@suika.fam.cx>
60    
61     * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
62     (adoptNode): Implemented.
63    
64 wakaba 1.76 2005-10-09 Wakaba <wakaba@suika.fam.cx>
65    
66     * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
67    
68     * DOMFeature.dis (DOMCore:implementation): Short name added.
69    
70     * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
71     (DOMCore:node): New error parameter.
72     (DOMCore:ownerDocument): Changed from "mn:irefnode0"
73     to "mn:xrefnode0". For this reason, all assignments
74     to this property have been rewritten to references
75     to code "mn:setXRefNode".
76     (cloneNode): Implemented.
77     (setAttributeNode): A missing "importTree" method call added.
78     (setAttributeNodeNS): Perl code removed and changed
79     to a reference to "setAttributeNode" method code.
80    
81     * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
82     property to "mn:xrefnode0" property.
83    
84 wakaba 1.75 2005-10-08 Wakaba <wakaba@suika.fam.cx>
85    
86     * DOMCore.dis, DOMLS.dis: Now constant values are defined only
87     in interfaces.
88    
89 wakaba 1.74 2005-10-06 Wakaba <wakaba@suika.fam.cx>
90    
91     * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
92     (ManakaiDOMCharacterData): Methods reimplemented.
93     (splitText): Reimplemented.
94     (childNodes): Returns a "ManakaiDOMEmptyNodeList"
95     for non-parent node types.
96    
97     * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
98     for non-parent node types.
99    
100     2005-10-05 Wakaba <wakaba@suika.fam.cx>
101    
102     * ManakaiDOMLS2003.dis: Revised to new format.
103    
104     * GenericLS.dis (DOMLS:ParseString): New feature.
105    
106 wakaba 1.73 2005-10-05 Wakaba <wakaba@suika.fam.cx>
107    
108     * DOMFeature.dis: Description added and revised. (Still more
109     work required.)
110    
111     2005-10-04 Wakaba <wakaba@suika.fam.cx>
112    
113     * DOMMain.dis (DOMString): The "idl:perl" attribute
114     value has been changed from "DISPerl:String"
115     to "DISPerl:CharacterString" to clarify its semantics.
116    
117 wakaba 1.72 2005-10-03 Wakaba <wakaba@suika.fam.cx>
118    
119     * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
120     type properties added.
121    
122     * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
123     type properties added.
124    
125 wakaba 1.71 2005-10-02 Wakaba <wakaba@suika.fam.cx>
126    
127     * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
128     properties added.
129    
130 wakaba 1.70 2005-10-01 Wakaba <wakaba@suika.fam.cx>
131    
132     * DOMFeature.dis: Documentation added (still work in progress).
133     (MIString): New type.
134    
135     * DOMCore.dis (namespaceURI): Fixed to return the namespace
136     URI value, not a reference to it.
137    
138 wakaba 1.69 2005-09-30 Wakaba <wakaba@suika.fam.cx>
139    
140     * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
141     names where possible.
142    
143     * DOMFeature.dis: Documentation for DOM Minimum Implementation
144     added (still work in progress).
145    
146     * Makefile (feature.dae, feature-spec.dae): New rules.
147    
148 wakaba 1.67 2005-09-27 Wakaba <wakaba@suika.fam.cx>
149    
150     * DOMCore.dis (DOMCore:nodeProp): New property.
151    
152 wakaba 1.68 * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
153     is removed.
154    
155 wakaba 1.66 2005-09-26 Wakaba <wakaba@suika.fam.cx>
156    
157     * DOMCore.dis, DOMXML.dis: New mn:* properties added.
158    
159 wakaba 1.65 2005-09-25 Wakaba <wakaba@suika.fam.cx>
160    
161     * Makefile (DAC_SUFFIX): Changed to ".dae".
162     (DAEM_SUFFIX): New.
163    
164 wakaba 1.64 2005-09-24 Wakaba <wakaba@suika.fam.cx>
165    
166     * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
167     and "ManakaiDOM:ManakaiDOM2".
168    
169     * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
170     DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
171     instead of disPerl:Q for internal property hash keys.
172    
173     * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
174     definitions added.
175    
176     * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
177     New resources.
178    
179     * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
180     resources.
181    
182 wakaba 1.63 2005-09-23 Wakaba <wakaba@suika.fam.cx>
183    
184     * GenericLS.dis, SimpleLS.dis: New modules separated
185     from DOMLS.dis.
186    
187     * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
188     moved from DOMMain to DOMFeature. Now DOMFeature
189     has no dependency on DOMMain.
190    
191     * DOMFeature.dis (DEBUG): New variable.
192    
193 wakaba 1.62 2005-09-22 Wakaba <wakaba@suika.fam.cx>
194    
195     * Makefile: DAC_SUFFIX changed to ".dad".
196    
197 wakaba 1.61 2005-09-21 Wakaba <wakaba@suika.fam.cx>
198    
199     * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
200     features if it is "for" ManakaiDOM:DOMXMLFeature.
201    
202 wakaba 1.74 * DOMMain.pm (StringExtend): Code portions of raising
203 wakaba 1.61 StringOutOfBoundsException is temporary disabled since
204     it is not a DOM-style exception supported by
205     current implementation of ManakaiNode - it will be
206     recovered in later revision.
207    
208 wakaba 1.60 2005-09-20 Wakaba <wakaba@suika.fam.cx>
209    
210     * DOMFeature.pm: Debug output code copied
211     from Attic/DOMMetaImpl.pm (Should these code incorporated
212     to source dis file?).
213    
214 wakaba 1.59 2005-09-19 Wakaba <wakaba@suika.fam.cx>
215    
216     * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
217     ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
218     ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
219     (ManakaiDOMTimeStamp): Removed.
220    
221     * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
222     longer in use).
223    
224     2005-09-18 Wakaba <wakaba@suika.fam.cx>
225    
226     * DOMMain.dis (StringOutOfBoundsException): New exception.
227    
228 wakaba 1.58 2005-09-15 Wakaba <wakaba@suika.fam.cx>
229    
230     * DOMFeature.dis: dis:dataType and dis:multipleProperties
231     properties added to properties.
232    
233 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
234    
235     * Makefile: Rules renewaled.
236    
237     2005-09-07 Wakaba <wakaba@suika.fam.cx>
238    
239     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
240    
241     2005-09-05 Wakaba <wakaba@suika.fam.cx>
242    
243     * DOMMain.dis (DOMImplementationRegistry,
244     DOMImplementationRegistryVar): New.
245    
246     * DOMFeature.dis (DOMImplementationRegistry,
247     DOMImplementationRegistryVar): Removed.
248     (ImplementationRegistry): New class.
249    
250 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
251    
252     * DOMFeature.dis: New module.
253    
254     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
255    
256     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
257     (DOMString, DOMTimeStamp): Now they are not interfaces
258     but datatypes.
259     (DOMUserData, DOMObject, DOMUserData): Now they
260     are subtypes rather than aliases of their "real" type in IDL.
261    
262     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
263     New interfaces and classes.
264    
265 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
266    
267     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
268     property of the new Text node.
269    
270 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
271    
272     * Makefile: Loads "NaturalLanguage.dis".
273    
274     2005-08-26 Wakaba <wakaba@suika.fam.cx>
275    
276     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
277     to the root element created by the method. (It was forgotten!!)
278    
279 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
280    
281     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
282     in the code of removing the newChild from the previous
283     parent of that node is fixed.
284    
285 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
286    
287     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
288     namespace prefix of element type if it is not declared
289     but not used else. A shift is replaced by pop:).
290    
291     * DOMCore.dis (getFeature): The getFeature method
292     for Node-derived classes implemented.
293     * DOMXML.dis (getFeature): Ditto.
294    
295 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
296    
297     * DOMCore.dis (getNodeReference): Use HTMLDocument class
298     if a document node has no document element node but
299     has support for the "HTML" feature.
300    
301 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
302    
303     * DOMMetaImpl.dis (features input normalizer): Variable name
304     typo fixed.
305     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
306     so that version specification for "+"'ed feature name does work now.
307    
308 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
309    
310     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
311     removed (now defined in DOMMetaImpl).
312    
313 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
314    
315     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
316    
317     * Makefile: Rules for DOMMetaImpl module added.
318    
319 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
320    
321     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
322    
323 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
324    
325 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
326     is an instance method, not a class method.
327    
328 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
329     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
330     (Exception-related definitions): Removed (moved to
331     "lib/Message/Util/Error/DOMException.dis").
332     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
333     to DISLang).
334    
335     2005-02-17 Wakaba <wakaba@suika.fam.cx>
336    
337     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
338     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
339     "lib/Message/Util/ManakaiNode.dis").
340     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
341     "lib/manakai/DISCore.dis").
342     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
343     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
344     "lib/manakai/DISLang.dis").
345    
346     2005-02-16 Wakaba <wakaba@suika.fam.cx>
347    
348     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
349     DISPerl module).
350    
351 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
352    
353     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
354    
355 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
356    
357     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
358     XML document.
359    
360 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
361    
362     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
363     (IntMethod[isExternallyReferred]): Rewritten.
364     (IntMethod[isExternallyReferredDownward]): Removed.
365     (Checking XML name legallity): Fix true or false mistakes.
366     (destroy, importTree, orphanate): Rewritten.
367     (destroyDownward, changeTreeIDDownward): Removed.
368     (TreeCore:urefnode property): Removed since not used.
369    
370     * DOMCore.dis: Tying array for NodeList implemented.
371    
372     2005-01-02 Wakaba <wakaba@suika.fam.cx>
373    
374     * DOMHTML.dis (HTMLDOMImplementation): New interface.
375    
376     * DOMViews.dis: Documentation for properties are added.
377    
378 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
379    
380 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
381    
382 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
383    
384 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
385    
386     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
387    
388 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
389    
390     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
391    
392 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
393    
394     * .cvsignore: Ignore pod files.
395    
396 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
397    
398     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
399    
400     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
401     be DOMString->length.
402    
403     * DOMCore.dis (Element.getElementsByTagName,
404     Node.getElementsByTagName, Element.getElementsByTagNameNS,
405     Node.getElementsByTagNameNS): Implemented.
406     (Element.getAttributeNode, Element.getAttributeNodeNS):
407     Check whether defined.
408    
409 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
410    
411     * DOMWebForms.dis: New module.
412    
413 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
414    
415 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
416     DOMHTML.dis: New modules.
417 wakaba 1.33
418 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
419    
420     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
421    
422 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
423    
424     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
425 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
426 wakaba 1.30
427 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
428 wakaba 1.30
429     * DOMEvents.dis: New module.
430 wakaba 1.28
431 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
432     node reference.
433    
434     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
435     to '$self' for correct error reporting and not to leak memory.
436    
437 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
438     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
439    
440 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
441    
442 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
443     * ManakaiDOMCore.dis (ConfigParam): Removed.
444    
445 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
446     are moved to ../../bin/genlib.pl.
447 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
448     character of a paragraph.
449 wakaba 1.27
450 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
451     Set ownerDocument as parent if parent.ownerDocument is null.
452    
453     * dis2pm.pl (dis2perl): Report if DIS code has value.
454    
455     2004-10-06 Wakaba <wakaba@suika.fam.cx>
456    
457     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
458     of ManakaiDOMMain interfaces.
459    
460     * DOMCore.dis (Node.childNodes): Typo fixed.
461    
462     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
463     prefix is null.
464    
465     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
466     (Condition): Don't generate condition inheritance for DOM1, DOM2
467     and DOM3.
468    
469 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
470    
471     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
472     element type 'FILE' added.
473    
474     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
475     ManakaiDOMException, ManakaiDOMWarning): New classes.
476     (ManakaiDOMObject/___report_error): Implemented.
477    
478     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
479    
480 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
481    
482     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
483     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
484    
485     2004-09-27 Wakaba <wakaba@suika.fam.cx>
486    
487     * .cvsignore: New file.
488    
489 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
490    
491 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
492    
493 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
494     license.
495 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
496     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
497     (perl_name): Die if uninitialized value.
498     (constgroup2perl): Support constant group without machine-name.
499     (pod_item): Die if uninitialized value.
500     (qname_label): Don't output default prefix.
501 wakaba 1.22
502     * idl2dis.pl: Output module name and prefix as 'BindingName'
503     and 'FileName'.
504    
505 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
506    
507 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
508    
509     * idl2dis.pl (type, raise): Prepend namespace prefix if
510     type is 'DOMString' or 'DOMException' and it is not defined.
511     (MAIN): Make empty 'Return' element even if return
512     value is void.
513     (supply_incase): New.
514     (const): Use 'FullName' in favor of 'Description' if the name of
515     the const group is not a machine-friendly name.
516    
517     2004-09-26 Wakaba <wakaba@suika.fam.cx>
518    
519 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
520    
521 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
522    
523     * dis2pm.pl: Generate TODO list.
524     (method2perl): Use "dis".
525     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
526     (perl_builtin_code): New code 'isRelativeDOMURI' added.
527    
528     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
529     warning code.
530    
531     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
532     method or attribute(set) does not return a value.
533     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
534     parameter.
535    
536 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
537    
538     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
539     (param2poditem): New.
540     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
541     (perl_builtin_code): More developer-friendly error report.
542     (perl_code): New 'REQUIRE' statement added.
543     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
544     (get_value_literal): Default for unknown type is now 'undef'.
545    
546     2004-09-22 Wakaba <wakaba@suika.fam.cx>
547    
548     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
549     'XMLVersion' added.
550    
551 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
552    
553 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
554     even if it is 'ReMethod' and 'ReAttr' element.
555    
556     2004-09-20 Wakaba <wakaba@suika.fam.cx>
557    
558 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
559     (get_redef_description): New function.
560     (get_isa_description): New function.
561     (disdoc2pod, disdoc2text): New.
562     (get_description): DISDOC support.
563     (valid_err, valid_err): New option 'node' implemented.
564    
565     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
566    
567 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
568    
569 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
570     not defined.
571    
572     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
573    
574 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
575     introduced.
576 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
577     Name and its Type.
578     (constgroup2perl): "IsBitMask" attribute introduced.
579 wakaba 1.14
580     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
581    
582 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
583     unsigned-short added.
584     (perl_code): Die if uninitialized value is given.
585     (is_all_implemented): New function.
586    
587     * ManakaiDOMXML.dis: New module.
588    
589     * ManakaiDOMCore.dis: New module.
590    
591     * dis2pm.pl (dis2perl): 'Overridden' added.
592    
593 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
594    
595     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
596     (ManakaiDOMNodeObject->orphanate): New internal method.
597     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
598     of internal methods are now qualified by the package name.
599    
600 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
601    
602     * DOMMain.dis: 'SpecLevel' attribute added.
603    
604     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
605    
606     * dis2pm.pl (get_level_description): Attribute name to see is
607     changed from 'Level' to 'SpecLevel'
608     (const2perl): Don't hardlink constant not to be warned
609     by perl -w.
610     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
611     perl -w.
612 wakaba 1.12 (get_internal_code): Support of lang:dis.
613 wakaba 1.11
614     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
615    
616     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
617     Separeted from "DOMString".
618     (if2perl, attr2perl): Don't cast to DOMString.
619    
620 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
621    
622     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
623     (perl_if): Don't indent if preprocessing direction found.
624     (perl_code_source): Add \n before the #line directive.
625    
626     2004-09-14 Wakaba <wakaba@suika.fam.cx>
627    
628     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
629     attribute.
630     (perl_code): __SUPER{name}__ syntax implemented.
631    
632 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
633    
634     * dis2pm.pl (dis2perl): New.
635    
636     2004-09-12 Wakaba <wakaba@suika.fam.cx>
637    
638     * dis2pm.pl (get_warning_perl_code): New.
639    
640 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
641    
642     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
643     (ManakaiDOMNamespaceURI): New DataType.
644    
645     * DOMCore.dis: Most part of DOMImplementation interface is
646     implemented.
647    
648     * dis2pm.pl (method2perl): Description for returned value
649     is changed to be grouped.
650     (get_value_literal): Don't quote "null" even if it is a DOMString.
651     (perl_exception): Don't output terminating semicolon.
652     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
653     supported.
654    
655 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
656 wakaba 1.8
657     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
658     implemented.
659 wakaba 1.7
660     * idl2dis.pl (type): Don't output Require element for
661     DOMMain module (now it is implicitly required by default).
662    
663 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
664    
665     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
666    
667 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
668    
669     * dis2pm.pl (const2perl, constgroup2perl): New.
670    
671     * idl2dis.pl (idlna): New.
672    
673 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
674    
675     * dis2pm.pl: Versioned implementation of "IF" supported (see
676     also Manakai Development Memo : 2004-08-29
677     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
678    
679     * idl2dis.pl (register_required_module): ISA is now
680     converted to elements, not a list attribute.
681    
682 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
683    
684 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
685     name "Type" and "TypeAlias" changed to "DataType" and
686     "DataTypeAlias".
687    
688 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
689    
690 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
691    
692     * ChangeLog: New file.
693    
694     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
695     New files (Moved from ../Markup/XML/DOM/).
696    
697    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24