/[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.68 - (show annotations) (download)
Thu Nov 17 10:14:24 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.67: +6 -0 lines
++ manakai/lib/Message/Util/ChangeLog	17 Nov 2005 10:11:53 -0000
2005-11-17  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |Formatter/Muf2003.dis| added to file list.

	* DIS.dis (DISModuleLite): Typo in |ISA| property fixed.

++ manakai/lib/Message/Util/Error/ChangeLog	17 Nov 2005 10:13:36 -0000
2005-11-17  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis: Reference to |../Formatter/Muf2003.dis| added.
	(MUErrorFormatter): New class describing one in |../Error.pm|.

++ manakai/lib/Message/Util/Formatter/ChangeLog	17 Nov 2005 08:20:42 -0000
2005-11-17  Wakaba  <wakaba@suika.fam.cx>

	* Muf2003.dis: New module.

	* .cvsignore: New file.

++ manakai/lib/Message/Util/DIS/ChangeLog	17 Nov 2005 10:12:37 -0000
2005-11-17  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Placeholder for formatter rule
	definitions added.

++ manakai/lib/manakai/ChangeLog	17 Nov 2005 10:14:12 -0000
2005-11-17  Wakaba  <wakaba@suika.fam.cx>

	* dis-catalog: |lib/Message/Util/Formatter/| directory added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24