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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.70 - (show annotations) (download)
Sat Dec 2 12:46:18 2006 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-200612
Changes since 1.69: +7 -0 lines
++ manakai/t/ChangeLog	2 Dec 2006 12:46:13 -0000
2006-12-02  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (dom-DOMString.t): New test.

++ manakai/bin/ChangeLog	2 Dec 2006 12:35:25 -0000
2006-12-02  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl: Call |get_dom_implementation|
	instead of obsolete |get_implementation|.

	* grep-dis.pl: |lib/manakai/*.pl| is added.

++ manakai/lib/Message/Util/ChangeLog	2 Dec 2006 12:45:49 -0000
2006-12-02  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |lib/Message/DOM/DOMString.pm| is added.

++ manakai/lib/Message/DOM/ChangeLog	2 Dec 2006 12:45:20 -0000
2006-12-02  Wakaba  <wakaba@suika.fam.cx>

	* DOMString.dis: New module.

	* DOMString.pm: New file.

	* DOMCore.dis (min): Moved from |DOMFeature.dis|.
	(ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
	Now it references the |DOMImplementationRegistry| object.
	(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
	(DOMImplementationRegistry): New interface and
	class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
	and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
	that the class no longer support |get_implementation|
	and |get_implementation_list| methods from
	the |ImplementationRegistry| interface.
	(DOMImplementationList): Class implemented; no
	longer inherits from |ImplementationList|.
	(DOMImplementationSource): Class implemented; no
	longer inherits from |ImplementationSource|.  Note that
	the class no longer support |get_implementation|
	and |get_implementation_list| methods from
	the |ImplementationSource| interface.
	(DOMStringList): Removed.

	* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
	ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
	ManakaiDOM:DOMXMLFeatureXML11, most part of
	documentation for obsolete DOM Level 3 Minimum Implementation
	module, obsolete property name aliases,
	ImplemenationRegistryVar, ImplementationRegistry,
	DEBUG, MIString, ImplementationList, ImplementationSource,
	ManakaiDOM:implID): Removed.

	* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
	(DOMString): Removed.
	(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.

	* Makefile: |DOMString.pm| is added.

	* TreeCore.dis (is_default_namespace): |null| was
	returned where a false is expected (|null| is
	a false in Perl, but real |false| is appropriate here).

1 2006-12-02 Wakaba <wakaba@suika.fam.cx>
2
3 * daf.pl: Call |get_dom_implementation|
4 instead of obsolete |get_implementation|.
5
6 * grep-dis.pl: |lib/manakai/*.pl| is added.
7
8 2006-11-05 Wakaba <wakaba@suika.fam.cx>
9
10 * daf.pl Prototype declarations are added.
11
12 2006-11-05 Wakaba <wakaba@suika.fam.cx>
13
14 * daf.pl: Now redundant |get_feature| calls are
15 removed.
16
17 2006-11-04 Wakaba <wakaba@suika.fam.cx>
18
19 * daf.pl: The |--debug| option no longer set
20 obsoleted |$Message::DOM::DOMFeature::DEBUG| option.
21
22 2006-11-03 Wakaba <wakaba@suika.fam.cx>
23
24 * grep-dis.pl: New script.
25
26 2006-09-10 Wakaba <wakaba@suika.fam.cx>
27
28 * daf.pl (--dtd-suffix, --create-dtd-driver): New options
29 for DTD driver support.
30
31 2006-08-15 Wakaba <wakaba@suika.fam.cx>
32
33 * daf.pl: Passes the |implementation| parameter
34 to the |read_properties| method.
35
36 2006-05-20 Wakaba <wakaba@suika.fam.cx>
37
38 * daf.pl ($VERSION): New variable.
39 (--mod-file-suffix): New option.
40
41 2006-05-19 Wakaba <wakaba@suika.fam.cx>
42
43 * daf.pl (--load-module): New option.
44 (--create-dtd-modules): New option.4a
45
46 2006-05-16 Wakaba <wakaba@suika.fam.cx>
47
48 * daf.pl: Generation of Perl modules and
49 tests are split into separate modules.
50
51 2006-04-09 Wakaba <wakaba@suika.fam.cx>
52
53 * daf.pl (daf_generate_perl_test): Old |PerlCode| methods
54 are replaced by new ones.
55
56 2006-04-04 Wakaba <wakaba@suika.fam.cx>
57
58 * daf.pl (--dafs-suffix): New option.
59 (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile|
60 type support.
61
62 2006-04-03 Wakaba <wakaba@suika.fam.cx>
63
64 * daf.pl (perl-pm): Sets the |impl| argument
65 of the |pl_generate_perl_module| method.
66
67 2006-04-01 Wakaba <wakaba@suika.fam.cx>
68
69 * daf.pl (perl-pm, daf_generate_perl_test): Sets
70 the |$Message::Util::DIS::Perl::Implementation| variable
71 for compatibility.
72
73 2006-03-18 Wakaba <wakaba@suika.fam.cx>
74
75 * daf.pl (daf_get_file_path_stem): The '.' is removed from
76 the default search path.
77
78 2006-03-17 Wakaba <wakaba@suika.fam.cx>
79
80 * daf.pl: The position of two |undef| statements was incorrect.
81 (daf_generate_perl_test): Provides |--skip| option
82 for test scripts.
83
84 2006-03-16 Wakaba <wakaba@suika.fam.cx>
85
86 * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
87 properties are supported.
88
89 2006-03-12 Wakaba <wakaba@suika.fam.cx>
90
91 * daf.pl: Don't require |Test| modules for bootstrap.
92
93 2006-03-06 Wakaba <wakaba@suika.fam.cx>
94
95 * daf.pl (get_referring_module_uri_list): Don't
96 invoke |daf_convert_dis_document_to_dnl_document| to prevent
97 prefix-not-defined error because the referred module is not
98 yet loaded.
99
100 2006-02-26 Wakaba <wakaba@suika.fam.cx>
101
102 * daf.pl: Request for |fe:GenericLS| feature was missing.
103 Sets the |pc:preserve-line-break| parameter for test
104 code as |dac2test.pl| had been.
105
106 * dac.pl, dac2pm.pl, dac2test.pl: Removed.
107
108 * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
109
110 2006-02-26 Wakaba <wakaba@suika.fam.cx>
111
112 * daf.pl: Perl test file generation support from |dac2test.pl|
113 is added. Exits the program before any generation
114 if the database constrution process has error.
115
116 2006-02-26 Wakaba <wakaba@suika.fam.cx>
117
118 * dac2pm.pl (--dafx-file-suffix): New dummy option.
119
120 * daf.pl: New script.
121
122 2006-02-24 Wakaba <wakaba@suika.fam.cx>
123
124 * dac.pl (--dafx-file-suffix): New option.
125 (pl_store resource_resolver parameter): New |dafx|
126 index file resolution is implemented.
127
128 2006-02-23 Wakaba <wakaba@suika.fam.cx>
129
130 * dac.pl (--update): New option.
131
132 2006-02-09 Wakaba <wakaba@suika.fam.cx>
133
134 * dac2test.pl: Set |pc:preserve-line-break| configuration
135 parameter |true|.
136
137 2006-02-08 Wakaba <wakaba@suika.fam.cx>
138
139 * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
140
141 2006-01-28 Wakaba <wakaba@suika.fam.cx>
142
143 * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
144 clause to catch exception and continue remaining tests.
145
146 2006-01-21 Wakaba <wakaba@suika.fam.cx>
147
148 * dac2test.pl: Dies if no perl code is defined
149 for a |test:ParserTestSet|.
150
151 2006-01-12 Wakaba <wakaba@suika.fam.cx>
152
153 * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
154 test types are implemented.
155
156 2005-12-21 Wakaba <wakaba@suika.fam.cx>
157
158 * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
159
160 2005-12-20 Wakaba <wakaba@suika.fam.cx>
161
162 * dac2pm.pl: Now requires GenericLS module.
163
164 2005-11-23 Wakaba <wakaba@suika.fam.cx>
165
166 * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
167 option turns verbose or debug mode of |Message::Util::Error|
168 module respectively.
169
170 2005-11-16 Wakaba <wakaba@suika.fam.cx>
171
172 * dac2text.pl: Dies if test code is not defined.
173
174 2005-11-15 Wakaba <wakaba@suika.fam.cx>
175
176 * dac2test.pl: Adds the module as |require|d module.
177
178 * mkdisdump.pl: Requests |DOMLS:Generic| feature
179 instead of obsoleted |DOMLS:LS| feature.
180
181 2005-11-13 Wakaba <wakaba@suika.fam.cx>
182
183 * dac2test.pl: New script.
184
185 2005-10-16 Wakaba <wakaba@suika.fam.cx>
186
187 * dac2pm.pl (--output-line): New option.
188
189 2005-10-11 Wakaba <wakaba@suika.fam.cx>
190
191 * dac2pm.pl: Reports how long it takes at END.
192
193 2005-10-06 Wakaba <wakaba@suika.fam.cx>
194
195 * mkdommemlist.pl: Revised for new "dae" database.
196
197 * domts2perl.pl (--domtest2perl-option): New option.
198
199 * domtest2perl.pl: Revised for new DOM Perl binding.
200
201 * Makefile: Rules to make "dommemlist.pl.tmp" revised.
202
203 2005-10-05 Wakaba <wakaba@suika.fam.cx>
204
205 * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
206
207 2005-10-03 Wakaba <wakaba@suika.fam.cx>
208
209 * mkdisdump.pl (append_module_documentation): Outputs
210 any "DISCore:AnyAppName" property value in
211 addition to "dis:AppName" values. Use "dump:ref"
212 property if the value is a URI.
213 (append_method_documentation): Likewise.
214 (append_document_documentation): Likewise.
215
216 2005-10-02 Wakaba <wakaba@suika.fam.cx>
217
218 * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
219 properties if available.
220 (append_module_documentation): Outputs "dis:AppName"
221 and "idl:prefix" attribute if available.
222 (append_idl_interface_documentation): Removed (Merged
223 to "append_interface_documentation").
224 (ReferredResource): Don't set "is_partial" flag
225 if ReferredResource value is greater than "1".
226
227 2005-10-01 Wakaba <wakaba@suika.fam.cx>
228
229 * mkdisdump.pl (append_document_properties): New subroutine.
230 (append_datatype_documentation): Outputs "dis:Def"
231 and "dis:AppName" properties if available.
232 (append_idl_interface_documentation): New subroutine.
233
234 2005-09-30 Wakaba <wakaba@suika.fam.cx>
235
236 * mkdisdump.pl (append_module_group_documentation,
237 append_document_documentation): New functions.
238 (append_class_documentation, append_interface_documentation):
239 Generates method/attribute/constgroup information (in partial mode)
240 even if "is_partial" option is true to compute inheriting
241 class member information correctly.
242 (--resource-uri): New option.
243
244 * Makefile (error.xml, minimpl.xml): New rules.
245
246 2005-09-25 Wakaba <wakaba@suika.fam.cx>
247
248 * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
249 "--daem-file-suffix", "--search-path-catalog-file-name", and
250 "--search-path" added. New dae and daem database format support.
251 (dac_search_file_stem): New function.
252
253 2005-09-24 Wakaba <wakaba@suika.fam.cx>
254
255 * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
256 (dac_load_module_file): Allow "|" as qname prefix separator.
257
258 2005-09-23 Wakaba <wakaba@suika.fam.cx>
259
260 * mkdisdump.pl: Fixed to support new dad database implementation.
261
262 2005-09-22 Wakaba <wakaba@suika.fam.cx>
263
264 * dac2pm.pl (status_msg_, status_msg): New functions.
265 (--create-perl-module): New option.
266
267 2005-09-21 Wakaba <wakaba@suika.fam.cx>
268
269 * dac.pl: Show how long the process takes.
270 (status_msg_, status_msg): New functions.
271 (dac_load_module_file): Converts dis document into DNLite document.
272
273 * dac2pm.pl: Unused namespace bindings removed.
274
275 2005-09-19 Wakaba <wakaba@suika.fam.cx>
276
277 * mkdisdump.pl (progress_inc, progress_reset): New functions.
278
279 2005-09-15 Wakaba <wakaba@suika.fam.cx>
280
281 * dac.pl: Calls "read_properties" method on database before
282 closure of it.
283
284 2005-09-09 Wakaba <wakaba@suika.fam.cx>
285
286 * dac.pl: Writes the database file before checking undefined
287 resoruces.
288
289 2005-09-08 Wakaba <wakaba@suika.fam.cx>
290
291 * dac.pl: Use ImplementationRegistry instead of
292 DOMImplementationRegistry. Status messages added.
293 (--implementation-registry-package): Option removed.
294
295 * dac2pm.pl: : Use ImplementationRegistry instead of
296 DOMImplementationRegistry. Status messages added.
297 (--implementation-registry-package, --output-module-version): Options
298 removed.
299
300 * mkdisdump.pl: Use ImplementationRegistry instead of
301 DOMImplementationRegistry. Status messages added.
302 (append_module_documentation, append_class_documentation,
303 append_interface_documentation): Uses dis:FileName property
304 if any.
305 (append_inheritance): Adds information on implied
306 inheritance such as UNIVERSAL and Exporter.
307
308 2005-09-07 Wakaba <wakaba@suika.fam.cx>
309
310 * mkdisdump.pl: Writes inheritance information on methods.
311
312 2005-09-06 Wakaba <wakaba@suika.fam.cx>
313
314 * mkdisdump.pl (--with-implementators-note): New option.
315 (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
316 DISPerl:MemRef, DOMMain:XCodeRef supported.
317 (append_subclassof): New function. (It does not work yet.)
318 (append_raises): New function.
319
320 2005-09-05 Wakaba <wakaba@suika.fam.cx>
321
322 * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
323 attribute to dump:datatype element.
324
325 2005-09-04 Wakaba <wakaba@suika.fam.cx>
326
327 * mkdisdump.pl (append_module_documentation): Don't generate
328 documentation of child resource if it is already generated.
329 (--module-uri): Multiple "--module-uri" option can be accepted.
330
331 2005-09-03 Wakaba <wakaba@suika.fam.cx>
332
333 * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
334
335 2005-09-02 Wakaba <wakaba@suika.fam.cx>
336
337 * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
338 implemented.
339
340 2005-08-31 Wakaba <wakaba@suika.fam.cx>
341
342 * mkdisdump.pl: Outputs referred resources in other modules
343 (add_uri): New function.
344
345 2005-08-30 Wakaba <wakaba@suika.fam.cx>
346
347 * mkdisdump.pl: New script.
348
349 2005-04-28 Wakaba <wakaba@suika.fam.cx>
350
351 * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
352
353 2005-02-27 Wakaba <wakaba@suika.fam.cx>
354
355 * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
356 inline code name.
357
358 2005-02-26 Wakaba <wakaba@suika.fam.cx>
359
360 * dac.pl: New script (not work yet).
361
362 * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
363
364 2005-02-20 Wakaba <wakaba@suika.fam.cx>
365
366 * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
367 arguments is fixed.
368
369 2005-02-16 Wakaba <wakaba@suika.fam.cx>
370
371 * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
372 "DISPerl:NewMethod" added.
373
374 2005-01-06 Wakaba <wakaba@suika.fam.cx>
375
376 * domtest2perl.pl (output_result): Removed.
377
378 2005-01-05 Wakaba <wakaba@suika.fam.cx>
379
380 * cdis2pm.pl (pod): Documentation added.
381 (dispm_get_value): Set default value of "0" if type is number or boolean.
382 (perl_code): Assertion support added.
383 (--output-assert): New option.
384
385 * domtest2perl.pl (pod): Documentation added.
386 (node2code): Exception package name is changed.
387 (implementationAttribute, hasFeature): Output a function call to check
388 implementation attribute.
389
390 * domts2perl.pl: Message simplified.
391 (pod): Documentation added.
392
393 2005-01-04 Wakaba <wakaba@suika.fam.cx>
394
395 * cdis2pm.pl (disperl_to_perl): Tree code element type
396 "DOMMain:raiseException" implemented.
397
398 2005-01-03 Wakaba <wakaba@suika.fam.cx>
399
400 * idl2dis.pl: Generates new "dis" format.
401
402 * cdis2pm.pl (dispm_muf_description): New function.
403
404 2004-12-31 Wakaba <wakaba@suika.fam.cx>
405
406 * cdis2pm.pl: Constant exporting support.
407
408 * mkdommemlist.pl: Rewritten to read new cdis file.
409
410 * Makefile: Modified for new mkdommemlist.pl.
411
412 * domtest2perl.pl: Use Message::Util::QName::Filter.
413
414 2004-12-29 Wakaba <wakaba@suika.fam.cx>
415
416 * disc.pl: Initialize namespace and element type bindings
417 before loading the first file.
418
419 2004-11-24 Wakaba <wakaba@suika.fam.cx>
420
421 * cdis2rdf.pl (res_canon): New.
422
423 2004-11-23 Wakaba <wakaba@suika.fam.cx>
424
425 * disc.pl: New script.
426
427 * cdis2rdf.pl, cdis2pm.pl: New script.
428 * dis2rdf.pl, dis2pm.pl: Removed.
429
430 2004-11-03 Wakaba <wakaba@suika.fam.cx>
431
432 * dis2rdf.pl: New script.
433
434 2004-10-31 Wakaba <wakaba@suika.fam.cx>
435
436 * domts2perl.pl: New option '--domtest2perl' introduced.
437
438 2004-10-11 Wakaba <wakaba@suika.fam.cx>
439
440 * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
441 and "EM" introduced.
442 (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
443 ManakaiDOM:ManakaiDOMKeyIdentifiers added.
444
445 2004-10-10 Wakaba <wakaba@suika.fam.cx>
446
447 * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
448
449 * domtest2perl.pl: New file.
450
451 * Makefile, mkdommemlist.pl: New files.
452
453 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
454
455 * genlib.pl: Removed (moved to ../lib/manakai/).
456
457 2004-10-09 Wakaba <wakaba@suika.fam.cx>
458
459 * domtest2perl.pl, genlib.pl: New.
460
461 2003-09-07 Wakaba <wakaba@suika.fam.cx>
462
463 * xml-validate.pl: New script.
464 * ChangeLog: Likewise.
465
466

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24