--- messaging/manakai/bin/ChangeLog 2003/09/27 07:59:11 1.1 +++ messaging/manakai/bin/ChangeLog 2005/08/30 12:30:44 1.19 @@ -1,3 +1,119 @@ +2005-08-30 Wakaba + + * mkdisdump.pl: New script. + +2005-04-28 Wakaba + + * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added. + +2005-02-27 Wakaba + + * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code + inline code name. + +2005-02-26 Wakaba + + * dac.pl: New script (not work yet). + + * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported. + +2005-02-20 Wakaba + + * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt" + arguments is fixed. + +2005-02-16 Wakaba + + * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and + "DISPerl:NewMethod" added. + +2005-01-06 Wakaba + + * domtest2perl.pl (output_result): Removed. + +2005-01-05 Wakaba + + * cdis2pm.pl (pod): Documentation added. + (dispm_get_value): Set default value of "0" if type is number or boolean. + (perl_code): Assertion support added. + (--output-assert): New option. + + * domtest2perl.pl (pod): Documentation added. + (node2code): Exception package name is changed. + (implementationAttribute, hasFeature): Output a function call to check + implementation attribute. + + * domts2perl.pl: Message simplified. + (pod): Documentation added. + +2005-01-04 Wakaba + + * cdis2pm.pl (disperl_to_perl): Tree code element type + "DOMMain:raiseException" implemented. + +2005-01-03 Wakaba + + * idl2dis.pl: Generates new "dis" format. + + * cdis2pm.pl (dispm_muf_description): New function. + +2004-12-31 Wakaba + + * cdis2pm.pl: Constant exporting support. + + * mkdommemlist.pl: Rewritten to read new cdis file. + + * Makefile: Modified for new mkdommemlist.pl. + + * domtest2perl.pl: Use Message::Util::QName::Filter. + +2004-12-29 Wakaba + + * disc.pl: Initialize namespace and element type bindings + before loading the first file. + +2004-11-24 Wakaba + + * cdis2rdf.pl (res_canon): New. + +2004-11-23 Wakaba + + * disc.pl: New script. + + * cdis2rdf.pl, cdis2pm.pl: New script. + * dis2rdf.pl, dis2pm.pl: Removed. + +2004-11-03 Wakaba + + * dis2rdf.pl: New script. + +2004-10-31 Wakaba + + * domts2perl.pl: New option '--domtest2perl' introduced. + +2004-10-11 Wakaba + + * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY" + and "EM" introduced. + (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and + ManakaiDOM:ManakaiDOMKeyIdentifiers added. + +2004-10-10 Wakaba + + * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced. + + * domtest2perl.pl: New file. + + * Makefile, mkdommemlist.pl: New files. + + * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/). + + * genlib.pl: Removed (moved to ../lib/manakai/). + +2004-10-09 Wakaba + + * domtest2perl.pl, genlib.pl: New. + 2003-09-07 Wakaba * xml-validate.pl: New script.