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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.38

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24