/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.63 - (show annotations) (download)
Sun Oct 16 06:08:25 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.62: +7 -0 lines
++ manakai/bin/ChangeLog	16 Oct 2005 06:05:54 -0000
2005-10-16  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl (--output-line): New option.

++ manakai/lib/Message/Util/ChangeLog	16 Oct 2005 06:07:43 -0000
2005-10-16  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (pc:line): New configuration parameter.
	(stringify): Don't output "#line" directive
	unless "pc:line" parameter is set to "true".
	(pc:split-resolver): New configuration parameter.

++ manakai/lib/Message/DOM/ChangeLog	16 Oct 2005 06:06:20 -0000
2005-10-16  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".

1 2005-10-16 Wakaba <wakaba@suika.fam.cx>
2
3 * PerlCode.dis (pc:line): New configuration parameter.
4 (stringify): Don't output "#line" directive
5 unless "pc:line" parameter is set to "true".
6 (pc:split-resolver): New configuration parameter.
7
8 2005-10-14 Wakaba <wakaba@suika.fam.cx>
9
10 * ManakaiNode.dis (anydata0): New property type.
11
12 * PerlCode.dis (stringify): Prints node id if file name
13 is not available.
14 (perlLiteral): Prints as is if the value is blessed
15 with "manakai::code" package.
16
17 2005-10-13 Wakaba <wakaba@suika.fam.cx>
18
19 * PerlCode.dis (CDATADOMString): Changed to use code
20 fragment defined in DOMCore module directly.
21
22 2005-10-12 Wakaba <wakaba@suika.fam.cx>
23
24 * PerlCode.dis (ForClassCompat): Removed.
25
26 * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
27 Removed.
28 (newNode): New method.
29 (generateUniqueID): Algorithm has changed to save random
30 string generation time.
31
32 * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
33
34 2005-10-11 Wakaba <wakaba@suika.fam.cx>
35
36 * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
37 on DOMCore and element type definitions added.
38 (localName): Renamed to "pcLocalName" to avoid
39 conflict with "Node.localName" attribute.
40
41 2005-10-10 Wakaba <wakaba@suika.fam.cx>
42
43 * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
44
45 * Makefile: Rules to make "PerlCode.pm" separated
46 from ones for "DIS.pm".
47
48 * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
49 parameter is replaced with "$referrer->{$propName}".
50
51 * PerlCode.dis (Require): References "DOMCore.dis".
52 (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
53 (Util: for ManakaiDOM:ManakaiDOM): New.
54
55 2005-10-09 Wakaba <wakaba@suika.fam.cx>
56
57 * ManakaiNode.dis: New "mn:xrefnode0" property type has
58 been introduced and methods are fixed to support it.
59 (mn:setXRefNode, mn:unsetXRefNode): New codes.
60
61 * DIS.dis (loadResource): Skips a root resource definition
62 if it is an alias and it has "dis:Name" attribute and
63 referenced canonical definition is already read. (Note
64 that similar case that the resource definition has "dis:QName"
65 attribute is already fixed in the same way.)
66
67 2005-10-08 Wakaba <wakaba@suika.fam.cx>
68
69 * DIS.dis (readProperties): Recognizes hexdecimal
70 in "DISCore:Integer" (prefixed by "0x").
71
72 2005-10-08 Wakaba <wakaba@suika.fam.cx>
73
74 * PerlCode.dis (getExceptionInterfacePackageNameList,
75 addExceptionInterfacePackageName): New methods.
76 (ToString): Sorts hash keys where they result in
77 the order of statements in result code.
78
79 * Error.pm ($DEBUG): New option variable.
80 (___get_error_def): Calls "___error_def" method in second or later "@ISA"
81 package even if elder package has "___error_def" method.
82
83 * DIS.dis: Now constant values are only defined
84 in interfaces.
85 (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
86
87 2005-10-06 Wakaba <wakaba@suika.fam.cx>
88
89 * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
90
91 2005-10-02 Wakaba <wakaba@suika.fam.cx>
92
93 * DIS.dis (getAnyResource): New method.
94 (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
95 (getPropertyResource, getPropertyResourceList): Now
96 they uses "getAnyResource" method.
97 (getPropertyModuleList): Removed.
98
99 2005-09-30 Wakaba <wakaba@suika.fam.cx>
100
101 * DIS.dis (readProperties): Saves property name to values.
102 (getPropertyModuleList): New method.
103
104 2005-09-29 Wakaba <wakaba@suika.fam.cx>
105
106 * DIS.dis: Shares local name, namespace URI and for URI
107 if possible.
108
109 * PerlCode.dis (stringify): Sorts "require" statements by module
110 name.
111
112 2005-09-28 Wakaba <wakaba@suika.fam.cx>
113
114 * PerlCode.dis (perlLiteral): Sorts output by hash key.
115
116 * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
117 property.
118 (getNewReference): Increments "mn:groveReferenceCounter"
119 property.
120 (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
121 check "defined" to allow "undef" value in "while" condition.
122 (mn:isGroveReferenced): New code.
123 (changeTreeID): New "groveRC" parameter added.
124 (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
125 properties.
126 (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
127 (mn:groveReferenceCounter): New property.
128
129 2005-09-28 Wakaba <wakaba@suika.fam.cx>
130
131 * DIS.dis: Use "tag:" URI for internal URIs.
132
133 2005-09-27 Wakaba <wakaba@suika.fam.cx>
134
135 * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
136 properties.
137 (generateUniqueID): Use "tag:" URI.
138
139 * DIS.dis (targetNamespaceURI): New attribute.
140 (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
141 (ManakaiDISModuleLite->AUTOLOAD): Don't load module
142 if method name is "DESTROY".
143
144 2005-09-27 Wakaba <wakaba@suika.fam.cx>
145
146 * ManakaiNode.dis (ManakaiNodeStem): Use per-class
147 variable for searching noderel properties instead
148 of per-node properties.
149
150 2005-09-26 Wakaba <wakaba@suika.fam.cx>
151
152 * ManakaiNode.dis (new): New "className" parameter added.
153 (mn:NodeRefRole): New role.
154 (mn:type): New property.
155 (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
156 mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
157
158 * Makefile: Rules to make "DIS/DISDump" is separeted
159 from "DIS/DISDoc".
160
161 * DIS.dis (getFor): Loads database module if unread
162 "for" is referenced.
163 (addResourceList, getResourceList): New method.
164 (ManakaiDISModuleLite): New class.
165
166 2005-09-25 Wakaba <wakaba@suika.fam.cx>
167
168 * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
169 (getResource): New "dae" and "daem" database format support.
170 (DISResourceList): New type.
171 (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
172 (addChildResource, addDynamicChildResource): New methods.
173 (getChildResourceList, getDynamicChildResourceList): New method.
174 (getChildResourceListByType): New method.
175 (parentResource, dynamicParentResource): New attributes.
176
177 * Makefile (DAC_SUFFIX): Changed to ".dae".
178 (DAEM_SUFFIX): New.
179
180
181 2005-09-24 Wakaba <wakaba@suika.fam.cx>
182
183 * ManakaiNode.dis: Use "disPerl:H" instead
184 of "disPerl:Q" for hash keys.
185 (NodeStem): Property value "mn:treeID"
186 has changed to scalar reference.
187
188 2005-09-24 Wakaba <wakaba@suika.fam.cx>
189
190 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
191 properties.
192 (mn:stemName, mn:refName): New properties.
193
194 * Makefile (.discore-all.pm): New rule to create dis-related
195 Perl module files at once.
196
197 * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
198 (hashKeyName, hashKeyScope, anotherURI): New error parameters.
199
200 * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
201 of "disPerl:Q" for hash keys.
202
203 2005-09-23 Wakaba <wakaba@suika.fam.cx>
204
205 * DIS.dis (DISParser.new): New method.
206 (hasFeature): Removed. ManakaiDISAnyResource now
207 extends DOMFeature:ManakaiHasFeatureByGetFeature.
208 (readProperties): Support for property value data
209 types DISLang:MemberRef and dx:XCRef added.
210 (ManakaiDISExceptionTarget): It is now an alias
211 for dx:ManakaiDefaultExceptionHandler.
212
213 2005-09-22 Wakaba <wakaba@suika.fam.cx>
214
215 * Makefile: DAC_SUFFIX changed to ".dad".
216
217 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
218 (disIsNullable): Reimplemented.
219
220 2005-09-21 Wakaba <wakaba@suika.fam.cx>
221
222 * DIS.dis (addNamespaceBinding): New method.
223
224 2005-09-20 Wakaba <wakaba@suika.fam.cx>
225
226 * DIS.dis: Use valueRef and nodeIDRef where possible so
227 that dad file can share text data if possible.
228 For resources, {subOf} and {supOf} is now optional.
229 (sourceNodeIDRef): New attribute.
230
231 2005-09-19 Wakaba <wakaba@suika.fam.cx>
232
233 * DIS.dis: Parameter "databaseArg" added to various
234 methods to support objects that have no associated
235 database.
236 (getNamespaceBindingList, getDefaultNamespaceURIRef): New
237 methods.
238 (NO_RDF_TYPE_ERR): New error type.
239 (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
240 attribute specified for a resource definition.
241
242 2005-09-16 Wakaba <wakaba@suika.fam.cx>
243
244 * DIS.dis (DISResourceProp): Methods reimplemented to
245 support DIS/Value values.
246
247 2005-09-15 Wakaba <wakaba@suika.fam.cx>
248
249 * DIS.dis (readProperties): New methods. Emploies DIS/Value
250 classes for internal data structure.
251
252 2005-09-14 Wakaba <wakaba@suika.fam.cx>
253
254 * DIS.dis: Now references DIS/Value.dis.
255 (DISAnyResource): New interface separeted from DISModule.
256 DISFor and DISResource.
257
258 2005-09-13 Wakaba <wakaba@suika.fam.cx>
259
260 * DIS.dis: Perl-related methods are moved to a separate
261 module "DIS/Perl.dis".
262
263 2005-09-08 Wakaba <wakaba@suika.fam.cx>
264
265 * Makefile: Renewaled.
266
267 * ManakaiNode.dis (free): New method.
268
269 2005-09-07 Wakaba <wakaba@suika.fam.cx>
270
271 * DIS.dis: Interfaces added.
272 (free): New method.
273
274 * PerlCode.dis: Interfaces added.
275
276 2005-09-06 Wakaba <wakaba@suika.fam.cx>
277
278 * DIS.dis (plName): Use AppName attribute, if any,
279 for ManakaiDOM:ConstGroup resources.
280
281 2005-09-05 Wakaba <wakaba@suika.fam.cx>
282
283 * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
284 the same class or variable twice whose alias is defined
285 in the same module.
286
287 2005-09-04 Wakaba <wakaba@suika.fam.cx>
288
289 * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
290 and pc:prortotype properties.
291
292 * DIS.dis (plAdditionalISAPackages): New attribute.
293
294 2005-09-01 Wakaba <wakaba@suika.fam.cx>
295
296 * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
297 supported.
298
299 2005-08-31 Wakaba <wakaba@suika.fam.cx>
300
301 * DIS.dis (uris): New attribute.
302
303 2005-08-30 Wakaba <wakaba@suika.fam.cx>
304
305 * DIS.dis (plFilePathStem): New attribute.
306
307 2005-08-29 Wakaba <wakaba@suika.fam.cx>
308
309 * DIS.dis (plFileNameStem): New attribute.
310
311 2005-08-28 Wakaba <wakaba@suika.fam.cx>
312
313 * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
314
315 2005-08-26 Wakaba <wakaba@suika.fam.cx>
316
317 * DIS.dis: Typo fixed for replacing namespace URI and local name
318 in reflecting code.
319 (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
320 attribute values as their default.
321 (mvPrefix, qnameValuePrefix): New attributes.
322
323 * ManakaiNode.dis: Tests whether "defined" rather than true or not
324 in "while" conditions.
325
326 2005-08-15 Wakaba <wakaba@suika.fam.cx>
327
328 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
329 is defined.
330
331 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
332 parameter value if dis:ContentType attribute is missing.
333
334 * ManakaiNode.dis (importTree): Use "isa" function
335 to check whether a object is an instance of the manakai
336 node model.
337 (NodeStem, NodeRef): New lightweight variant
338 of ManakaiDOM:ManakaiDOMNodeObject
339 and ManakaiDOM:ManakaiDOMNodeReference.
340
341 2005-05-29 Wakaba <wakaba@suika.fam.cx>
342
343 * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
344 even if DOMMetaImpl:provideFeature has child nodes but
345 they are not DOMMetaImpl:providedThrough a ImplFeature
346 statement is generated.
347 (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
348
349 2005-05-26 Wakaba <wakaba@suika.fam.cx>
350
351 * Makefile: Rules for DISDoc module added.
352
353 2005-05-23 Wakaba <wakaba@suika.fam.cx>
354
355 * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
356 ManakaiDISModuleDefinition): "getFeature" method added.
357
358 2005-03-06 Wakaba <wakaba@suika.fam.cx>
359
360 * DIS.dis (Require): Loads PerlCode module.
361
362 2005-03-05 Wakaba <wakaba@suika.fam.cx>
363
364 * PerlCode.dis: Operator overloading is implemented.
365
366 2005-03-04 Wakaba <wakaba@suika.fam.cx>
367
368 * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
369 module's binding properties.
370
371 2005-03-03 Wakaba <wakaba@suika.fam.cx>
372
373 * PerlCode.dis: New module.
374
375 2005-02-26 Wakaba <wakaba@suika.fam.cx>
376
377 * DIS.dis (DISModuleResolver): New interface.
378
379 2005-02-21 Wakaba <wakaba@suika.fam.cx>
380
381 * DIS.dis: New module.
382
383 * ManakaiNode.dis: New "subnode0" property category introduced.
384
385 2005-02-17 Wakaba <wakaba@suika.fam.cx>
386
387 * ManakaiNode.dis: New module.
388
389 2005-01-05 Wakaba <wakaba@suika.fam.cx>
390
391 * Error.pm (___rule_def[p]): Don't output anything if not exists
392 that parameter.
393
394 2004-09-30 Wakaba <wakaba@suika.fam.cx>
395
396 * Error.pm (___rule_def): "p" added; now "t" is obsolete.
397
398 2004-04-02 Wakaba <wakaba@suika.fam.cx>
399
400 * Error.pm (report): Error depth fixed.
401 (___rule_def:t): New parameters empty and undef introduced.
402
403 2004-01-17 Wakaba <wakaba@suika.fam.cx>
404
405 * Error.pm: Some fixes w.r.t. Error::Depth.
406
407 2003-12-06 Wakaba <wakaba@suika.fam.cx>
408
409 * Error.pm (___error_def): Renamed from ___errors.
410
411 2003-12-01 Wakaba <wakaba@suika.fam.cx>
412
413 * Error.pm (___get_error_def): Now support inherit. (It was not work.)
414
415 2003-11-15 Wakaba <wakaba@suika.fam.cx>
416
417 * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
418
419 2003-11-13 Wakaba <wakaba@suika.fam.cx>
420
421 * Formatter: New directory.
422
423 2003-11-12 Wakaba <wakaba@suika.fam.cx>
424
425 * Error.pm: Rewritten.
426
427 2003-10-25 Wakaba <wakaba@suika.fam.cx>
428
429 * Formatter.pm (replace): Allow '%foo () ;'.
430
431 2003-09-17 Wakaba <wakaba@suika.fam.cx>
432
433 * HostPermit.pm: New module.
434
435 2003-08-05 Wakaba <wakaba@suika.fam.cx>
436
437 * Error.pm (_default_error_handler): Syntax fix.
438
439 * Error/: New directory.
440
441 2003-07-29 Wakaba <wakaba@suika.fam.cx>
442
443 * Error.pm: New module.
444
445 2003-05-10 Wakaba <w@offweb.ddo.jp>
446
447 * Formatter.pm (replace): Bug fix of pattern.
448
449 2003-04-29 Wakaba <w@offweb.ddo.jp>
450
451 * Formatter.pm (replace): {...} block is supported.
452 (Message::Util::Formatter::_returned): New package. It is very very tiny
453 subset of SuikaWiki::Markup::XML.
454 (replace): Return structured string, not bare string. This function is
455 useful to make tree (such as XML's) from formatting template (and its nested
456 parameters).
457
458 2003-03-28 Wakaba <w@offweb.ddo.jp>
459
460 * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
461 (replace): Replace '-' to '_' in attr name.
462
463 2003-01-26 Wakaba <w@cube.wakaba.ssm>
464
465 * Formatter.pm (replace): Trim attribute name/value pair.
466
467 2003-01-04 Wakaba <w@suika.fam.cx>
468
469 * Formatter.pm (replace): Don't split by ',' in quoted-strings.
470
471 2002-12-15 Wakaba <w@suika.fam.cx>
472
473 * Formatter.pm (%char;): Removed.
474
475 2002-12-05 Wakaba <w@suika.fam.cx>
476
477 * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
478 "-bare_text".
479 (replace): "Replace" non-%-text with "-bare_text" rule.
480 (pod): Methods and initial rules are documented.
481
482 2002-12-04 Wakaba <w@suika.fam.cx>
483
484 * Formatter.pm (replace): Accept ")" in quoted-string.
485
486 2002-11-13 Wakaba <w@suika.fam.cx>
487
488 * ChangeLog: New file.
489 * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24