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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24