/[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.70 - (hide annotations) (download)
Sat Oct 1 12:14:29 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.69: +8 -0 lines
++ manakai/bin/ChangeLog	1 Oct 2005 12:10:57 -0000
2005-10-01  Wakaba  <wakaba@suika.fam.cx>

	* mkdisdump.pl (append_document_properties): New subroutine.
	(append_datatype_documentation): Outputs "dis:Def"
	and "dis:AppName" properties if available.
	(append_idl_interface_documentation): New subroutine.

++ manakai/lib/Message/Util/DIS/ChangeLog	1 Oct 2005 12:13:22 -0000
2005-10-01  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabaseModule): Accepts unknown module
	definitions.

++ manakai/lib/Message/DOM/ChangeLog	1 Oct 2005 12:12:31 -0000
2005-10-01  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis: Documentation added (still work in progress).
	(MIString): New type.

	* DOMCore.dis (namespaceURI): Fixed to return the namespace
	URI value, not a reference to it.

++ manakai/lib/manakai/ChangeLog	1 Oct 2005 12:14:17 -0000
2005-10-01  Wakaba  <wakaba@suika.fam.cx>

	* DISIDL.dis: Missing properties added.  IDL name
	added to IDL data types.

	* Document.dis (doc:rel): New property.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24