/[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.78 - (hide annotations) (download)
Wed Oct 12 14:45:56 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.77: +12 -0 lines
++ manakai/lib/Message/Util/ChangeLog	12 Oct 2005 14:38:20 -0000
2005-10-12  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (ForClassCompat): Removed.

	* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
	Removed.
	(newNode): New method.
	(generateUniqueID): Algorithm has changed to save random
	string generation time.

	* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".

++ manakai/lib/Message/DOM/ChangeLog	12 Oct 2005 14:30:20 -0000
2005-10-12  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis: Don't set "infoset:prefix" internal
	property unless it has non-null value.
	(newObject): "refNode" parameter introduced.
	(ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
	method if "refNode" parameter is specified.
	(cloneNode): Don't set "read-only" flag.
	(getNodeReference): Caches the result.
	(selectAttributeNodeForRemove): Don't removes any other
	non-namespace-aware attribute nodes.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24