/[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.101 - (hide annotations) (download)
Sat Jan 7 13:16:58 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.100: +5 -0 lines
++ manakai/lib/Message/Util/DIS/ChangeLog	7 Jan 2006 12:40:22 -0000
	* Perl.dis (plCodeFragment): Checks dupulications in
	implementing feature list (for score computation) and
	in |ManakaiNode| property list.  (The later led
	|NodeStem| objects that should not free'ed yet being free'ed.)

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

++ manakai/lib/Message/DOM/ChangeLog	7 Jan 2006 13:13:52 -0000
	* DOMCore.dis (Test): Don't invoke |DESTROY| method
	because it does not work with dummy object used in the test code.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24