--- messaging/manakai/bin/ChangeLog 2005/09/09 04:26:04 1.23 +++ messaging/manakai/bin/ChangeLog 2005/10/01 12:14:29 1.31 @@ -1,6 +1,64 @@ +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 - * mkdisdump.pl: Status messages added. + * dac.pl: Writes the database file before checking undefined + resoruces. 2005-09-08 Wakaba @@ -14,7 +72,7 @@ removed. * mkdisdump.pl: Use ImplementationRegistry instead of - DOMImplementationRegistry. + DOMImplementationRegistry. Status messages added. (append_module_documentation, append_class_documentation, append_interface_documentation): Uses dis:FileName property if any.