--- messaging/manakai/bin/ChangeLog 2005/08/30 12:30:44 1.19 +++ messaging/manakai/bin/ChangeLog 2006/05/16 11:26:24 1.61 @@ -1,3 +1,302 @@ +2006-05-16 Wakaba + + * daf.pl: Generation of Perl modules and + tests are split into separate modules. + +2006-04-09 Wakaba + + * daf.pl (daf_generate_perl_test): Old |PerlCode| methods + are replaced by new ones. + +2006-04-04 Wakaba + + * daf.pl (--dafs-suffix): New option. + (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile| + type support. + +2006-04-03 Wakaba + + * daf.pl (perl-pm): Sets the |impl| argument + of the |pl_generate_perl_module| method. + +2006-04-01 Wakaba + + * daf.pl (perl-pm, daf_generate_perl_test): Sets + the |$Message::Util::DIS::Perl::Implementation| variable + for compatibility. + +2006-03-18 Wakaba + + * daf.pl (daf_get_file_path_stem): The '.' is removed from + the default search path. + +2006-03-17 Wakaba + + * daf.pl: The position of two |undef| statements was incorrect. + (daf_generate_perl_test): Provides |--skip| option + for test scripts. + +2006-03-16 Wakaba + + * daf.pl: In parser tests |c:anyDOMConfigurationParameter| + properties are supported. + +2006-03-12 Wakaba + + * daf.pl: Don't require |Test| modules for bootstrap. + +2006-03-06 Wakaba + + * daf.pl (get_referring_module_uri_list): Don't + invoke |daf_convert_dis_document_to_dnl_document| to prevent + prefix-not-defined error because the referred module is not + yet loaded. + +2006-02-26 Wakaba + + * daf.pl: Request for |fe:GenericLS| feature was missing. + Sets the |pc:preserve-line-break| parameter for test + code as |dac2test.pl| had been. + + * dac.pl, dac2pm.pl, dac2test.pl: Removed. + + * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed. + +2006-02-26 Wakaba + + * daf.pl: Perl test file generation support from |dac2test.pl| + is added. Exits the program before any generation + if the database constrution process has error. + +2006-02-26 Wakaba + + * dac2pm.pl (--dafx-file-suffix): New dummy option. + + * daf.pl: New script. + +2006-02-24 Wakaba + + * dac.pl (--dafx-file-suffix): New option. + (pl_store resource_resolver parameter): New |dafx| + index file resolution is implemented. + +2006-02-23 Wakaba + + * dac.pl (--update): New option. + +2006-02-09 Wakaba + + * dac2test.pl: Set |pc:preserve-line-break| configuration + parameter |true|. + +2006-02-08 Wakaba + + * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported. + +2006-01-28 Wakaba + + * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise| + clause to catch exception and continue remaining tests. + +2006-01-21 Wakaba + + * dac2test.pl: Dies if no perl code is defined + for a |test:ParserTestSet|. + +2006-01-12 Wakaba + + * dac2test.pl: |test:ParserTestSet| and |test:ParserTest| + test types are implemented. + +2005-12-21 Wakaba + + * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module. + +2005-12-20 Wakaba + + * dac2pm.pl: Now requires GenericLS module. + +2005-11-23 Wakaba + + * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug| + option turns verbose or debug mode of |Message::Util::Error| + module respectively. + +2005-11-16 Wakaba + + * dac2text.pl: Dies if test code is not defined. + +2005-11-15 Wakaba + + * dac2test.pl: Adds the module as |require|d module. + + * mkdisdump.pl: Requests |DOMLS:Generic| feature + instead of obsoleted |DOMLS:LS| feature. + +2005-11-13 Wakaba + + * dac2test.pl: New script. + +2005-10-16 Wakaba + + * dac2pm.pl (--output-line): New option. + +2005-10-11 Wakaba + + * dac2pm.pl: Reports how long it takes at END. + +2005-10-06 Wakaba + + * mkdommemlist.pl: Revised for new "dae" database. + + * domts2perl.pl (--domtest2perl-option): New option. + + * domtest2perl.pl: Revised for new DOM Perl binding. + + * Makefile: Rules to make "dommemlist.pl.tmp" revised. + +2005-10-05 Wakaba + + * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute. + +2005-10-03 Wakaba + + * mkdisdump.pl (append_module_documentation): Outputs + any "DISCore:AnyAppName" property value in + addition to "dis:AppName" values. Use "dump:ref" + property if the value is a URI. + (append_method_documentation): Likewise. + (append_document_documentation): Likewise. + +2005-10-02 Wakaba + + * mkdisdump.pl (append_document_documentation): Outputs "doc:as" + properties if available. + (append_module_documentation): Outputs "dis:AppName" + and "idl:prefix" attribute if available. + (append_idl_interface_documentation): Removed (Merged + to "append_interface_documentation"). + (ReferredResource): Don't set "is_partial" flag + if ReferredResource value is greater than "1". + +2005-10-01 Wakaba + + * mkdisdump.pl (append_document_properties): New subroutine. + (append_datatype_documentation): Outputs "dis:Def" + and "dis:AppName" properties if available. + (append_idl_interface_documentation): New subroutine. + +2005-09-30 Wakaba + + * mkdisdump.pl (append_module_group_documentation, + append_document_documentation): New functions. + (append_class_documentation, append_interface_documentation): + Generates method/attribute/constgroup information (in partial mode) + even if "is_partial" option is true to compute inheriting + class member information correctly. + (--resource-uri): New option. + + * Makefile (error.xml, minimpl.xml): New rules. + +2005-09-25 Wakaba + + * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix", + "--daem-file-suffix", "--search-path-catalog-file-name", and + "--search-path" added. New dae and daem database format support. + (dac_search_file_stem): New function. + +2005-09-24 Wakaba + + * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added. + (dac_load_module_file): Allow "|" as qname prefix separator. + +2005-09-23 Wakaba + + * mkdisdump.pl: Fixed to support new dad database implementation. + +2005-09-22 Wakaba + + * dac2pm.pl (status_msg_, status_msg): New functions. + (--create-perl-module): New option. + +2005-09-21 Wakaba + + * dac.pl: Show how long the process takes. + (status_msg_, status_msg): New functions. + (dac_load_module_file): Converts dis document into DNLite document. + + * dac2pm.pl: Unused namespace bindings removed. + +2005-09-19 Wakaba + + * mkdisdump.pl (progress_inc, progress_reset): New functions. + +2005-09-15 Wakaba + + * dac.pl: Calls "read_properties" method on database before + closure of it. + +2005-09-09 Wakaba + + * dac.pl: Writes the database file before checking undefined + resoruces. + +2005-09-08 Wakaba + + * dac.pl: Use ImplementationRegistry instead of + DOMImplementationRegistry. Status messages added. + (--implementation-registry-package): Option removed. + + * dac2pm.pl: : Use ImplementationRegistry instead of + DOMImplementationRegistry. Status messages added. + (--implementation-registry-package, --output-module-version): Options + removed. + + * mkdisdump.pl: Use ImplementationRegistry instead of + DOMImplementationRegistry. Status messages added. + (append_module_documentation, append_class_documentation, + append_interface_documentation): Uses dis:FileName property + if any. + (append_inheritance): Adds information on implied + inheritance such as UNIVERSAL and Exporter. + +2005-09-07 Wakaba + + * mkdisdump.pl: Writes inheritance information on methods. + +2005-09-06 Wakaba + + * mkdisdump.pl (--with-implementators-note): New option. + (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName, + DISPerl:MemRef, DOMMain:XCodeRef supported. + (append_subclassof): New function. (It does not work yet.) + (append_raises): New function. + +2005-09-05 Wakaba + + * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath + attribute to dump:datatype element. + +2005-09-04 Wakaba + + * mkdisdump.pl (append_module_documentation): Don't generate + documentation of child resource if it is already generated. + (--module-uri): Multiple "--module-uri" option can be accepted. + +2005-09-03 Wakaba + + * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements. + +2005-09-02 Wakaba + + * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames + implemented. + +2005-08-31 Wakaba + + * mkdisdump.pl: Outputs referred resources in other modules + (add_uri): New function. + 2005-08-30 Wakaba * mkdisdump.pl: New script.