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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.67 - (show annotations) (download)
Sat Nov 4 12:25:10 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.66: +5 -0 lines
++ manakai/bin/ChangeLog	4 Nov 2006 11:58:05 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl: The |--debug| option no longer set
	obsoleted |$Message::DOM::DOMFeature::DEBUG| option.

++ manakai/lib/Message/Markup/ChangeLog	4 Nov 2006 12:14:20 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomImplementation): It no
        longer inherits the |ManakaiDOMImplementation|; it
        is now expected to be implemented by |DOMImplementation|
        objects.
	(AtomDocument, AtomFeedDocument, AtomEntryDocument): It no
        longer inherits the |ManakaiDOMDocument|; it
        is now expected to be implemented by |Document|
        objects.

	* SuikaWikiConfig21.dis (SWCFGImplementation): It no
        longer inherits the |DOMImplementation|; it
        is now expected to be implemented by |DOMImplementation|
        objects.

++ manakai/lib/Message/Util/ChangeLog	4 Nov 2006 12:18:18 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (ManakaiDISImplementation): It no longer
	inherits |ManakaiDISImplementationValue|,
	|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation|
	interfaces.  The class is now expected to be implemented
	by |DOMImplementation| objects.

	* PerlCode.dis (addImplementedFeature, addImplementedElementType):
	New methods.
	(PCHasFeature, PCElementType): New interfaces.
	(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it
        is now expected to be implemented by |Document|
        objects.
	(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|;
	it is now expected to be implemented by |DOMImplementation|
	objects.

++ manakai/lib/Message/Util/DIS/ChangeLog	4 Nov 2006 12:24:32 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (DISImplementationDNLite): It no
	longer inherits the |ManakaiDISImplementation|; it
        is now expected to be implemented by |DOMImplementation| objects.

	* DPG.dis (DPGDocument): It no longer inherits
	the |ManakaiDOMDocument| class; it is now expected to be
	implemented by all |Document| objects.

	* Perl.dis (DISImplementationPerl): It is now
	expected to be implemented by all |DOMImplementation| objects.
	(plCodeFragment): Support for the |p:require|
	property is added.  It no longer output |ClassInfo|
	for classes for specific element types; instead,
	it invoke |add_implemented_element_type| method.

	* Test.dis (DTImplementation): It no longer
	inherits the |MinimumImplementation| interface;
	instead, it is expected to be implemented
	by all |DOMImplementation| objects.

	* Value.dis (DISImplementationValue): It is now
	expected to be implemented by all |DOMImplementation| objects.

++ manakai/lib/Message/Util/AutoLoad/ChangeLog	4 Nov 2006 12:19:43 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* Config.pm (register_all, save): Support for |feature|
	and |element_type| is added.

	* Registry-initial.pm: Updated.

	* .cvsignore: New file.


	* Registry-initial.pm: New module.
++ manakai/lib/Message/DOM/ChangeLog	4 Nov 2006 12:12:45 -0000
	explicitly inherits |urigen:ManakaiURIImplementation| (and
	the |f:ManakaiMinimumImplementation| class inherited
	by it).  The |f:Minimum| feature is ever implemented
	for compatibility (but is expected to be removed).
	Internal methods such as |___report_error| are copied from
	obsolete |f:MinimumImplementation| class.  DOM3
	methods |hasFeature| and |getFeature| are also
	moved from that class, but they now support no
	foreign classes.

	* DOMFeature.dis (ManakaiImplementationSource): It
	now |p:require|s |Message::Util::AutoLoad::Registry|.
	The class no longer support classes
	other than |ManakaiDOMImplementation|.  Note
	that the |ImplementationRegistry| object does continue
	to support foreign classes via foreign classes
	implementing |ImplementationSource|
	or |DOMImplementationSource| interface.
	(MinimumImplementation): Removed.

	* DOMLS.dis (ManakaiDOMImplementationLS): It no
	longer inherit the |ManakaiDOMImplementation|; it
	is now expected to be implemented by |DOMImplementation|
	objects.

	* DOMMain.dis (null): Removed.

	* Document.dis (___create_node_ref): It no
	longer support foreign classes other
	than |Message::DOM::Document::ManakaiDOMDocument|.
	Note that document format specific DOM
	interfaces, if supported, should be
	all instances of the |Document| interface
	in the implementation, as defined
	in the Web Applications 1.0 specification (where
	the |HTMLDocument| interface must be implemented
	by all |Document| objects, even if the |Document|
	contains no HTML element).

	* GenericLS.dis (GLSImplementation): It no
        longer inherit the |MinimumImplementation|; it
        is now expected to be implemented by |DOMImplementation|
        objects.
	(createGLSParser, createGLSSerializer): Load
	module implementing parser or serializer
	if necessary.

	* Traversal.dis (ManakaiDOMDocumentTraversal): It no
	longer inherits the |ManakaiDOMDocument|; it
	is now expected to be implemented by |Document|
	objects.

	* XDP.dis (XDPDocument): It no longer
	inherits the |Document|; it is now expected
	to be implemented by all |Document| objects.

	* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
        longer inherits the |ManakaiDOMDocument|; it
        is now expected to be implemented by |Document|
        objects.

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

	* DOMCore.dis (ManakaiDOMImplementation): No longer
++ manakai/lib/Message/URI/ChangeLog	4 Nov 2006 12:14:59 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* Generic.dis (URIImplementation): It no
	longer inherits the |MinimumImplementation|; it
	is now expected to be implemented by |DOMImplementation|
	objects.

++ manakai/lib/Message/Charset/ChangeLog	4 Nov 2006 11:56:24 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* Encode.dis (MCEncodeImplementation): It no
	longer inherit the |MinimumImplementation|; it
	is now expected to be implemented by |DOMImplementation|
	objects.

++ manakai/lib/manakai/ChangeLog	4 Nov 2006 12:25:03 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (p:require, p:use): New properties.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24