/[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.74 - (show annotations) (download)
Fri Dec 16 15:08:55 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.73: +14 -0 lines
++ manakai/lib/Message/Util/ChangeLog	16 Dec 2005 15:05:50 -0000
2005-12-16  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
	(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
	(PCExpression.stringify): Outputs children other than expression.
	Inserts space before and after operators if desired.

2005-12-15  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCCondition, PCBlock): New interface.
	(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
	distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
	interface.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24