/[suikacvs]/messaging/manakai/bin/ChangeLog
Suika

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.44 - (show annotations) (download)
Sat Jan 28 16:24:44 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +5 -0 lines
++ manakai/bin/ChangeLog	28 Jan 2006 15:08:53 -0000
2006-01-28  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
	clause to catch exception and continue remaining tests.

++ manakai/lib/Message/DOM/ChangeLog	28 Jan 2006 15:17:07 -0000
2006-01-28  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added.

	* DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added.

	* Tree.dis (ErrDef): Missing |ecore:textFormatter| property added.
	(ManakaiDOMAttributes): Removed.
	(ManakaiDOMAttrMap): New class.
	(ManakaiDOMAttrMapArray): New class.
	(namespaceURI): Bug to return a string representation
	of a reference to the namespace URI string is fixed.
	(selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented.
	(removeAttribute, removeAttributeNS): DTD default attributes
	are supported.  Don't throw |NO_MODIFICATION_ALLOWED_ERR|
	if there is no attribute node.
	(createElement, createElementNS): DTD default attributes are supported.
	(setAttributeNode): Reimplemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24