/[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.80 - (hide annotations) (download)
Sat Oct 15 15:28:05 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.79: +20 -0 lines
++ manakai/lib/Message/Util/ChangeLog	15 Oct 2005 14:07:35 -0000
2005-10-14  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (anydata0): New property type.

	* PerlCode.dis (stringify): Prints node id if file name
	is not available.
	(perlLiteral): Prints as is if the value is blessed
	with "manakai::code" package.

++ manakai/lib/Message/Util/DIS/ChangeLog	15 Oct 2005 14:23:34 -0000
2005-10-15  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Output processor ("DISLang:OutputProcessor")
	supported for methods.  "idl:void" type supported.

2005-10-14  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Don't generate information
	on anydata* and irefnode0 properties since they are not used in fact.
	(plGeneratePerlModule, plCodeFragment): The
	"DOMCore:DOMConfigurationParameter" type supported.

++ manakai/lib/Message/DOM/ChangeLog	15 Oct 2005 14:05:32 -0000
2005-10-15  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (Require): References "DOMLS.dis" module.
	(CParam): Definitions for LS module added.

	* DOMLS.dis (ManakaiDOMLSInput): The input processor
	is also an output processor now.
	(ManakaiDOMLSResourceResolver): Implemented.
	(CParam): Definitions updated.

2005-10-14  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
	NOT_SUPPORTED_CONFIG_VALUE_ERR,
	INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
	(DOMConfiguration): Implemented.
	(CParam): Definitions updated.

	* DOMMain.dis (DOMURIs): New data type.

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

	* DISLang.dis (DISLang:OutputProcessor): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24