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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24