/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24