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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.39 - (hide annotations) (download)
Wed Nov 23 11:21:09 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.38: +6 -0 lines
++ manakai/bin/ChangeLog	23 Nov 2005 11:08:32 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
	option turns verbose or debug mode of |Message::Util::Error|
	module respectively.

++ manakai/lib/Message/Markup/ChangeLog	23 Nov 2005 11:09:11 -0000
	* SuikaWikiConfig21.dis: Bugs on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	23 Nov 2005 11:19:31 -0000
	* Error.pm (new): Sets |-stacktrace_| property if debug
	or verbose mode.
	(stringify): Appends longer trace if debug or verbose mode.
	($VERBOSE): New flag.

	* DIS.dis: Bugs on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	23 Nov 2005 11:20:41 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (stringify): Prepends only local name part
	of class package name where an exception is thrown.

	* Core.dis: Sync with revised |Message::Util::Error| implemetnation.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Nov 2005 11:12:18 -0000
	* DNLite.dis: Bug on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.39 2005-11-23 Wakaba <wakaba@suika.fam.cx>
2    
3     * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
4     option turns verbose or debug mode of |Message::Util::Error|
5     module respectively.
6    
7 wakaba 1.38 2005-11-16 Wakaba <wakaba@suika.fam.cx>
8    
9     * dac2text.pl: Dies if test code is not defined.
10    
11 wakaba 1.37 2005-11-15 Wakaba <wakaba@suika.fam.cx>
12    
13     * dac2test.pl: Adds the module as |require|d module.
14    
15     * mkdisdump.pl: Requests |DOMLS:Generic| feature
16     instead of obsoleted |DOMLS:LS| feature.
17    
18     2005-11-13 Wakaba <wakaba@suika.fam.cx>
19    
20     * dac2test.pl: New script.
21    
22 wakaba 1.36 2005-10-16 Wakaba <wakaba@suika.fam.cx>
23    
24     * dac2pm.pl (--output-line): New option.
25    
26 wakaba 1.35 2005-10-11 Wakaba <wakaba@suika.fam.cx>
27    
28     * dac2pm.pl: Reports how long it takes at END.
29    
30 wakaba 1.34 2005-10-06 Wakaba <wakaba@suika.fam.cx>
31    
32     * mkdommemlist.pl: Revised for new "dae" database.
33    
34     * domts2perl.pl (--domtest2perl-option): New option.
35    
36     * domtest2perl.pl: Revised for new DOM Perl binding.
37    
38     * Makefile: Rules to make "dommemlist.pl.tmp" revised.
39    
40 wakaba 1.33 2005-10-05 Wakaba <wakaba@suika.fam.cx>
41    
42     * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
43    
44     2005-10-03 Wakaba <wakaba@suika.fam.cx>
45    
46     * mkdisdump.pl (append_module_documentation): Outputs
47     any "DISCore:AnyAppName" property value in
48     addition to "dis:AppName" values. Use "dump:ref"
49     property if the value is a URI.
50     (append_method_documentation): Likewise.
51     (append_document_documentation): Likewise.
52    
53 wakaba 1.32 2005-10-02 Wakaba <wakaba@suika.fam.cx>
54    
55     * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
56     properties if available.
57     (append_module_documentation): Outputs "dis:AppName"
58     and "idl:prefix" attribute if available.
59     (append_idl_interface_documentation): Removed (Merged
60     to "append_interface_documentation").
61     (ReferredResource): Don't set "is_partial" flag
62     if ReferredResource value is greater than "1".
63    
64 wakaba 1.31 2005-10-01 Wakaba <wakaba@suika.fam.cx>
65    
66     * mkdisdump.pl (append_document_properties): New subroutine.
67     (append_datatype_documentation): Outputs "dis:Def"
68     and "dis:AppName" properties if available.
69     (append_idl_interface_documentation): New subroutine.
70    
71 wakaba 1.30 2005-09-30 Wakaba <wakaba@suika.fam.cx>
72    
73     * mkdisdump.pl (append_module_group_documentation,
74     append_document_documentation): New functions.
75     (append_class_documentation, append_interface_documentation):
76     Generates method/attribute/constgroup information (in partial mode)
77     even if "is_partial" option is true to compute inheriting
78     class member information correctly.
79     (--resource-uri): New option.
80    
81     * Makefile (error.xml, minimpl.xml): New rules.
82    
83 wakaba 1.29 2005-09-25 Wakaba <wakaba@suika.fam.cx>
84    
85     * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
86     "--daem-file-suffix", "--search-path-catalog-file-name", and
87     "--search-path" added. New dae and daem database format support.
88     (dac_search_file_stem): New function.
89    
90 wakaba 1.27 2005-09-24 Wakaba <wakaba@suika.fam.cx>
91    
92     * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
93 wakaba 1.28 (dac_load_module_file): Allow "|" as qname prefix separator.
94 wakaba 1.27
95     2005-09-23 Wakaba <wakaba@suika.fam.cx>
96    
97     * mkdisdump.pl: Fixed to support new dad database implementation.
98    
99 wakaba 1.26 2005-09-22 Wakaba <wakaba@suika.fam.cx>
100    
101     * dac2pm.pl (status_msg_, status_msg): New functions.
102     (--create-perl-module): New option.
103    
104     2005-09-21 Wakaba <wakaba@suika.fam.cx>
105    
106     * dac.pl: Show how long the process takes.
107     (status_msg_, status_msg): New functions.
108     (dac_load_module_file): Converts dis document into DNLite document.
109    
110     * dac2pm.pl: Unused namespace bindings removed.
111    
112 wakaba 1.25 2005-09-19 Wakaba <wakaba@suika.fam.cx>
113    
114     * mkdisdump.pl (progress_inc, progress_reset): New functions.
115    
116 wakaba 1.24 2005-09-15 Wakaba <wakaba@suika.fam.cx>
117    
118     * dac.pl: Calls "read_properties" method on database before
119     closure of it.
120    
121 wakaba 1.23 2005-09-09 Wakaba <wakaba@suika.fam.cx>
122    
123 wakaba 1.24 * dac.pl: Writes the database file before checking undefined
124     resoruces.
125 wakaba 1.23
126     2005-09-08 Wakaba <wakaba@suika.fam.cx>
127    
128     * dac.pl: Use ImplementationRegistry instead of
129     DOMImplementationRegistry. Status messages added.
130     (--implementation-registry-package): Option removed.
131    
132     * dac2pm.pl: : Use ImplementationRegistry instead of
133     DOMImplementationRegistry. Status messages added.
134     (--implementation-registry-package, --output-module-version): Options
135     removed.
136    
137     * mkdisdump.pl: Use ImplementationRegistry instead of
138 wakaba 1.24 DOMImplementationRegistry. Status messages added.
139 wakaba 1.23 (append_module_documentation, append_class_documentation,
140     append_interface_documentation): Uses dis:FileName property
141     if any.
142     (append_inheritance): Adds information on implied
143     inheritance such as UNIVERSAL and Exporter.
144    
145     2005-09-07 Wakaba <wakaba@suika.fam.cx>
146    
147     * mkdisdump.pl: Writes inheritance information on methods.
148    
149     2005-09-06 Wakaba <wakaba@suika.fam.cx>
150    
151     * mkdisdump.pl (--with-implementators-note): New option.
152     (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
153     DISPerl:MemRef, DOMMain:XCodeRef supported.
154     (append_subclassof): New function. (It does not work yet.)
155     (append_raises): New function.
156    
157     2005-09-05 Wakaba <wakaba@suika.fam.cx>
158    
159     * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
160     attribute to dump:datatype element.
161    
162 wakaba 1.22 2005-09-04 Wakaba <wakaba@suika.fam.cx>
163    
164     * mkdisdump.pl (append_module_documentation): Don't generate
165     documentation of child resource if it is already generated.
166     (--module-uri): Multiple "--module-uri" option can be accepted.
167    
168     2005-09-03 Wakaba <wakaba@suika.fam.cx>
169    
170     * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
171    
172 wakaba 1.21 2005-09-02 Wakaba <wakaba@suika.fam.cx>
173    
174     * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
175     implemented.
176    
177 wakaba 1.20 2005-08-31 Wakaba <wakaba@suika.fam.cx>
178    
179     * mkdisdump.pl: Outputs referred resources in other modules
180     (add_uri): New function.
181    
182 wakaba 1.19 2005-08-30 Wakaba <wakaba@suika.fam.cx>
183    
184     * mkdisdump.pl: New script.
185    
186 wakaba 1.18 2005-04-28 Wakaba <wakaba@suika.fam.cx>
187    
188     * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
189    
190 wakaba 1.17 2005-02-27 Wakaba <wakaba@suika.fam.cx>
191    
192     * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
193     inline code name.
194    
195 wakaba 1.16 2005-02-26 Wakaba <wakaba@suika.fam.cx>
196    
197     * dac.pl: New script (not work yet).
198    
199     * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
200    
201 wakaba 1.15 2005-02-20 Wakaba <wakaba@suika.fam.cx>
202    
203     * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
204     arguments is fixed.
205    
206 wakaba 1.14 2005-02-16 Wakaba <wakaba@suika.fam.cx>
207    
208     * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
209     "DISPerl:NewMethod" added.
210    
211 wakaba 1.13 2005-01-06 Wakaba <wakaba@suika.fam.cx>
212    
213     * domtest2perl.pl (output_result): Removed.
214    
215 wakaba 1.12 2005-01-05 Wakaba <wakaba@suika.fam.cx>
216    
217     * cdis2pm.pl (pod): Documentation added.
218     (dispm_get_value): Set default value of "0" if type is number or boolean.
219     (perl_code): Assertion support added.
220     (--output-assert): New option.
221    
222     * domtest2perl.pl (pod): Documentation added.
223     (node2code): Exception package name is changed.
224     (implementationAttribute, hasFeature): Output a function call to check
225     implementation attribute.
226    
227     * domts2perl.pl: Message simplified.
228     (pod): Documentation added.
229    
230     2005-01-04 Wakaba <wakaba@suika.fam.cx>
231    
232     * cdis2pm.pl (disperl_to_perl): Tree code element type
233     "DOMMain:raiseException" implemented.
234    
235     2005-01-03 Wakaba <wakaba@suika.fam.cx>
236    
237     * idl2dis.pl: Generates new "dis" format.
238    
239     * cdis2pm.pl (dispm_muf_description): New function.
240    
241 wakaba 1.11 2004-12-31 Wakaba <wakaba@suika.fam.cx>
242    
243     * cdis2pm.pl: Constant exporting support.
244    
245     * mkdommemlist.pl: Rewritten to read new cdis file.
246    
247     * Makefile: Modified for new mkdommemlist.pl.
248    
249     * domtest2perl.pl: Use Message::Util::QName::Filter.
250    
251 wakaba 1.10 2004-12-29 Wakaba <wakaba@suika.fam.cx>
252    
253     * disc.pl: Initialize namespace and element type bindings
254     before loading the first file.
255    
256 wakaba 1.9 2004-11-24 Wakaba <wakaba@suika.fam.cx>
257    
258     * cdis2rdf.pl (res_canon): New.
259    
260 wakaba 1.8 2004-11-23 Wakaba <wakaba@suika.fam.cx>
261    
262     * disc.pl: New script.
263    
264     * cdis2rdf.pl, cdis2pm.pl: New script.
265     * dis2rdf.pl, dis2pm.pl: Removed.
266    
267 wakaba 1.7 2004-11-03 Wakaba <wakaba@suika.fam.cx>
268    
269     * dis2rdf.pl: New script.
270    
271 wakaba 1.6 2004-10-31 Wakaba <wakaba@suika.fam.cx>
272    
273     * domts2perl.pl: New option '--domtest2perl' introduced.
274    
275 wakaba 1.5 2004-10-11 Wakaba <wakaba@suika.fam.cx>
276    
277     * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
278     and "EM" introduced.
279     (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
280     ManakaiDOM:ManakaiDOMKeyIdentifiers added.
281    
282 wakaba 1.3 2004-10-10 Wakaba <wakaba@suika.fam.cx>
283 wakaba 1.5
284     * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
285 wakaba 1.3
286 wakaba 1.4 * domtest2perl.pl: New file.
287    
288     * Makefile, mkdommemlist.pl: New files.
289    
290 wakaba 1.3 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
291    
292     * genlib.pl: Removed (moved to ../lib/manakai/).
293    
294 wakaba 1.2 2004-10-09 Wakaba <wakaba@suika.fam.cx>
295    
296     * domtest2perl.pl, genlib.pl: New.
297    
298 wakaba 1.1 2003-09-07 Wakaba <wakaba@suika.fam.cx>
299    
300     * xml-validate.pl: New script.
301     * ChangeLog: Likewise.
302    
303    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24