/[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.111 - (hide annotations) (download)
Sat Jan 28 16:24:44 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.110: +19 -0 lines
++ manakai/bin/ChangeLog	28 Jan 2006 15:08:53 -0000
2006-01-28  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
	clause to catch exception and continue remaining tests.

++ manakai/lib/Message/DOM/ChangeLog	28 Jan 2006 15:17:07 -0000
2006-01-28  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added.

	* DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added.

	* Tree.dis (ErrDef): Missing |ecore:textFormatter| property added.
	(ManakaiDOMAttributes): Removed.
	(ManakaiDOMAttrMap): New class.
	(ManakaiDOMAttrMapArray): New class.
	(namespaceURI): Bug to return a string representation
	of a reference to the namespace URI string is fixed.
	(selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented.
	(removeAttribute, removeAttributeNS): DTD default attributes
	are supported.  Don't throw |NO_MODIFICATION_ALLOWED_ERR|
	if there is no attribute node.
	(createElement, createElementNS): DTD default attributes are supported.
	(setAttributeNode): Reimplemented.

1 wakaba 1.111 2006-01-28 Wakaba <wakaba@suika.fam.cx>
2    
3     * DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added.
4    
5     * DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added.
6    
7     * Tree.dis (ErrDef): Missing |ecore:textFormatter| property added.
8     (ManakaiDOMAttributes): Removed.
9     (ManakaiDOMAttrMap): New class.
10     (ManakaiDOMAttrMapArray): New class.
11     (namespaceURI): Bug to return a string representation
12     of a reference to the namespace URI string is fixed.
13     (selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented.
14     (removeAttribute, removeAttributeNS): DTD default attributes
15     are supported. Don't throw |NO_MODIFICATION_ALLOWED_ERR|
16     if there is no attribute node.
17     (createElement, createElementNS): DTD default attributes are supported.
18     (setAttributeNode): Reimplemented.
19    
20 wakaba 1.110 2006-01-27 Wakaba <wakaba@suika.fam.cx>
21    
22     * DOMCore.dis (ManakaiDOMDTDTypeInfo): New class.
23    
24     * Tree.dis (STORESIZE): Index bound bug fixed.
25     (Attr.value): Redefined to consist with |AttributeDefinition.nodeValue|.
26     (schemaTypeInfo): Implemented for XML DTD.
27     (isId): Returns |true| if [attribute type] is |ID|.
28     (setAttribute, setAttributeNS): Sets [attribute type]
29     of the newly created |Attr| node (if any) when attribute
30     definition is available.
31     (doctype, documentElement): Reimplemented with tests.
32    
33     * XMLParser.dis: Sets [attribute type] information
34     to created |Attr| nodes. Normalize namespace URIs
35     when such information are available (unlikely but legal).
36     (_HexadecimalCharacterReference): Number to character
37     convertion bug fixed.
38     (_DocumentTypeDeclaration): Sets |schema-type|
39     configuration parameter to XML DTD URI.
40    
41 wakaba 1.108 2006-01-26 Wakaba <wakaba@suika.fam.cx>
42    
43 wakaba 1.109 * XMLParser.dis (_AttlistDeclaration): Now it can generate
44     attribute definition nodes.
45    
46     * XDoctype.dis: |UNKNOWN_ATTR| is renamed as |NO_TYPE_ATTR|
47     and another |UNKNOWN_ATTR| constant is introduced
48     for consistency with XML Infoset.
49    
50     * DOMCore.dis (TypeInfo): Documentation updated.
51    
52     2006-01-26 Wakaba <wakaba@suika.fam.cx>
53    
54 wakaba 1.108 * XDoctype.dis: A bug in test code fixed.
55    
56     * Tree.dis (NamedNodeMap): Element type or attribute
57     definition named node maps now can be dereferenced
58     as if they are array or hash references.
59     (removeNamedItem, item, ___report_error): Implemented for element type
60     or attribute definitions.
61     (length): Tests added.
62     (NamedNodeMapArray): New classes.
63    
64 wakaba 1.107 2006-01-25 Wakaba <wakaba@suika.fam.cx>
65    
66     * XDoctype.dis (setElementTypeDefinitionNode,
67     setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR|
68     if the new node is already used for another definition.
69     (DocumentTypeDefinition, ElementTypeDefinition): Node
70     property name was incorrect.
71     (elementTypes, attributeDefinitions): Checks to
72     ensure the collection is empty added.
73    
74     * Tree.dis: Property name typos fixed.
75     (setNamedItem, setAttributeNode): Don't return any node
76     if it replace itself.
77     (c:userDeterminedId): Missing definition added.
78    
79     * DOMXML.dis (Notation): Missing property specification
80     of|c:ownerDocument| as |mn:xrefnode0| is added.
81    
82 wakaba 1.106 2006-01-23 Wakaba <wakaba@suika.fam.cx>
83    
84     * DOMCore.dis (Test): Missing argument added.
85     (setNamedItem): If |DocumentType| with no |ownerDocument|,
86     addition always fails with |WRONG_DOCUMENT_ERR|. Some
87     error conditions were incorrect.
88    
89     * .cvsignore: Dummy files added.
90    
91 wakaba 1.104 2006-01-22 Wakaba <wakaba@suika.fam.cx>
92    
93 wakaba 1.105 * DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
94     INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.
95    
96     * DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
97     to avoid uninitialized value warning.
98    
99     * Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
100     classes (work in progress).
101    
102     * XDoctype.dis (elementTypes, attributeDefinitions): New attributes.
103    
104     2006-01-22 Wakaba <wakaba@suika.fam.cx>
105    
106 wakaba 1.104 * Tree.dis (getAttribute): Returns |null| if there
107     is no attribute in |ManakaiDOM:DOMLatest| for compatibility
108     with Web browser implementations.
109     (getAttributeNS): It returned |null| if there
110     is no attribute in any |For| unintentionally. It now
111     returns an empty string in DOM levels less than or equals
112     to three.
113    
114     * XMLParser.dis (shiftChar): Fixed not to be warned as
115     uninitialized value or substring out of range.
116    
117 wakaba 1.102 2006-01-21 Wakaba <wakaba@suika.fam.cx>
118    
119 wakaba 1.103 * DOMXML.dis (DocumentType.childNodes): Removed
120     from |ManakaiDOM:ManakaiDOMLatest| variant.
121    
122     * XMLParser.dis: Parsing of general internal entities implemented.
123     (_DocumentTypeDeclaration): Appends a document type definition
124     node to the document.
125     (_ProcessingInstructionDTD): Appends a processing
126     instruction node to the document type definition.
127     (Element_): Document element could not be an |EmptyElemTag|.
128    
129     2006-01-21 Wakaba <wakaba@suika.fam.cx>
130    
131 wakaba 1.102 * DOMFeature.dis (featuresParamToFeaturesHash): New block
132     code (seprated from |InputProcessor|). Now
133     a |features| parameter's version can be specified by
134     an array reference that contains a set of version
135     numbers. A test added.
136    
137     * XMLParser.dis: A test added.
138    
139 wakaba 1.100 2006-01-07 Wakaba <wakaba@suika.fam.cx>
140    
141 wakaba 1.101 * DOMCore.dis (Test): Don't invoke |DESTROY| method
142     because it does not work with dummy object used in the test code.
143    
144     2006-01-07 Wakaba <wakaba@suika.fam.cx>
145    
146 wakaba 1.100 * DOMMain.dis (checkXMLNamesQName): Checks whether
147     namespace URI is defined for not being warned.
148    
149     * XDoctype.dis: New module.
150    
151     * DOMCore.dis (DOMStringList): Test added.
152    
153     * Makefile: |XDoctype.pm| added.
154    
155     * Tree.dis (Require): Requires |XDoctype.dis|.
156     (ManakaiDOMNodeObjectNode.eq): Added.
157     (Test): |DOMError.location| must return a |DOMLocator|
158     object (it was incorrectly tested to return |null|).
159     (EmptyNodeList.DESTROY): Removed.
160    
161     2006-01-04 Wakaba <wakaba@suika.fam.cx>
162    
163     * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
164     |ATTRIBUTE_DEFINITION_NODE| node types added.
165     (appendChild, insertBefore, replaceChild): New
166     two node types added and processing instruction nodes
167     as document type definition node child is allowed
168     in |ManakaiDOM:ManakaiDOMLatest| mode.
169     (getNodeReference): New |interface| parameter
170     to filter classes by interface is added.
171     (ElementTypeDefinitionRole): New role.
172     (AttributeDefinitionRole): New role.
173    
174     2006-01-02 Wakaba <wakaba@suika.fam.cx>
175    
176     * DOMCore.dis (DOMStringList): Reimplemented as tied array.
177    
178 wakaba 1.99 2005-12-31 Wakaba <wakaba@suika.fam.cx>
179    
180     * DOMCore.dis (DOMError.location): Returns an empty |DOMLocator|
181     if it is not provided.
182    
183     * XMLParser.dis: Parsing methods to skip document
184     type declaration is added.
185    
186 wakaba 1.98 2005-12-29 Wakaba <wakaba@suika.fam.cx>
187    
188     * XMLParser.dis (shiftChar): Checks characters are legal
189     or not. Normalize end-of-lines.
190     (rule _XMLDeclaration_): Implemented.
191     (WFErrDef): Well-formedness error |wf-syntax-error|,
192     |wf-pi-target-is-xml|, |wf-no-end-tag|,
193     |wf-unsupported-xml-version|, |wf-malformed-enc-name|,
194     |wf-malformed-xml-standalone|, |wf-legal-literal-character|,
195     |wf-element-type-match|, |wf-unique-att-spec|,
196     |wf-legal-character| added.
197     (%character-code-point): New formatter rule.
198    
199     * Tree.dis (Document.xmlEncoding): It is now read-write attribute.
200    
201     * DOMCore.dis (DOMError.stringify): Added.
202     (error-handler.default): Returns |false| (don't continue)
203     when the error severity is |SEVERITY_FATAL_ERROR|.
204    
205 wakaba 1.96 2005-12-28 Wakaba <wakaba@suika.fam.cx>
206    
207 wakaba 1.97 * XMLParser.dis (DocumentEntity): Typos fixed.
208     (|lexmode|s): New |?default-token| statements are used
209     so that tokenizer description has been simplified
210     and CDATA sections now can be parsed.
211    
212     2005-12-28 Wakaba <wakaba@suika.fam.cx>
213    
214 wakaba 1.96 * XMLParser.dis: Some modifications made.
215    
216     2005-12-27 Wakaba <wakaba@suika.fam.cx>
217    
218     * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a
219     global named resource.
220    
221     * Makefile: Rules to make |XMLParser.pm| is added.
222    
223     * XMLParser.dis: New file.
224    
225     2005-12-24 Wakaba <wakaba@suika.fam.cx>
226    
227     * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error
228     message formatter can now vary by error types.
229     (DOMLocator.utf32Offset): New (manakai extended) attribute.
230    
231 wakaba 1.95 2005-12-23 Wakaba <wakaba@suika.fam.cx>
232    
233     * DOMCore.dis (DOMLocator): Implemented.
234    
235 wakaba 1.94 2005-12-21 Wakaba <wakaba@suika.fam.cx>
236    
237     * DOMCore.dis (DOMConfigurationParameterApplication,
238     domConfigurationParameter): New resources.
239    
240 wakaba 1.93 2005-11-25 Wakaba <wakaba@suika.fam.cx>
241    
242     * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
243     New methods.
244    
245 wakaba 1.91 2005-11-24 Wakaba <wakaba@suika.fam.cx>
246    
247 wakaba 1.92 * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|
248     blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks.
249    
250     * DOMMain.dis (___report_error): Throws the error unkess
251     it is a |DOMCore:DOMError| object.
252    
253     2005-11-24 Wakaba <wakaba@suika.fam.cx>
254    
255 wakaba 1.91 * DOMCore.dis (severity, type): Getters return value from
256     the definition of the current error (i.e. |-def| hash).
257     (___error_def): New method.
258     (errorType): |dis:dataType| changed to |DISCore:TFQNames|
259     to ease natural reference to constant value.
260     (error-handler.default): Prints the error message by |warn|.
261    
262     * Tree.dis (nodeValue.set): Reimplemented so that it
263     warns as setting has no effect.
264     (___report_error): New method. (It had been only implemented
265     in superclass.)
266     (setting-node-value-no-effect): New error type.
267    
268 wakaba 1.90 2005-11-23 Wakaba <wakaba@suika.fam.cx>
269    
270     * DOMCore.dis: Error codes added.
271    
272     * Tree.dis (destroyNodeStem): New method implementation.
273    
274     2005-11-22 Wakaba <wakaba@suika.fam.cx>
275    
276     * Tree.dis (cloneNode): User data handlers implemented.
277     (adoptNode): User data handlers implemented.
278    
279     2005-11-21 Wakaba <wakaba@suika.fam.cx>
280    
281     * DOMCore.dis (UserDataHandler): A constraint for Perl binding
282     added.
283    
284     * Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented.
285     (getUserData, setUserData): Implemented.
286    
287 wakaba 1.88 2005-11-20 Wakaba <wakaba@suika.fam.cx>
288    
289 wakaba 1.89 * DOMCore.dis (UserDataHandler): Implemented.
290     (DOMErrorHandler): Blessed package name bug fixed.
291    
292     * ManakaiDOMLS2003.dis: Reference to |Node| subclasses
293     changed to |Tree.dis|.
294    
295     2005-11-20 Wakaba <wakaba@suika.fam.cx>
296    
297 wakaba 1.88 * DOMMain.dis: Unused declarations and definitions removed.
298    
299     * DOMCore.dis: DOM document tree related interfaces removed.
300    
301     * Tree.dis: New module separated from |DOMCore.dis|.
302    
303     * DOMXML.dis: Some referent changed to |Tree.dis|.
304    
305     * Makefile: |Tree.dis| added.
306    
307 wakaba 1.86 2005-11-16 Wakaba <wakaba@suika.fam.cx>
308    
309 wakaba 1.87 * .cvsignore: Revised.
310    
311     2005-11-16 Wakaba <wakaba@suika.fam.cx>
312    
313 wakaba 1.86 * ManakaiDOMLS2003.dis: Tests added.
314     (domConfig): Method name in the code fixed to |flag|.
315    
316     * DOMMain.dis (findOffset32): Missing |^| in regular expressions
317     added.
318    
319     * DOMCore.dis (hasChildNodes): Returns |false| if the node type
320     is defined not to have any children.
321     (CharacterData): Typos in element type names and function names fixed.
322    
323 wakaba 1.84 2005-11-15 Wakaba <wakaba@suika.fam.cx>
324    
325 wakaba 1.85 * DOMFeature.dis (MinimumImplementation.eq): Added.
326    
327     * DOMMain.dis: |DISPerl:ISA| reference fixed.
328    
329     * Generic.dis: Implements new |DOMLS:Generic| feature.
330    
331     2005-11-15 Wakaba <wakaba@suika.fam.cx>
332    
333 wakaba 1.84 * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
334     characters between feature names and versions.
335    
336     2005-11-13 Wakaba <wakaba@suika.fam.cx>
337    
338     * DOMFeature.dis (stringifyFeatures): A test code added.
339    
340 wakaba 1.83 2005-10-26 Wakaba <wakaba@suika.fam.cx>
341    
342     * SimpleLS.dis (writeToString): Don't stop serializing
343     when an |false| value appears in |@src|.
344    
345 wakaba 1.81 2005-10-16 Wakaba <wakaba@suika.fam.cx>
346    
347 wakaba 1.82 * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
348     (ErrDef): Redefined.
349    
350     * DOMLS.dis (ErrDef): Redefined.
351    
352     2005-10-16 Wakaba <wakaba@suika.fam.cx>
353    
354 wakaba 1.81 * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
355    
356 wakaba 1.80 2005-10-15 Wakaba <wakaba@suika.fam.cx>
357    
358     * DOMCore.dis (Require): References "DOMLS.dis" module.
359     (CParam): Definitions for LS module added.
360    
361     * DOMLS.dis (ManakaiDOMLSInput): The input processor
362     is also an output processor now.
363     (ManakaiDOMLSResourceResolver): Implemented.
364     (CParam): Definitions updated.
365    
366     2005-10-14 Wakaba <wakaba@suika.fam.cx>
367    
368     * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
369     NOT_SUPPORTED_CONFIG_VALUE_ERR,
370     INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
371     (DOMConfiguration): Implemented.
372     (CParam): Definitions updated.
373    
374     * DOMMain.dis (DOMURIs): New data type.
375    
376 wakaba 1.79 2005-10-13 Wakaba <wakaba@suika.fam.cx>
377    
378     * DOMCore.dis (setAttrValueNS): New code.
379    
380 wakaba 1.78 2005-10-12 Wakaba <wakaba@suika.fam.cx>
381    
382     * DOMCore.dis: Don't set "infoset:prefix" internal
383     property unless it has non-null value.
384     (newObject): "refNode" parameter introduced.
385     (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
386     method if "refNode" parameter is specified.
387     (cloneNode): Don't set "read-only" flag.
388     (getNodeReference): Caches the result.
389     (selectAttributeNodeForRemove): Don't removes any other
390     non-namespace-aware attribute nodes.
391    
392 wakaba 1.77 2005-10-11 Wakaba <wakaba@suika.fam.cx>
393    
394     * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
395     setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
396     (doStrictErrorChecking): New code.
397    
398     * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
399     supported.
400    
401     * Makefile: Rule to make "DOMFeature.pm" restored.
402    
403     2005-10-10 Wakaba <wakaba@suika.fam.cx>
404    
405     * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
406     (adoptNode): Implemented.
407    
408 wakaba 1.76 2005-10-09 Wakaba <wakaba@suika.fam.cx>
409    
410     * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
411    
412     * DOMFeature.dis (DOMCore:implementation): Short name added.
413    
414     * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
415     (DOMCore:node): New error parameter.
416     (DOMCore:ownerDocument): Changed from "mn:irefnode0"
417     to "mn:xrefnode0". For this reason, all assignments
418     to this property have been rewritten to references
419     to code "mn:setXRefNode".
420     (cloneNode): Implemented.
421     (setAttributeNode): A missing "importTree" method call added.
422     (setAttributeNodeNS): Perl code removed and changed
423     to a reference to "setAttributeNode" method code.
424    
425     * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
426     property to "mn:xrefnode0" property.
427    
428 wakaba 1.75 2005-10-08 Wakaba <wakaba@suika.fam.cx>
429    
430     * DOMCore.dis, DOMLS.dis: Now constant values are defined only
431     in interfaces.
432    
433 wakaba 1.74 2005-10-06 Wakaba <wakaba@suika.fam.cx>
434    
435     * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
436     (ManakaiDOMCharacterData): Methods reimplemented.
437     (splitText): Reimplemented.
438     (childNodes): Returns a "ManakaiDOMEmptyNodeList"
439     for non-parent node types.
440    
441     * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
442     for non-parent node types.
443    
444     2005-10-05 Wakaba <wakaba@suika.fam.cx>
445    
446     * ManakaiDOMLS2003.dis: Revised to new format.
447    
448     * GenericLS.dis (DOMLS:ParseString): New feature.
449    
450 wakaba 1.73 2005-10-05 Wakaba <wakaba@suika.fam.cx>
451    
452     * DOMFeature.dis: Description added and revised. (Still more
453     work required.)
454    
455     2005-10-04 Wakaba <wakaba@suika.fam.cx>
456    
457     * DOMMain.dis (DOMString): The "idl:perl" attribute
458     value has been changed from "DISPerl:String"
459     to "DISPerl:CharacterString" to clarify its semantics.
460    
461 wakaba 1.72 2005-10-03 Wakaba <wakaba@suika.fam.cx>
462    
463     * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
464     type properties added.
465    
466     * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
467     type properties added.
468    
469 wakaba 1.71 2005-10-02 Wakaba <wakaba@suika.fam.cx>
470    
471     * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
472     properties added.
473    
474 wakaba 1.70 2005-10-01 Wakaba <wakaba@suika.fam.cx>
475    
476     * DOMFeature.dis: Documentation added (still work in progress).
477     (MIString): New type.
478    
479     * DOMCore.dis (namespaceURI): Fixed to return the namespace
480     URI value, not a reference to it.
481    
482 wakaba 1.69 2005-09-30 Wakaba <wakaba@suika.fam.cx>
483    
484     * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
485     names where possible.
486    
487     * DOMFeature.dis: Documentation for DOM Minimum Implementation
488     added (still work in progress).
489    
490     * Makefile (feature.dae, feature-spec.dae): New rules.
491    
492 wakaba 1.67 2005-09-27 Wakaba <wakaba@suika.fam.cx>
493    
494     * DOMCore.dis (DOMCore:nodeProp): New property.
495    
496 wakaba 1.68 * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
497     is removed.
498    
499 wakaba 1.66 2005-09-26 Wakaba <wakaba@suika.fam.cx>
500    
501     * DOMCore.dis, DOMXML.dis: New mn:* properties added.
502    
503 wakaba 1.65 2005-09-25 Wakaba <wakaba@suika.fam.cx>
504    
505     * Makefile (DAC_SUFFIX): Changed to ".dae".
506     (DAEM_SUFFIX): New.
507    
508 wakaba 1.64 2005-09-24 Wakaba <wakaba@suika.fam.cx>
509    
510     * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
511     and "ManakaiDOM:ManakaiDOM2".
512    
513     * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
514     DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
515     instead of disPerl:Q for internal property hash keys.
516    
517     * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
518     definitions added.
519    
520     * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
521     New resources.
522    
523     * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
524     resources.
525    
526 wakaba 1.63 2005-09-23 Wakaba <wakaba@suika.fam.cx>
527    
528     * GenericLS.dis, SimpleLS.dis: New modules separated
529     from DOMLS.dis.
530    
531     * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
532     moved from DOMMain to DOMFeature. Now DOMFeature
533     has no dependency on DOMMain.
534    
535     * DOMFeature.dis (DEBUG): New variable.
536    
537 wakaba 1.62 2005-09-22 Wakaba <wakaba@suika.fam.cx>
538    
539     * Makefile: DAC_SUFFIX changed to ".dad".
540    
541 wakaba 1.61 2005-09-21 Wakaba <wakaba@suika.fam.cx>
542    
543     * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
544     features if it is "for" ManakaiDOM:DOMXMLFeature.
545    
546 wakaba 1.74 * DOMMain.pm (StringExtend): Code portions of raising
547 wakaba 1.61 StringOutOfBoundsException is temporary disabled since
548     it is not a DOM-style exception supported by
549     current implementation of ManakaiNode - it will be
550     recovered in later revision.
551    
552 wakaba 1.60 2005-09-20 Wakaba <wakaba@suika.fam.cx>
553    
554     * DOMFeature.pm: Debug output code copied
555     from Attic/DOMMetaImpl.pm (Should these code incorporated
556     to source dis file?).
557    
558 wakaba 1.59 2005-09-19 Wakaba <wakaba@suika.fam.cx>
559    
560     * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
561     ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
562     ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
563     (ManakaiDOMTimeStamp): Removed.
564    
565     * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
566     longer in use).
567    
568     2005-09-18 Wakaba <wakaba@suika.fam.cx>
569    
570     * DOMMain.dis (StringOutOfBoundsException): New exception.
571    
572 wakaba 1.58 2005-09-15 Wakaba <wakaba@suika.fam.cx>
573    
574     * DOMFeature.dis: dis:dataType and dis:multipleProperties
575     properties added to properties.
576    
577 wakaba 1.57 2005-09-08 Wakaba <wakaba@suika.fam.cx>
578    
579     * Makefile: Rules renewaled.
580    
581     2005-09-07 Wakaba <wakaba@suika.fam.cx>
582    
583     * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
584    
585     2005-09-05 Wakaba <wakaba@suika.fam.cx>
586    
587     * DOMMain.dis (DOMImplementationRegistry,
588     DOMImplementationRegistryVar): New.
589    
590     * DOMFeature.dis (DOMImplementationRegistry,
591     DOMImplementationRegistryVar): Removed.
592     (ImplementationRegistry): New class.
593    
594 wakaba 1.56 2005-09-04 Wakaba <wakaba@suika.fam.cx>
595    
596     * DOMFeature.dis: New module.
597    
598     * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
599    
600     * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
601     (DOMString, DOMTimeStamp): Now they are not interfaces
602     but datatypes.
603     (DOMUserData, DOMObject, DOMUserData): Now they
604     are subtypes rather than aliases of their "real" type in IDL.
605    
606     * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
607     New interfaces and classes.
608    
609 wakaba 1.55 2005-09-01 Wakaba <wakaba@suika.fam.cx>
610    
611     * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
612     property of the new Text node.
613    
614 wakaba 1.54 2005-08-29 Wakaba <wakaba@suika.fam.cx>
615    
616     * Makefile: Loads "NaturalLanguage.dis".
617    
618     2005-08-26 Wakaba <wakaba@suika.fam.cx>
619    
620     * DOMCore.dis (createDocument): Set "ownerDocument" attribute
621     to the root element created by the method. (It was forgotten!!)
622    
623 wakaba 1.53 2005-08-15 Wakaba <wakaba@suika.fam.cx>
624    
625     * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
626     in the code of removing the newChild from the previous
627     parent of that node is fixed.
628    
629 wakaba 1.52 2005-05-29 Wakaba <wakaba@suika.fam.cx>
630    
631     * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
632     namespace prefix of element type if it is not declared
633     but not used else. A shift is replaced by pop:).
634    
635     * DOMCore.dis (getFeature): The getFeature method
636     for Node-derived classes implemented.
637     * DOMXML.dis (getFeature): Ditto.
638    
639 wakaba 1.51 2005-05-21 Wakaba <wakaba@suika.fam.cx>
640    
641     * DOMCore.dis (getNodeReference): Use HTMLDocument class
642     if a document node has no document element node but
643     has support for the "HTML" feature.
644    
645 wakaba 1.50 2005-03-03 Wakaba <wakaba@suika.fam.cx>
646    
647     * DOMMetaImpl.dis (features input normalizer): Variable name
648     typo fixed.
649     (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
650     so that version specification for "+"'ed feature name does work now.
651    
652 wakaba 1.49 2005-03-02 Wakaba <wakaba@suika.fam.cx>
653    
654     * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
655     removed (now defined in DOMMetaImpl).
656    
657 wakaba 1.48 2005-02-21 Wakaba <wakaba@suika.fam.cx>
658    
659     * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
660    
661     * Makefile: Rules for DOMMetaImpl module added.
662    
663 wakaba 1.47 2005-02-20 Wakaba <wakaba@suika.fam.cx>
664    
665     * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
666    
667 wakaba 1.45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
668    
669 wakaba 1.46 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
670     is an instance method, not a class method.
671    
672 wakaba 1.45 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
673     ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
674     (Exception-related definitions): Removed (moved to
675     "lib/Message/Util/Error/DOMException.dis").
676     (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
677     to DISLang).
678    
679     2005-02-17 Wakaba <wakaba@suika.fam.cx>
680    
681     * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
682     "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
683     "lib/Message/Util/ManakaiNode.dis").
684     (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
685     "lib/manakai/DISCore.dis").
686     (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
687     ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
688     "lib/manakai/DISLang.dis").
689    
690     2005-02-16 Wakaba <wakaba@suika.fam.cx>
691    
692     * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
693     DISPerl module).
694    
695 wakaba 1.44 2005-01-07 Wakaba <wakaba@suika.fam.cx>
696    
697     * DOMCore.dis: Each "delete array-item" replaced to a "splice".
698    
699 wakaba 1.43 2005-01-06 Wakaba <wakaba@suika.fam.cx>
700    
701     * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
702     XML document.
703    
704 wakaba 1.42 2005-01-05 Wakaba <wakaba@suika.fam.cx>
705    
706     * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
707     (IntMethod[isExternallyReferred]): Rewritten.
708     (IntMethod[isExternallyReferredDownward]): Removed.
709     (Checking XML name legallity): Fix true or false mistakes.
710     (destroy, importTree, orphanate): Rewritten.
711     (destroyDownward, changeTreeIDDownward): Removed.
712     (TreeCore:urefnode property): Removed since not used.
713    
714     * DOMCore.dis: Tying array for NodeList implemented.
715    
716     2005-01-02 Wakaba <wakaba@suika.fam.cx>
717    
718     * DOMHTML.dis (HTMLDOMImplementation): New interface.
719    
720     * DOMViews.dis: Documentation for properties are added.
721    
722 wakaba 1.40 2004-12-29 Wakaba <wakaba@suika.fam.cx>
723    
724 wakaba 1.41 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
725    
726 wakaba 1.40 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
727    
728 wakaba 1.39 2004-12-28 Wakaba <wakaba@suika.fam.cx>
729    
730     * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
731    
732 wakaba 1.38 2004-12-01 Wakaba <wakaba@suika.fam.cx>
733    
734     * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
735    
736 wakaba 1.37 2004-11-03 Wakaba <wakaba@suika.fam.cx>
737    
738     * .cvsignore: Ignore pod files.
739    
740 wakaba 1.36 2004-10-31 Wakaba <wakaba@suika.fam.cx>
741    
742     * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
743    
744     * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
745     be DOMString->length.
746    
747     * DOMCore.dis (Element.getElementsByTagName,
748     Node.getElementsByTagName, Element.getElementsByTagNameNS,
749     Node.getElementsByTagNameNS): Implemented.
750     (Element.getAttributeNode, Element.getAttributeNodeNS):
751     Check whether defined.
752    
753 wakaba 1.35 2004-10-18 Wakaba <wakaba@suika.fam.cx>
754    
755     * DOMWebForms.dis: New module.
756    
757 wakaba 1.33 2004-10-17 Wakaba <wakaba@suika.fam.cx>
758    
759 wakaba 1.34 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
760     DOMHTML.dis: New modules.
761 wakaba 1.33
762 wakaba 1.32 2004-10-16 Wakaba <wakaba@suika.fam.cx>
763    
764     * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
765    
766 wakaba 1.30 2004-10-11 Wakaba <wakaba@suika.fam.cx>
767    
768     * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
769 wakaba 1.31 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
770 wakaba 1.30
771 wakaba 1.28 2004-10-10 Wakaba <wakaba@suika.fam.cx>
772 wakaba 1.30
773     * DOMEvents.dis: New module.
774 wakaba 1.28
775 wakaba 1.29 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
776     node reference.
777    
778     * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
779     to '$self' for correct error reporting and not to leak memory.
780    
781 wakaba 1.28 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
782     * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
783    
784 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
785    
786 wakaba 1.28 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
787     * ManakaiDOMCore.dis (ConfigParam): Removed.
788    
789 wakaba 1.27 * dis2pm.pl: Functions to create perl/pod structures
790     are moved to ../../bin/genlib.pl.
791 wakaba 1.28 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
792     character of a paragraph.
793 wakaba 1.27
794 wakaba 1.26 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
795     Set ownerDocument as parent if parent.ownerDocument is null.
796    
797     * dis2pm.pl (dis2perl): Report if DIS code has value.
798    
799     2004-10-06 Wakaba <wakaba@suika.fam.cx>
800    
801     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
802     of ManakaiDOMMain interfaces.
803    
804     * DOMCore.dis (Node.childNodes): Typo fixed.
805    
806     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
807     prefix is null.
808    
809     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
810     (Condition): Don't generate condition inheritance for DOM1, DOM2
811     and DOM3.
812    
813 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
814    
815     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
816     element type 'FILE' added.
817    
818     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
819     ManakaiDOMException, ManakaiDOMWarning): New classes.
820     (ManakaiDOMObject/___report_error): Implemented.
821    
822     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
823    
824 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
825    
826     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
827     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
828    
829     2004-09-27 Wakaba <wakaba@suika.fam.cx>
830    
831     * .cvsignore: New file.
832    
833 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
834    
835 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
836    
837 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
838     license.
839 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
840     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
841     (perl_name): Die if uninitialized value.
842     (constgroup2perl): Support constant group without machine-name.
843     (pod_item): Die if uninitialized value.
844     (qname_label): Don't output default prefix.
845 wakaba 1.22
846     * idl2dis.pl: Output module name and prefix as 'BindingName'
847     and 'FileName'.
848    
849 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
850    
851 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
852    
853     * idl2dis.pl (type, raise): Prepend namespace prefix if
854     type is 'DOMString' or 'DOMException' and it is not defined.
855     (MAIN): Make empty 'Return' element even if return
856     value is void.
857     (supply_incase): New.
858     (const): Use 'FullName' in favor of 'Description' if the name of
859     the const group is not a machine-friendly name.
860    
861     2004-09-26 Wakaba <wakaba@suika.fam.cx>
862    
863 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
864    
865 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
866    
867     * dis2pm.pl: Generate TODO list.
868     (method2perl): Use "dis".
869     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
870     (perl_builtin_code): New code 'isRelativeDOMURI' added.
871    
872     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
873     warning code.
874    
875     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
876     method or attribute(set) does not return a value.
877     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
878     parameter.
879    
880 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
881    
882     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
883     (param2poditem): New.
884     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
885     (perl_builtin_code): More developer-friendly error report.
886     (perl_code): New 'REQUIRE' statement added.
887     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
888     (get_value_literal): Default for unknown type is now 'undef'.
889    
890     2004-09-22 Wakaba <wakaba@suika.fam.cx>
891    
892     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
893     'XMLVersion' added.
894    
895 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
896    
897 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
898     even if it is 'ReMethod' and 'ReAttr' element.
899    
900     2004-09-20 Wakaba <wakaba@suika.fam.cx>
901    
902 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
903     (get_redef_description): New function.
904     (get_isa_description): New function.
905     (disdoc2pod, disdoc2text): New.
906     (get_description): DISDOC support.
907     (valid_err, valid_err): New option 'node' implemented.
908    
909     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
910    
911 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
912    
913 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
914     not defined.
915    
916     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
917    
918 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
919     introduced.
920 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
921     Name and its Type.
922     (constgroup2perl): "IsBitMask" attribute introduced.
923 wakaba 1.14
924     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
925    
926 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
927     unsigned-short added.
928     (perl_code): Die if uninitialized value is given.
929     (is_all_implemented): New function.
930    
931     * ManakaiDOMXML.dis: New module.
932    
933     * ManakaiDOMCore.dis: New module.
934    
935     * dis2pm.pl (dis2perl): 'Overridden' added.
936    
937 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
938    
939     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
940     (ManakaiDOMNodeObject->orphanate): New internal method.
941     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
942     of internal methods are now qualified by the package name.
943    
944 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
945    
946     * DOMMain.dis: 'SpecLevel' attribute added.
947    
948     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
949    
950     * dis2pm.pl (get_level_description): Attribute name to see is
951     changed from 'Level' to 'SpecLevel'
952     (const2perl): Don't hardlink constant not to be warned
953     by perl -w.
954     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
955     perl -w.
956 wakaba 1.12 (get_internal_code): Support of lang:dis.
957 wakaba 1.11
958     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
959    
960     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
961     Separeted from "DOMString".
962     (if2perl, attr2perl): Don't cast to DOMString.
963    
964 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
965    
966     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
967     (perl_if): Don't indent if preprocessing direction found.
968     (perl_code_source): Add \n before the #line directive.
969    
970     2004-09-14 Wakaba <wakaba@suika.fam.cx>
971    
972     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
973     attribute.
974     (perl_code): __SUPER{name}__ syntax implemented.
975    
976 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
977    
978     * dis2pm.pl (dis2perl): New.
979    
980     2004-09-12 Wakaba <wakaba@suika.fam.cx>
981    
982     * dis2pm.pl (get_warning_perl_code): New.
983    
984 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
985    
986     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
987     (ManakaiDOMNamespaceURI): New DataType.
988    
989     * DOMCore.dis: Most part of DOMImplementation interface is
990     implemented.
991    
992     * dis2pm.pl (method2perl): Description for returned value
993     is changed to be grouped.
994     (get_value_literal): Don't quote "null" even if it is a DOMString.
995     (perl_exception): Don't output terminating semicolon.
996     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
997     supported.
998    
999 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
1000 wakaba 1.8
1001     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
1002     implemented.
1003 wakaba 1.7
1004     * idl2dis.pl (type): Don't output Require element for
1005     DOMMain module (now it is implicitly required by default).
1006    
1007 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
1008    
1009     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
1010    
1011 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
1012    
1013     * dis2pm.pl (const2perl, constgroup2perl): New.
1014    
1015     * idl2dis.pl (idlna): New.
1016    
1017 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
1018    
1019     * dis2pm.pl: Versioned implementation of "IF" supported (see
1020     also Manakai Development Memo : 2004-08-29
1021     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
1022    
1023     * idl2dis.pl (register_required_module): ISA is now
1024     converted to elements, not a list attribute.
1025    
1026 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
1027    
1028 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
1029     name "Type" and "TypeAlias" changed to "DataType" and
1030     "DataTypeAlias".
1031    
1032 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
1033    
1034 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
1035    
1036     * ChangeLog: New file.
1037    
1038     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
1039     New files (Moved from ../Markup/XML/DOM/).
1040    
1041    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24