/[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.59 - (hide annotations) (download)
Mon Sep 19 16:17:50 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +14 -0 lines
++ ./bin/ChangeLog	19 Sep 2005 12:05:15 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (progress_inc, progress_reset): New functions.

++ ./lib/Message/Util/ChangeLog	19 Sep 2005 12:14:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: Parameter "databaseArg" added to various
	methods to support objects that have no associated
	database.
	(getNamespaceBindingList, getDefaultNamespaceURIRef): New
	methods.
	(NO_RDF_TYPE_ERR): New error type.
	(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
	attribute specified for a resource definition.

++ ./lib/Message/Util/Error/ChangeLog	19 Sep 2005 12:21:57 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis: Missing rdf:type attribute added to classes.

++ ./lib/Message/Util/DIS/ChangeLog	19 Sep 2005 12:23:54 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (sourceNodePath): New attribute.
	(DVNSValue, DVNSOrderedList): New interfaces and classes.

	* Perl.dis: Some alias definitions moved from ../DIS.dis.
	The "namespaceContext" parameters added to some methods.
	(plCodeFragment): Now Perl'ize new DISCore:Integer typed string.
	(plImplementation): Directly instantiates PCImplementation
	to reduce overheads to find an implementation by ImplementationRegistry.

++ ./lib/Message/DOM/ChangeLog	19 Sep 2005 12:08:55 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
	ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
	ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
	(ManakaiDOMTimeStamp): Removed.

	* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
	longer in use).

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

	* DOMMain.dis (StringOutOfBoundsException): New exception.

++ ./lib/manakai/ChangeLog	19 Sep 2005 12:23:20 -0000
2005-09-19  Wakaba  <wakaba@suika.fam.cx>

	* DISCore.dis (DISCore:Boolean): New preferred name
	to dis:Boolean.
	(DISCore:Integer): New type.
	(dis:Value): Default type is changed to DISCore:String.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24