/[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.65 - (hide annotations) (download)
Sun Sep 25 14:53:02 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.64: +5 -0 lines
++ manakai/bin/ChangeLog	25 Sep 2005 14:45:44 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
	"--daem-file-suffix", "--search-path-catalog-file-name", and
	"--search-path" added.  New dae and daem database format support.
	(dac_search_file_stem): New function.

++ manakai/lib/Message/Markup/ChangeLog	25 Sep 2005 14:47:09 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/ChangeLog	25 Sep 2005 14:50:33 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
	(getResource): New "dae" and "daem" database format support.
	(DISResourceList): New type.
	(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
	(addChildResource, addDynamicChildResource): New methods.
	(getChildResourceList, getDynamicChildResourceList): New method.
	(getChildResourceListByType): New method.
	(parentResource, dynamicParentResource): New attributes.

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Sep 2005 14:52:26 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabase): New "moduleResolver" parameter
	added.
	(plStore): New "moduleResolver" parameter added.
	(plLoadDISDatabaseModule): New method.

++ manakai/lib/Message/DOM/ChangeLog	25 Sep 2005 14:47:15 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/manakai/ChangeLog	25 Sep 2005 14:46:50 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24