/[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.69 - (hide annotations) (download)
Fri Sep 30 13:06:13 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.68: +10 -0 lines
++ manakai/bin/ChangeLog	30 Sep 2005 12:38:36 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_module_group_documentation,
	append_document_documentation): New functions.
	(append_class_documentation, append_interface_documentation):
	Generates method/attribute/constgroup information (in partial mode)
	even if "is_partial" option is true to compute inheriting
	class member information correctly.
	(--resource-uri): New option.

	* Makefile (error.xml, minimpl.xml): New rules.

++ manakai/lib/Message/Util/ChangeLog	30 Sep 2005 12:50:16 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (readProperties): Saves property name to values.
	(getPropertyModuleList): New method.


	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(NodeStem): Property value "mn:treeID"
	has changed to scalar reference.
++ manakai/lib/Message/Util/Error/ChangeLog	30 Sep 2005 12:49:59 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>
	* DOMException.dis (dx:ManakaiErrorModules): New documentation.
++ manakai/lib/Message/Util/DIS/ChangeLog	30 Sep 2005 12:48:08 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (name): New attribute.

	* Perl.dis (plFullyQualifiedName): Use module's package
	name properties if available.

++ manakai/lib/Message/DOM/ChangeLog	30 Sep 2005 12:40:49 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
	names where possible.

	* DOMFeature.dis: Documentation for DOM Minimum Implementation
	added (still work in progress).

	* Makefile (feature.dae, feature-spec.dae): New rules.

++ manakai/lib/manakai/ChangeLog	30 Sep 2005 12:53:24 -0000
2005-09-30  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis: Documentation-related and meta-informational
	resoruces are moved to new "Document.dis" module.  The
	module now references "Document.dis".
	(DISCore:module, DISCore:resource): New properties.

	* DISRDF.dis: Some resources added from FOAF vocabulary.

	* Document.dis: New module.

	* DISIDL.dis: Some IDL comcepts added.  New name
	given to IDL datatypes.

	* DISLang.dis (dis:prefix): Removed.  (Moved to "DISIDL.dis"
	and it is now obsolete.)

2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24