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