/[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.105 - (hide annotations) (download)
Mon Jan 23 12:43:34 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.104: +13 -0 lines
++ manakai/t/ChangeLog	23 Jan 2006 12:43:00 -0000
2006-01-23  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |util-mntest.t| added.

++ manakai/lib/Message/Util/ChangeLog	23 Jan 2006 12:42:01 -0000
2006-01-23  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNodeTest.dis: New module.

	* Makefile: |ManakaiNodeTest.dis| added.

++ manakai/lib/Message/DOM/ChangeLog	23 Jan 2006 12:41:27 -0000
	* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
	INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.

	* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
	to avoid uninitialized value warning.

	* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
	classes (work in progress).

	* XDoctype.dis (elementTypes, attributeDefinitions): New attributes.

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

++ manakai/lib/manakai/ChangeLog	22 Jan 2006 07:12:00 -0000
2006-01-22  Wakaba  <wakaba@suika.fam.cx>

	* mndebug.pl: New script.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24