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 (StringExtended): 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/).