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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.66 - (hide annotations) (download)
Fri Nov 3 17:53:31 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.65: +4 -0 lines
++ manakai/bin/ChangeLog	3 Nov 2006 11:50:21 -0000
2006-11-03  Wakaba  <wakaba@suika.fam.cx>

	* grep-dis.pl: New script.

++ manakai/lib/Message/Util/ChangeLog	3 Nov 2006 17:49:43 -0000
2006-11-03  Wakaba  <wakaba@suika.fam.cx>

	* autoload/: New directory.

	* DIS.dis (getPropertyResourceList): Unused |defaultMediaType|
	parameter is deleted.  New |isaRecursivePropName|
	and |recursiveISAPropName| parameters are added.

	* PerlCode.dis (addRevISAPackageName, getRevISAPackageName):
	New methods.
	(stringify): Support for the rev-ISA packages is added.
	(getAutoloadDefinitionList): New method.

++ manakai/lib/Message/Util/DIS/ChangeLog	3 Nov 2006 17:51:23 -0000
2006-11-03  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Don't generate
	method parameter code if |DISPerl:noParameterModification|
	property is set.  Support for the |domperl:classExtends|
	and |domperl:classImplementedByObjectsOf| property
	is added.

++ manakai/lib/Message/DOM/ChangeLog	3 Nov 2006 17:47:28 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ManakaiDOMImplementation): No longer
	explicitly inherits |tc:ManakaiDOMImplementationTC|.
	(ManakaiDOMImplementation.AUTOLOAD): New method definition.

	* TreeCore.dis (ManakaiDOMImplementationTC): Extends
	the |ManakaiDOMImplementation| class.

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

	* DOMFeature.dis: Definitions for various concepts
	are added.

	* GenericLS.dis (GLSImplementation): It no
	longer inherits the |MinimumImplementation|; rather,
	any |ManakaiMinimumImplementation| object also
	implements |GLSImplementation| methods.

	* TreeStore.dis (DOMImplementationTreeStore): It no
	longer inherits the |DOMImplementation|; rather,
	any |ManakaiDOMImplementation| object also
	implements |DOMImplementationTreeStore| methods.

++ manakai/lib/manakai/ChangeLog	3 Nov 2006 17:53:26 -0000
2006-11-03  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis (DISLang:AnyObject): New.
	(DISLang:extends, DISLang:implements): New.

	* DISPerl.dis (p:revISA): New.
	(p:noParameterModification): New.

	* daf-perl-pm.pl (daf_perl_pm): Update
	the |Message::Util::AutoLoad::Registry| module
	after the Perl module is generated.

++ manakai/lib/ChangeLog	3 Nov 2006 17:42:27 -0000
2006-11-04  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (all): Make |Message/Util/AutoLoad/Registry.pm|.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24