/[suikacvs]/messaging/manakai/bin/ChangeLog
Suika

Diff of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by wakaba, Mon Sep 19 16:17:50 2005 UTC revision 1.46 by wakaba, Thu Feb 9 10:23:19 2006 UTC
# Line 1  Line 1 
1    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dac2test.pl: Set |pc:preserve-line-break| configuration
4            parameter |true|.
5    
6    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
7    
8            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
9    
10    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
11    
12            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
13            clause to catch exception and continue remaining tests.
14    
15    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
16    
17            * dac2test.pl: Dies if no perl code is defined
18            for a |test:ParserTestSet|.
19    
20    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
21    
22            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
23            test types are implemented.
24    
25    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
26    
27            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
28    
29    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
30    
31            * dac2pm.pl: Now requires GenericLS module.
32    
33    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
34    
35            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
36            option turns verbose or debug mode of |Message::Util::Error|
37            module respectively.
38    
39    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
40    
41            * dac2text.pl: Dies if test code is not defined.
42    
43    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
44    
45            * dac2test.pl: Adds the module as |require|d module.
46    
47            * mkdisdump.pl: Requests |DOMLS:Generic| feature
48            instead of obsoleted |DOMLS:LS| feature.
49    
50    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
51    
52            * dac2test.pl: New script.
53            
54    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
55    
56            * dac2pm.pl (--output-line): New option.
57    
58    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
59    
60            * dac2pm.pl: Reports how long it takes at END.
61    
62    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * mkdommemlist.pl: Revised for new "dae" database.
65    
66            * domts2perl.pl (--domtest2perl-option): New option.
67    
68            * domtest2perl.pl: Revised for new DOM Perl binding.
69    
70            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
71    
72    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
73    
74            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
75    
76    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
77    
78            * mkdisdump.pl (append_module_documentation): Outputs
79            any "DISCore:AnyAppName" property value in
80            addition to "dis:AppName" values.  Use "dump:ref"
81            property if the value is a URI.
82            (append_method_documentation): Likewise.
83            (append_document_documentation): Likewise.
84    
85    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
86    
87            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
88            properties if available.
89            (append_module_documentation): Outputs "dis:AppName"
90            and "idl:prefix" attribute if available.
91            (append_idl_interface_documentation): Removed (Merged
92            to "append_interface_documentation").
93            (ReferredResource): Don't set "is_partial" flag
94            if ReferredResource value is greater than "1".
95    
96    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
97    
98            * mkdisdump.pl (append_document_properties): New subroutine.
99            (append_datatype_documentation): Outputs "dis:Def"
100            and "dis:AppName" properties if available.
101            (append_idl_interface_documentation): New subroutine.
102    
103    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
104    
105            * mkdisdump.pl (append_module_group_documentation,
106            append_document_documentation): New functions.
107            (append_class_documentation, append_interface_documentation):
108            Generates method/attribute/constgroup information (in partial mode)
109            even if "is_partial" option is true to compute inheriting
110            class member information correctly.
111            (--resource-uri): New option.
112    
113            * Makefile (error.xml, minimpl.xml): New rules.
114    
115    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
116    
117            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
118            "--daem-file-suffix", "--search-path-catalog-file-name", and
119            "--search-path" added.  New dae and daem database format support.
120            (dac_search_file_stem): New function.
121    
122    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
123    
124            * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
125            (dac_load_module_file): Allow "|" as qname prefix separator.
126    
127    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
128    
129            * mkdisdump.pl: Fixed to support new dad database implementation.
130            
131    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
132    
133            * dac2pm.pl (status_msg_, status_msg): New functions.
134            (--create-perl-module): New option.
135    
136    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
137    
138            * dac.pl: Show how long the process takes.
139            (status_msg_, status_msg): New functions.
140            (dac_load_module_file): Converts dis document into DNLite document.
141    
142            * dac2pm.pl: Unused namespace bindings removed.
143    
144  2005-09-19  Wakaba  <wakaba@suika.fam.cx>  2005-09-19  Wakaba  <wakaba@suika.fam.cx>
145    
146          * mkdisdump.pl (progress_inc, progress_reset): New functions.          * mkdisdump.pl (progress_inc, progress_reset): New functions.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.46

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24