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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24