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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.49 - (show annotations) (download)
Sat Feb 25 16:49:55 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +6 -0 lines
++ manakai/bin/ChangeLog	25 Feb 2006 16:31:38 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl (--dafx-file-suffix): New dummy option.

	* daf.pl: New script.

++ manakai/lib/Message/Util/ChangeLog	25 Feb 2006 16:40:55 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
	module is added.

2006-02-25  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (lookupNamespacePrefix): Resolves prefix by
	namespace resolver if available.
	(disNamespaceResolver): New attribute.
	(loadModule): Sets |revision| attribute of the created module.
	(ownerModuleRef): Setter is added.
	(addTypeURI): Set |ownerModule| attribute if possible.
	(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
	class and |ManakaiDefaultExceptionHandler| class.
	(mergeAsAlias): New |noEqualityCheck| parameter is added.

	* Makefile: New variables for |DAF| are added.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Feb 2006 16:45:17 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabaseModule): Do nothing if the
	module is already loaded.
	(plUpdateModule): Parameter |moduleURI| is changed
	to |modules| so that multiple modules can be updated once.
	Don't try to read index file if it is not exist.

2006-02-25  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (convertDISDocumentToDNLDocument): New
	|baseNamespaceBinding| parameter is added.

	* Perl.dis (plLoadDISDatabase): Removes |c:error-handler|
	property (it is |null| if specified).
	(plStore): New |noMainDatabase| parameter is added.  Don't
	write resources that are not |isDefined|.  Copies |DIS:revision|
	property of modules to database index file.
	(plLoadDISDatabaseModule): Notify before and after
	a file is read.  Don't throw |DIS:RESOURCE_ALREADY_DEFINED_ERR|
	if the resource already in the database is not |isDefined|.
	(plLoadDISDatabaseIndex): Notify before and after
        a file is read.
	(plDatabaseModuleResolver): New attribute accessor.

++ manakai/lib/Message/DOM/ChangeLog	25 Feb 2006 16:33:00 -0000
2006-02-25  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (Require): Missing reference to |DISlib:Test|
	module is added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24