--- messaging/manakai/bin/ChangeLog 2005/09/19 16:17:50 1.25 +++ messaging/manakai/bin/ChangeLog 2005/10/01 12:14:29 1.31 @@ -1,3 +1,51 @@ +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.