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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.112

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24