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