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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.35

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24