/[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.68 - (hide annotations) (download)
Wed Sep 28 04:01:50 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.67: +3 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	28 Sep 2005 03:49:04 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Codes to set "TreeCore:*"
	properties removed.

++ manakai/lib/Message/Util/ChangeLog	28 Sep 2005 03:50:26 -0000
	* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
	properties.
	(generateUniqueID): Use "tag:" URI.

	* DIS.dis (targetNamespaceURI): New attribute.
	(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
	(ManakaiDISModuleLite->AUTOLOAD): Don't load module
	if method name is "DESTROY".

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

++ manakai/lib/Message/Util/DIS/ChangeLog	28 Sep 2005 03:51:56 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis: Use new DISModule->targetNamespaceURI attribute.

	* Perl.dis (plStore): Saves module definitions into
	database submodules.

++ manakai/lib/Message/DOM/ChangeLog	28 Sep 2005 03:46:49 -0000
	* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
	is removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24