/[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.74 - (hide annotations) (download)
Thu Oct 6 10:53:34 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.73: +18 -1 lines
++ manakai/t/ChangeLog	6 Oct 2005 10:33:09 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Updated for new version of "domts2perl.pl".

++ manakai/bin/ChangeLog	6 Oct 2005 10:26:28 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* mkdommemlist.pl: Revised for new "dae" database.

	* domts2perl.pl (--domtest2perl-option): New option.

	* domtest2perl.pl: Revised for new DOM Perl binding.

	* Makefile: Rules to make "dommemlist.pl.tmp" revised.

++ manakai/lib/Message/Util/ChangeLog	6 Oct 2005 10:30:19 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.

++ manakai/lib/Message/Util/DIS/ChangeLog	6 Oct 2005 10:32:00 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plFullyQualifiedName): Fully qualified
	name of the constant function is now a name in
	the package of the class (it was a name in module package).

	* Value.dis (getResource): Use "getAnyResource"
	method instead of "getResource" method.

++ manakai/lib/Message/DOM/ChangeLog	6 Oct 2005 10:37:05 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
	(ManakaiDOMCharacterData): Methods reimplemented.
	(splitText): Reimplemented.
	(childNodes): Returns a "ManakaiDOMEmptyNodeList"
	for non-parent node types.

	* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
	        for non-parent node types.

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

	* ManakaiDOMLS2003.dis: Revised to new format.

	* GenericLS.dis (DOMLS:ParseString): New feature.

	* DOMMain.pm (StringExtend): Code portions of raising
++ manakai/lib/manakai/ChangeLog	6 Oct 2005 10:32:30 -0000
2005-10-06  Wakaba  <wakaba@suika.fam.cx>

	* domtest.pl, genlib.pl: Use new DOM Perl binding.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24