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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24