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