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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.69 - (show annotations) (download)
Sun Nov 5 12:31:48 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.68: +4 -0 lines
++ manakai/bin/ChangeLog	5 Nov 2006 11:37:25 -0000
	* daf.pl Prototype declarations are added.

2006-11-05  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	5 Nov 2006 11:39:17 -0000
2006-11-05  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomFeedDocument, AtomEntryDocument): Removed.

++ manakai/lib/Message/DOM/ChangeLog	5 Nov 2006 11:38:15 -0000
	* DOMCore.dis (TypeInfo, UserDataHandler): Removed.

	* Element.dis (TypeInfo): Moved from |DOMCore.dis|.

	* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.

2006-11-05  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24