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

Diff of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by wakaba, Sat Oct 1 12:14:29 2005 UTC revision 1.73 by wakaba, Sun Dec 31 09:11:52 2006 UTC
# Line 1  Line 1 
1    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
2    
3            * daf.pl: Support for |For| is entirely removed.
4    
5    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
6    
7            * daf.pl (--create-perl-module, --create-perl-test): These
8            options will ignore |for| parameter.
9    
10    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
11    
12            * idl2dis.pl: Removed.
13    
14    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
15    
16            * daf.pl: Call |get_dom_implementation|
17            instead of obsolete |get_implementation|.
18    
19            * grep-dis.pl: |lib/manakai/*.pl| is added.
20    
21    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
22    
23            * daf.pl Prototype declarations are added.
24    
25    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
26    
27            * daf.pl: Now redundant |get_feature| calls are
28            removed.
29    
30    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
31    
32            * daf.pl: The |--debug| option no longer set
33            obsoleted |$Message::DOM::DOMFeature::DEBUG| option.
34    
35    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
36    
37            * grep-dis.pl: New script.
38    
39    2006-09-10  Wakaba  <wakaba@suika.fam.cx>
40    
41            * daf.pl (--dtd-suffix, --create-dtd-driver): New options
42            for DTD driver support.
43    
44    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
45    
46            * daf.pl: Passes the |implementation| parameter
47            to the |read_properties| method.
48    
49    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
50    
51            * daf.pl ($VERSION): New variable.
52            (--mod-file-suffix): New option.
53    
54    2006-05-19  Wakaba  <wakaba@suika.fam.cx>
55    
56            * daf.pl (--load-module): New option.
57            (--create-dtd-modules): New option.4a
58    
59    2006-05-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * daf.pl: Generation of Perl modules and
62            tests are split into separate modules.
63    
64    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
65    
66            * daf.pl (daf_generate_perl_test): Old |PerlCode| methods
67            are replaced by new ones.
68    
69    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
70    
71            * daf.pl (--dafs-suffix): New option.
72            (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile|
73            type support.
74    
75    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
76    
77            * daf.pl (perl-pm): Sets the |impl| argument
78            of the |pl_generate_perl_module| method.
79    
80    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
81    
82            * daf.pl (perl-pm, daf_generate_perl_test): Sets
83            the |$Message::Util::DIS::Perl::Implementation| variable
84            for compatibility.
85    
86    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
87    
88            * daf.pl (daf_get_file_path_stem): The '.' is removed from
89            the default search path.
90    
91    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
92    
93            * daf.pl: The position of two |undef| statements was incorrect.
94            (daf_generate_perl_test): Provides |--skip| option
95            for test scripts.
96    
97    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
98    
99            * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
100            properties are supported.
101    
102    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
103    
104            * daf.pl: Don't require |Test| modules for bootstrap.
105    
106    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
107    
108            * daf.pl (get_referring_module_uri_list): Don't
109            invoke |daf_convert_dis_document_to_dnl_document| to prevent
110            prefix-not-defined error because the referred module is not
111            yet loaded.
112    
113    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
114    
115            * daf.pl: Request for |fe:GenericLS| feature was missing.
116            Sets the |pc:preserve-line-break| parameter for test
117            code as |dac2test.pl| had been.
118    
119            * dac.pl, dac2pm.pl, dac2test.pl: Removed.
120    
121            * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
122    
123    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
124    
125            * daf.pl: Perl test file generation support from |dac2test.pl|
126            is added.  Exits the program before any generation
127            if the database constrution process has error.
128    
129    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
130    
131            * dac2pm.pl (--dafx-file-suffix): New dummy option.
132    
133            * daf.pl: New script.
134    
135    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
136    
137            * dac.pl (--dafx-file-suffix): New option.
138            (pl_store resource_resolver parameter): New |dafx|
139            index file resolution is implemented.
140    
141    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
142    
143            * dac.pl (--update): New option.
144    
145    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
146    
147            * dac2test.pl: Set |pc:preserve-line-break| configuration
148            parameter |true|.
149    
150    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
151    
152            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
153    
154    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
155    
156            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
157            clause to catch exception and continue remaining tests.
158    
159    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
160    
161            * dac2test.pl: Dies if no perl code is defined
162            for a |test:ParserTestSet|.
163    
164    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
165    
166            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
167            test types are implemented.
168    
169    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
170    
171            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
172    
173    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
174    
175            * dac2pm.pl: Now requires GenericLS module.
176    
177    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
178    
179            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
180            option turns verbose or debug mode of |Message::Util::Error|
181            module respectively.
182    
183    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
184    
185            * dac2text.pl: Dies if test code is not defined.
186    
187    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
188    
189            * dac2test.pl: Adds the module as |require|d module.
190    
191            * mkdisdump.pl: Requests |DOMLS:Generic| feature
192            instead of obsoleted |DOMLS:LS| feature.
193    
194    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
195    
196            * dac2test.pl: New script.
197            
198    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
199    
200            * dac2pm.pl (--output-line): New option.
201    
202    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
203    
204            * dac2pm.pl: Reports how long it takes at END.
205    
206    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
207    
208            * mkdommemlist.pl: Revised for new "dae" database.
209    
210            * domts2perl.pl (--domtest2perl-option): New option.
211    
212            * domtest2perl.pl: Revised for new DOM Perl binding.
213    
214            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
215    
216    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
217    
218            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
219    
220    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
221    
222            * mkdisdump.pl (append_module_documentation): Outputs
223            any "DISCore:AnyAppName" property value in
224            addition to "dis:AppName" values.  Use "dump:ref"
225            property if the value is a URI.
226            (append_method_documentation): Likewise.
227            (append_document_documentation): Likewise.
228    
229    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
230    
231            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
232            properties if available.
233            (append_module_documentation): Outputs "dis:AppName"
234            and "idl:prefix" attribute if available.
235            (append_idl_interface_documentation): Removed (Merged
236            to "append_interface_documentation").
237            (ReferredResource): Don't set "is_partial" flag
238            if ReferredResource value is greater than "1".
239    
240  2005-10-01  Wakaba  <wakaba@suika.fam.cx>  2005-10-01  Wakaba  <wakaba@suika.fam.cx>
241    
242          * mkdisdump.pl (append_document_properties): New subroutine.          * mkdisdump.pl (append_document_properties): New subroutine.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.73

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24