2005-12-28 Wakaba * XMLParser.dis (DocumentEntity): Typos fixed. (|lexmode|s): New |?default-token| statements are used so that tokenizer description has been simplified and CDATA sections now can be parsed. 2005-12-28 Wakaba * XMLParser.dis: Some modifications made. 2005-12-27 Wakaba * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a global named resource. * Makefile: Rules to make |XMLParser.pm| is added. * XMLParser.dis: New file. 2005-12-24 Wakaba * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error message formatter can now vary by error types. (DOMLocator.utf32Offset): New (manakai extended) attribute. 2005-12-23 Wakaba * DOMCore.dis (DOMLocator): Implemented. 2005-12-21 Wakaba * DOMCore.dis (DOMConfigurationParameterApplication, domConfigurationParameter): New resources. 2005-11-25 Wakaba * Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): New methods. 2005-11-24 Wakaba * DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. * DOMMain.dis (___report_error): Throws the error unkess it is a |DOMCore:DOMError| object. 2005-11-24 Wakaba * DOMCore.dis (severity, type): Getters return value from the definition of the current error (i.e. |-def| hash). (___error_def): New method. (errorType): |dis:dataType| changed to |DISCore:TFQNames| to ease natural reference to constant value. (error-handler.default): Prints the error message by |warn|. * Tree.dis (nodeValue.set): Reimplemented so that it warns as setting has no effect. (___report_error): New method. (It had been only implemented in superclass.) (setting-node-value-no-effect): New error type. 2005-11-23 Wakaba * DOMCore.dis: Error codes added. * Tree.dis (destroyNodeStem): New method implementation. 2005-11-22 Wakaba * Tree.dis (cloneNode): User data handlers implemented. (adoptNode): User data handlers implemented. 2005-11-21 Wakaba * DOMCore.dis (UserDataHandler): A constraint for Perl binding added. * Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. (getUserData, setUserData): Implemented. 2005-11-20 Wakaba * DOMCore.dis (UserDataHandler): Implemented. (DOMErrorHandler): Blessed package name bug fixed. * ManakaiDOMLS2003.dis: Reference to |Node| subclasses changed to |Tree.dis|. 2005-11-20 Wakaba * DOMMain.dis: Unused declarations and definitions removed. * DOMCore.dis: DOM document tree related interfaces removed. * Tree.dis: New module separated from |DOMCore.dis|. * DOMXML.dis: Some referent changed to |Tree.dis|. * Makefile: |Tree.dis| added. 2005-11-16 Wakaba * .cvsignore: Revised. 2005-11-16 Wakaba * ManakaiDOMLS2003.dis: Tests added. (domConfig): Method name in the code fixed to |flag|. * DOMMain.dis (findOffset32): Missing |^| in regular expressions added. * DOMCore.dis (hasChildNodes): Returns |false| if the node type is defined not to have any children. (CharacterData): Typos in element type names and function names fixed. 2005-11-15 Wakaba * DOMFeature.dis (MinimumImplementation.eq): Added. * DOMMain.dis: |DISPerl:ISA| reference fixed. * Generic.dis: Implements new |DOMLS:Generic| feature. 2005-11-15 Wakaba * DOMFeature.dis (stringifyFeatures): Don't double |SPACE| characters between feature names and versions. 2005-11-13 Wakaba * DOMFeature.dis (stringifyFeatures): A test code added. 2005-10-26 Wakaba * SimpleLS.dis (writeToString): Don't stop serializing when an |false| value appears in |@src|. 2005-10-16 Wakaba * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. (ErrDef): Redefined. * DOMLS.dis (ErrDef): Redefined. 2005-10-16 Wakaba * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". 2005-10-15 Wakaba * DOMCore.dis (Require): References "DOMLS.dis" module. (CParam): Definitions for LS module added. * DOMLS.dis (ManakaiDOMLSInput): The input processor is also an output processor now. (ManakaiDOMLSResourceResolver): Implemented. (CParam): Definitions updated. 2005-10-14 Wakaba * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, NOT_SUPPORTED_CONFIG_VALUE_ERR, INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. (DOMConfiguration): Implemented. (CParam): Definitions updated. * DOMMain.dis (DOMURIs): New data type. 2005-10-13 Wakaba * DOMCore.dis (setAttrValueNS): New code. 2005-10-12 Wakaba * DOMCore.dis: Don't set "infoset:prefix" internal property unless it has non-null value. (newObject): "refNode" parameter introduced. (ManakaiDOMNode.newObject): Calls "NodeStem.newNode" method if "refNode" parameter is specified. (cloneNode): Don't set "read-only" flag. (getNodeReference): Caches the result. (selectAttributeNodeForRemove): Don't removes any other non-namespace-aware attribute nodes. 2005-10-11 Wakaba * DOMCore.dis (appendChild, createElementNS, createAttributeNS, setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. (doStrictErrorChecking): New code. * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute supported. * Makefile: Rule to make "DOMFeature.pm" restored. 2005-10-10 Wakaba * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. (adoptNode): Implemented. 2005-10-09 Wakaba * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. * DOMFeature.dis (DOMCore:implementation): Short name added. * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. (DOMCore:node): New error parameter. (DOMCore:ownerDocument): Changed from "mn:irefnode0" to "mn:xrefnode0". For this reason, all assignments to this property have been rewritten to references to code "mn:setXRefNode". (cloneNode): Implemented. (setAttributeNode): A missing "importTree" method call added. (setAttributeNodeNS): Perl code removed and changed to a reference to "setAttributeNode" method code. * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" property to "mn:xrefnode0" property. 2005-10-08 Wakaba * DOMCore.dis, DOMLS.dis: Now constant values are defined only in interfaces. 2005-10-06 Wakaba * DOMCore.dis (ManakaiDOMEmptyNodeList): New class. (ManakaiDOMCharacterData): Methods reimplemented. (splitText): Reimplemented. (childNodes): Returns a "ManakaiDOMEmptyNodeList" for non-parent node types. * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" for non-parent node types. 2005-10-05 Wakaba * ManakaiDOMLS2003.dis: Revised to new format. * GenericLS.dis (DOMLS:ParseString): New feature. 2005-10-05 Wakaba * DOMFeature.dis: Description added and revised. (Still more work required.) 2005-10-04 Wakaba * DOMMain.dis (DOMString): The "idl:perl" attribute value has been changed from "DISPerl:String" to "DISPerl:CharacterString" to clarify its semantics. 2005-10-03 Wakaba * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound type properties added. * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound type properties added. 2005-10-02 Wakaba * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" properties added. 2005-10-01 Wakaba * DOMFeature.dis: Documentation added (still work in progress). (MIString): New type. * DOMCore.dis (namespaceURI): Fixed to return the namespace URI value, not a reference to it. 2005-09-30 Wakaba * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local names where possible. * DOMFeature.dis: Documentation for DOM Minimum Implementation added (still work in progress). * Makefile (feature.dae, feature-spec.dae): New rules. 2005-09-27 Wakaba * DOMCore.dis (DOMCore:nodeProp): New property. * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" is removed. 2005-09-26 Wakaba * DOMCore.dis, DOMXML.dis: New mn:* properties added. 2005-09-25 Wakaba * Makefile (DAC_SUFFIX): Changed to ".dae". (DAEM_SUFFIX): New. 2005-09-24 Wakaba * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" and "ManakaiDOM:ManakaiDOM2". * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H instead of disPerl:Q for internal property hash keys. * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property definitions added. * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): New resources. * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New resources. 2005-09-23 Wakaba * GenericLS.dis, SimpleLS.dis: New modules separated from DOMLS.dis. * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions moved from DOMMain to DOMFeature. Now DOMFeature has no dependency on DOMMain. * DOMFeature.dis (DEBUG): New variable. 2005-09-22 Wakaba * Makefile: DAC_SUFFIX changed to ".dad". 2005-09-21 Wakaba * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" features if it is "for" ManakaiDOM:DOMXMLFeature. * DOMMain.pm (StringExtend): Code portions of raising StringOutOfBoundsException is temporary disabled since it is not a DOM-style exception supported by current implementation of ManakaiNode - it will be recovered in later revision. 2005-09-20 Wakaba * DOMFeature.pm: Debug output code copied from Attic/DOMMetaImpl.pm (Should these code incorporated to source dis file?). 2005-09-19 Wakaba * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. (ManakaiDOMTimeStamp): Removed. * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no longer in use). 2005-09-18 Wakaba * DOMMain.dis (StringOutOfBoundsException): New exception. 2005-09-15 Wakaba * DOMFeature.dis: dis:dataType and dis:multipleProperties properties added to properties. 2005-09-08 Wakaba * Makefile: Rules renewaled. 2005-09-07 Wakaba * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. 2005-09-05 Wakaba * DOMMain.dis (DOMImplementationRegistry, DOMImplementationRegistryVar): New. * DOMFeature.dis (DOMImplementationRegistry, DOMImplementationRegistryVar): Removed. (ImplementationRegistry): New class. 2005-09-04 Wakaba * DOMFeature.dis: New module. * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. (DOMString, DOMTimeStamp): Now they are not interfaces but datatypes. (DOMUserData, DOMObject, DOMUserData): Now they are subtypes rather than aliases of their "real" type in IDL. * DOMCore.dis (DOMImplementationList, DOMImplementationSource): New interfaces and classes. 2005-09-01 Wakaba * DOMCore.dis (setTextNodeContent): Sets the infoset:parent property of the new Text node. 2005-08-29 Wakaba * Makefile: Loads "NaturalLanguage.dis". 2005-08-26 Wakaba * DOMCore.dis (createDocument): Set "ownerDocument" attribute to the root element created by the method. (It was forgotten!!) 2005-08-15 Wakaba * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo in the code of removing the newChild from the previous parent of that node is fixed. 2005-05-29 Wakaba * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use namespace prefix of element type if it is not declared but not used else. A shift is replaced by pop:). * DOMCore.dis (getFeature): The getFeature method for Node-derived classes implemented. * DOMXML.dis (getFeature): Ditto. 2005-05-21 Wakaba * DOMCore.dis (getNodeReference): Use HTMLDocument class if a document node has no document element node but has support for the "HTML" feature. 2005-03-03 Wakaba * DOMMetaImpl.dis (features input normalizer): Variable name typo fixed. (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug so that version specification for "+"'ed feature name does work now. 2005-03-02 Wakaba * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are removed (now defined in DOMMetaImpl). 2005-02-21 Wakaba * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. * Makefile: Rules for DOMMetaImpl module added. 2005-02-20 Wakaba * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). 2005-02-18 Wakaba * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference is an instance method, not a class method. * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). (Exception-related definitions): Removed (moved to "lib/Message/Util/Error/DOMException.dis"). (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved to DISLang). 2005-02-17 Wakaba * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to "lib/Message/Util/ManakaiNode.dis"). (ResourceDef[ManakaiDOM:DataType]): Removed (moved to "lib/manakai/DISCore.dis"). (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, ManakaiDOM:PrimitiveTypeClass]): Removed (moved to "lib/manakai/DISLang.dis"). 2005-02-16 Wakaba * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to DISPerl module). 2005-01-07 Wakaba * DOMCore.dis: Each "delete array-item" replaced to a "splice". 2005-01-06 Wakaba * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an XML document. 2005-01-05 Wakaba * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. (IntMethod[isExternallyReferred]): Rewritten. (IntMethod[isExternallyReferredDownward]): Removed. (Checking XML name legallity): Fix true or false mistakes. (destroy, importTree, orphanate): Rewritten. (destroyDownward, changeTreeIDDownward): Removed. (TreeCore:urefnode property): Removed since not used. * DOMCore.dis: Tying array for NodeList implemented. 2005-01-02 Wakaba * DOMHTML.dis (HTMLDOMImplementation): New interface. * DOMViews.dis: Documentation for properties are added. 2004-12-29 Wakaba * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). 2004-12-28 Wakaba * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). 2004-12-01 Wakaba * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). 2004-11-03 Wakaba * .cvsignore: Ignore pod files. 2004-10-31 Wakaba * DOMXML.dis (ProcessingInstruction.data): Property name error fixed. * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should be DOMString->length. * DOMCore.dis (Element.getElementsByTagName, Node.getElementsByTagName, Element.getElementsByTagNameNS, Node.getElementsByTagNameNS): Implemented. (Element.getAttributeNode, Element.getAttributeNodeNS): Check whether defined. 2004-10-18 Wakaba * DOMWebForms.dis: New module. 2004-10-17 Wakaba * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, DOMHTML.dis: New modules. 2004-10-16 Wakaba * DOMMouseEvents.dis, DOMTextEvents.dis: New module. 2004-10-11 Wakaba * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. 2004-10-10 Wakaba * DOMEvents.dis: New module. * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return node reference. * ManakaiDOMLS2003.dis (error_handler): '$caller' changed to '$self' for correct error reporting and not to leak memory. * Makefile (DIS2PM_PL): Path to dis2pm.pl changed. * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). 2004-10-09 Wakaba * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. * ManakaiDOMCore.dis (ConfigParam): Removed. * dis2pm.pl: Functions to create perl/pod structures are moved to ../../bin/genlib.pl. (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first character of a paragraph. * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): Set ownerDocument as parent if parent.ownerDocument is null. * dis2pm.pl (dis2perl): Report if DIS code has value. 2004-10-06 Wakaba * ManakaiDOMCore.dis (IFs): Inherit non-conditional version of ManakaiDOMMain interfaces. * DOMCore.dis (Node.childNodes): Typo fixed. * ManakaiDOMLS2003.dis (parse): Check whether the namespace prefix is null. * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. (Condition): Don't generate condition inheritance for DOM1, DOM2 and DOM3. 2004-09-30 Wakaba * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New element type 'FILE' added. * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, ManakaiDOMException, ManakaiDOMWarning): New classes. (ManakaiDOMObject/___report_error): Implemented. * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. 2004-09-29 Wakaba * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. 2004-09-27 Wakaba * .cvsignore: New file. 2004-09-27 Wakaba * DOMLS.dis, ManakaiDOMLS2003: New file. * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL license. (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', 'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. (perl_name): Die if uninitialized value. (constgroup2perl): Support constant group without machine-name. (pod_item): Die if uninitialized value. (qname_label): Don't output default prefix. * idl2dis.pl: Output module name and prefix as 'BindingName' and 'FileName'. 2004-09-26 Wakaba * dis2pm.pl (constgroup2perl): Capitalize name. * idl2dis.pl (type, raise): Prepend namespace prefix if type is 'DOMString' or 'DOMException' and it is not defined. (MAIN): Make empty 'Return' element even if return value is void. (supply_incase): New. (const): Use 'FullName' in favor of 'Description' if the name of the const group is not a machine-friendly name. 2004-09-26 Wakaba * dis2pm.pl (get_incase_label): Error if label is undef. 2004-09-25 Wakaba * dis2pm.pl: Generate TODO list. (method2perl): Use "dis". (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. (perl_builtin_code): New code 'isRelativeDOMURI' added. * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New warning code. * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the method or attribute(set) does not return a value. (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow parameter. 2004-09-24 Wakaba * dis2pm.pl (perl_exception): New 'subtype' parameter added. (param2poditem): New. (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. (perl_builtin_code): More developer-friendly error report. (perl_code): New 'REQUIRE' statement added. (disdoc2text, disdoc2pod): New 'QUOTE' element type added. (get_value_literal): Default for unknown type is now 'undef'. 2004-09-22 Wakaba * dis2pm.pl (perl_builtin_code): New 'CheckName' and 'XMLVersion' added. 2004-09-20 Wakaba * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements even if it is 'ReMethod' and 'ReAttr' element. 2004-09-20 Wakaba * dis2pm.pl (type_label): New option 'is_pod' implemented. (get_redef_description): New function. (get_isa_description): New function. (disdoc2pod, disdoc2text): New. (get_description): DISDOC support. (valid_err, valid_err): New option 'node' implemented. * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. 2004-09-19 Wakaba * dis2pm.pl (condition_match): Report error if the condition not defined. * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute introduced. (constgroup2perl): Define is-a relationship between group Name and its Type. (constgroup2perl): "IsBitMask" attribute introduced. * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". * dis2pm.pl (type_label): Type label for unsigned-long and unsigned-short added. (perl_code): Die if uninitialized value is given. (is_all_implemented): New function. * ManakaiDOMXML.dis: New module. * ManakaiDOMCore.dis: New module. * dis2pm.pl (dis2perl): 'Overridden' added. 2004-09-18 Wakaba * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. (ManakaiDOMNodeObject->orphanate): New internal method. (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls of internal methods are now qualified by the package name. 2004-09-17 Wakaba * DOMMain.dis: 'SpecLevel' attribute added. * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. * dis2pm.pl (get_level_description): Attribute name to see is changed from 'Level' to 'SpecLevel' (const2perl): Don't hardlink constant not to be warned by perl -w. (ops2perl): Declare subroutine 'DESTROY' not to be warned by perl -w. (get_internal_code): Support of lang:dis. * ManakaiDOM.dis (newReference): New parameter 'class' introduced. * dis2pm.pl (perl_builtin_code:): Separeted from "DOMString". (if2perl, attr2perl): Don't cast to DOMString. 2004-09-15 Wakaba * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. (perl_if): Don't indent if preprocessing direction found. (perl_code_source): Add \n before the #line directive. 2004-09-14 Wakaba * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support attribute. (perl_code): __SUPER{name}__ syntax implemented. 2004-09-13 Wakaba * dis2pm.pl (dis2perl): New. 2004-09-12 Wakaba * dis2pm.pl (get_warning_perl_code): New. 2004-09-10 Wakaba * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. (ManakaiDOMNamespaceURI): New DataType. * DOMCore.dis: Most part of DOMImplementation interface is implemented. * dis2pm.pl (method2perl): Description for returned value is changed to be grouped. (get_value_literal): Don't quote "null" even if it is a DOMString. (perl_exception): Don't output terminating semicolon. (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is supported. 2004-09-09 Wakaba * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' implemented. * idl2dis.pl (type): Don't output Require element for DOMMain module (now it is implicitly required by default). 2004-09-01 Wakaba * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. 2004-08-31 Wakaba * dis2pm.pl (const2perl, constgroup2perl): New. * idl2dis.pl (idlna): New. 2004-08-30 Wakaba * dis2pm.pl: Versioned implementation of "IF" supported (see also Manakai Development Memo : 2004-08-29 ). * idl2dis.pl (register_required_module): ISA is now converted to elements, not a list attribute. 2004-08-22 Wakaba * idl2dis.pl (register_required_module): Top-level element type name "Type" and "TypeAlias" changed to "DataType" and "DataTypeAlias". * dis2pm.pl (perl_code_source): New function. 2004-08-21 Wakaba * ChangeLog: New file. * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: New files (Moved from ../Markup/XML/DOM/).