/[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.82 - (show annotations) (download)
Sat Jan 21 07:06:09 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.81: +6 -0 lines
++ manakai/t/ChangeLog	21 Jan 2006 07:06:03 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |dom-xmlparser.t| added.

++ manakai/bin/ChangeLog	21 Jan 2006 06:58:44 -0000
2006-01-12  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
	test types are implemented.

++ manakai/lib/Message/Util/ChangeLog	21 Jan 2006 07:02:03 -0000
2006-01-19  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCPackage.stringify): Appends a string
	representation of non-|pc:*| element children for
	the stringified value.

++ manakai/lib/Message/Util/DIS/ChangeLog	21 Jan 2006 07:04:28 -0000
2006-01-20  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Sets |param| value of default
	for default parse error handler to avoid array dereference error.

	* Test.dis (assertDOMTreeEquals): New method.

2006-01-11  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (TDTParser): New.
	(PARSE_ERR): New exception type.

++ manakai/lib/Message/DOM/ChangeLog	21 Jan 2006 07:00:52 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (featuresParamToFeaturesHash): New block
	code (seprated from |InputProcessor|).  Now
	a |features| parameter's version can be specified by
	an array reference that contains a set of version
	numbers.  A test added.

	* XMLParser.dis: A test added.

++ manakai/lib/manakai/ChangeLog	21 Jan 2006 07:05:39 -0000
2006-01-11  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (test:ParserTestSet, test:ParserTest): New types.
	(test:Entity, test:RootEntity): New types.
	(lang:tdt): New lextype.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24