/[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.79 - (show annotations) (download)
Sat Dec 24 07:27:13 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.78: +9 -0 lines
++ manakai/lib/Message/Util/ChangeLog	24 Dec 2005 07:21:48 -0000
2005-12-24  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PerlSub.clearPerlName): New method.
	(PCDocument.createPCLiteral): Adopts |PerlCode| node
	if it is a foreign one.

	* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
	character is replaced to |UNDERLINE| character.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Dec 2005 07:27:07 -0000
2005-12-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (DISResourcePerl.plName): Implemented
	for |DISLang:AnyClass| resources.
	(DISResourcePerl.getPerlNameList): Don't prefix by |UNDERLINE|
	if the name comes from |DISPerl:methodName| attribute
	in case the method is for internal use.
	(DISResourcePerl.plCodeFragment): Generates return
	value convertion code from |DISLang:OutputProcessor| for
	attribute getter.  |ecore:textFormatter| attribute is
	implemented.  |Muf2003:RuleDefClass| is implemented.

	* DPG.dis (token-error): Packs error location
	information into the error object.
	(DPGExceptionFormatter): New interface.

++ manakai/lib/Message/DOM/ChangeLog	23 Dec 2005 14:20:29 -0000
2005-12-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMLocator): Implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24