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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24