/[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.64 - (hide annotations) (download)
Sat Sep 24 11:57:19 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.63: +18 -0 lines
++ manakai/bin/ChangeLog	24 Sep 2005 10:49:30 -0000
	(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog	24 Sep 2005 11:11:32 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(expandQName): Removed the "g" option from the "s///",
	which was very serious and difficult bug.

++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 11:01:40 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
	properties.
	(mn:stemName, mn:refName): New properties.

	* Makefile (.discore-all.pm): New rule to create dis-related
	Perl module files at once.

	* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
	(hashKeyName, hashKeyScope, anotherURI): New error parameters.

	* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Sep 2005 10:58:31 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Sep 2005 11:06:19 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Takes hash key name
	from the database for "mn:node" and "DOMCore:read-only",
	where they were hardcoded.  For GetProp and SetProp
	dis tree element instructions, hash key name
	is shorten if shorter version is defined by "DISPerl:propHashKey"
	property of the corresponding resource in the database.
	(plAddHashKey): New method to check hash key name dupulication.
	(dp:plHashKey): New property.

	* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
	Use "disPerl:H" instead of "disPerl:Q" for hash keys.

++ manakai/lib/Message/DOM/ChangeLog	24 Sep 2005 10:55:11 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
	and "ManakaiDOM:ManakaiDOM2".

	* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
	DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
	instead of disPerl:Q for internal property hash keys.

	* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
	definitions added.

	* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
	New resources.

	* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
	resources.

++ manakai/lib/manakai/ChangeLog	24 Sep 2005 11:08:14 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis: The "DISPerl:propHashKey" property
	added to properties.  Now the module depends on the DISPerl
	module.

	* DISPerl.dis (DISPerl:propHashKey): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24