/[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.108 - (hide annotations) (download)
Thu Jan 26 08:21:03 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.107: +12 -0 lines
++ manakai/lib/Message/DOM/ChangeLog	26 Jan 2006 08:20:54 -0000
2006-01-26  Wakaba  <wakaba@suika.fam.cx>

	* XDoctype.dis: A bug in test code fixed.

	* Tree.dis (NamedNodeMap): Element type or attribute
	definition named node maps now can be dereferenced
	as if they are array or hash references.
	(removeNamedItem, item, ___report_error): Implemented for element type
	or attribute definitions.
	(length): Tests added.
	(NamedNodeMapArray): New classes.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24