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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.25

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24