/[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.113 - (show annotations) (download)
Sun Jan 29 13:58:52 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.112: +36 -0 lines
++ manakai/t/ChangeLog	29 Jan 2006 13:41:06 -0000
	* Makefile (dom-genericls.t): Generates from |feature.dae|.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	29 Jan 2006 13:32:04 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig.dis: Unused definitions are removed.
	Dependency on |MDOM:DOMLS| module is removed; the module
	now only references |MDOM:GenericLS| module.
	(swcfg21:shadowParent, swcfg21:shadowSiblingOf,
	swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing
	definition added.  A typo fixed.

++ manakai/lib/Message/Util/ChangeLog	29 Jan 2006 13:33:46 -0000
	* Makefile: Updated to be consist with |../DOM/Makefile|.

	* DIS.dis (parse): Parameter |input|'s type is
	changed from |DOMLS:LSInput| to |DISPerl:HASH| to
	remove dependency on |MDOM:DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Jan 2006 13:39:45 -0000
	* Perl.dis, DNLite.dis, Value.dis, Test.dis: Unused definitions removed.

	* Test.dis, DPS.dis: References to old names in |MDOM:DOMLS| namespace
	changed to ones in |MDOM:GenericLS| namespace.

	* Perl.dis (plLoadDISDatabaseModule): Don't throw database
	incosistency error for |ManakaiDOM:all|, which is always
	in |DISDatabase|.
	(plGeneratePerlModule): |c:DOMConfigurationParameterApplication|
	with whose referenced configuration's type |idl:boolean|
	may override "supported" flags and their cases' |dis:SetParam|
	parameters.  (It enables |MDOM:DOMLS| configuration
	parameters split from |MDOM:DOMCore| ones)

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	29 Jan 2006 13:29:45 -0000
	* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration
	parameter name changed to |cfg:entity-reference-read-only|.
	(createEntityReference): Set |c:read-only| flag of
	the created entity reference, too.

	* DOMLS.dis (min): New canonical feature name |fe:Min| added.

	* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString|
	from |DOMFeature| module instead.  Use |idl:Object|
	instead of |DOMMain:DOMObject| as well.
	(Generic): New canonical feature name |fe:GenericLS| added.
	(DOMLS:ParserRole, DOMLS:SerializerRole): Their
	canonical name changed to |gls:ParserRole| and |gls:SerializerRole|
	respectively.

	* DOMXML.dis (entities, notations): Perl code removed.
	It will be reimplemented using |DocumentTypeDefinition|
	class from |XDoctype| module.

	* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis,
	Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis,
	SimpleLS.dis: Cleaned up unused definitions.

	* DOMCore.dis, DOMLS.dis (CParam): Definitions
	for LS module moved from |DOMCore| module to |DOMLS| module.
	This change makes |DOMCore| to |DOMLS| dependency removed.

	* .cvsignore (.html.pm, .ls.pm): Removed.

	* Makefile (.html.pm, .ls.pm): Removed.
	(feature.dae): Include |GenericLS| module.
	(core.dae): Don't include |DOMLS| and |GenericLS| module.
	(ls.dae): Include |DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24