--- messaging/manakai/bin/ChangeLog 2005/11/15 14:18:23 1.37 +++ messaging/manakai/bin/ChangeLog 2006/12/02 12:46:18 1.70 @@ -1,3 +1,176 @@ +2006-12-02 Wakaba + + * daf.pl: Call |get_dom_implementation| + instead of obsolete |get_implementation|. + + * grep-dis.pl: |lib/manakai/*.pl| is added. + +2006-11-05 Wakaba + + * daf.pl Prototype declarations are added. + +2006-11-05 Wakaba + + * daf.pl: Now redundant |get_feature| calls are + removed. + +2006-11-04 Wakaba + + * daf.pl: The |--debug| option no longer set + obsoleted |$Message::DOM::DOMFeature::DEBUG| option. + +2006-11-03 Wakaba + + * grep-dis.pl: New script. + +2006-09-10 Wakaba + + * daf.pl (--dtd-suffix, --create-dtd-driver): New options + for DTD driver support. + +2006-08-15 Wakaba + + * daf.pl: Passes the |implementation| parameter + to the |read_properties| method. + +2006-05-20 Wakaba + + * daf.pl ($VERSION): New variable. + (--mod-file-suffix): New option. + +2006-05-19 Wakaba + + * daf.pl (--load-module): New option. + (--create-dtd-modules): New option.4a + +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.