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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24