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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24