/[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.15 by wakaba, Sun Feb 20 12:28:06 2005 UTC revision 1.43 by wakaba, Sat Jan 21 16:28:13 2006 UTC
# Line 1  Line 1 
1    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dac2test.pl: Dies if no perl code is defined
4            for a |test:ParserTestSet|.
5    
6    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
7    
8            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
9            test types are implemented.
10    
11    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
14    
15    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
16    
17            * dac2pm.pl: Now requires GenericLS module.
18    
19    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
20    
21            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
22            option turns verbose or debug mode of |Message::Util::Error|
23            module respectively.
24    
25    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
26    
27            * dac2text.pl: Dies if test code is not defined.
28    
29    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
30    
31            * dac2test.pl: Adds the module as |require|d module.
32    
33            * mkdisdump.pl: Requests |DOMLS:Generic| feature
34            instead of obsoleted |DOMLS:LS| feature.
35    
36    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
37    
38            * dac2test.pl: New script.
39            
40    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
41    
42            * dac2pm.pl (--output-line): New option.
43    
44    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
45    
46            * dac2pm.pl: Reports how long it takes at END.
47    
48    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
49    
50            * mkdommemlist.pl: Revised for new "dae" database.
51    
52            * domts2perl.pl (--domtest2perl-option): New option.
53    
54            * domtest2perl.pl: Revised for new DOM Perl binding.
55    
56            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
57    
58    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
59    
60            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
61    
62    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
63    
64            * mkdisdump.pl (append_module_documentation): Outputs
65            any "DISCore:AnyAppName" property value in
66            addition to "dis:AppName" values.  Use "dump:ref"
67            property if the value is a URI.
68            (append_method_documentation): Likewise.
69            (append_document_documentation): Likewise.
70    
71    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
72    
73            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
74            properties if available.
75            (append_module_documentation): Outputs "dis:AppName"
76            and "idl:prefix" attribute if available.
77            (append_idl_interface_documentation): Removed (Merged
78            to "append_interface_documentation").
79            (ReferredResource): Don't set "is_partial" flag
80            if ReferredResource value is greater than "1".
81    
82    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
83    
84            * mkdisdump.pl (append_document_properties): New subroutine.
85            (append_datatype_documentation): Outputs "dis:Def"
86            and "dis:AppName" properties if available.
87            (append_idl_interface_documentation): New subroutine.
88    
89    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
90    
91            * mkdisdump.pl (append_module_group_documentation,
92            append_document_documentation): New functions.
93            (append_class_documentation, append_interface_documentation):
94            Generates method/attribute/constgroup information (in partial mode)
95            even if "is_partial" option is true to compute inheriting
96            class member information correctly.
97            (--resource-uri): New option.
98    
99            * Makefile (error.xml, minimpl.xml): New rules.
100    
101    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
102    
103            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
104            "--daem-file-suffix", "--search-path-catalog-file-name", and
105            "--search-path" added.  New dae and daem database format support.
106            (dac_search_file_stem): New function.
107    
108    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
109    
110            * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
111            (dac_load_module_file): Allow "|" as qname prefix separator.
112    
113    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
114    
115            * mkdisdump.pl: Fixed to support new dad database implementation.
116            
117    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
118    
119            * dac2pm.pl (status_msg_, status_msg): New functions.
120            (--create-perl-module): New option.
121    
122    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
123    
124            * dac.pl: Show how long the process takes.
125            (status_msg_, status_msg): New functions.
126            (dac_load_module_file): Converts dis document into DNLite document.
127    
128            * dac2pm.pl: Unused namespace bindings removed.
129    
130    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
131    
132            * mkdisdump.pl (progress_inc, progress_reset): New functions.
133    
134    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
135    
136            * dac.pl: Calls "read_properties" method on database before
137            closure of it.
138    
139    2005-09-09  Wakaba  <wakaba@suika.fam.cx>
140    
141            * dac.pl: Writes the database file before checking undefined
142            resoruces.
143    
144    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
145    
146            * dac.pl: Use ImplementationRegistry instead of
147            DOMImplementationRegistry.  Status messages added.
148            (--implementation-registry-package): Option removed.
149    
150            * dac2pm.pl: : Use ImplementationRegistry instead of
151            DOMImplementationRegistry.  Status messages added.
152            (--implementation-registry-package, --output-module-version): Options
153            removed.
154    
155            * mkdisdump.pl: Use ImplementationRegistry instead of
156            DOMImplementationRegistry.  Status messages added.
157            (append_module_documentation, append_class_documentation,
158            append_interface_documentation): Uses dis:FileName property
159            if any.
160            (append_inheritance): Adds information on implied
161            inheritance such as UNIVERSAL and Exporter.
162    
163    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
164    
165            * mkdisdump.pl: Writes inheritance information on methods.
166            
167    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
168    
169            * mkdisdump.pl (--with-implementators-note): New option.
170            (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
171            DISPerl:MemRef, DOMMain:XCodeRef supported.
172            (append_subclassof): New function.  (It does not work yet.)
173            (append_raises): New function.
174    
175    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
176    
177            * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
178            attribute to dump:datatype element.
179    
180    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
181    
182            * mkdisdump.pl (append_module_documentation): Don't generate
183            documentation of child resource if it is already generated.
184            (--module-uri): Multiple "--module-uri" option can be accepted.
185    
186    2005-09-03  Wakaba  <wakaba@suika.fam.cx>
187    
188            * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
189    
190    2005-09-02  Wakaba  <wakaba@suika.fam.cx>
191    
192            * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
193            implemented.
194    
195    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
196    
197            * mkdisdump.pl: Outputs referred resources in other modules
198            (add_uri): New function.
199    
200    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
201    
202            * mkdisdump.pl: New script.
203    
204    2005-04-28  Wakaba  <wakaba@suika.fam.cx>
205    
206            * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
207    
208    2005-02-27  Wakaba  <wakaba@suika.fam.cx>
209    
210            * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
211            inline code name.
212    
213    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
214    
215            * dac.pl: New script (not work yet).
216    
217            * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
218    
219  2005-02-20  Wakaba  <wakaba@suika.fam.cx>  2005-02-20  Wakaba  <wakaba@suika.fam.cx>
220    
221          * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"          * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24