/[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.81 - (show annotations) (download)
Sat Jan 7 12:30:54 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.80: +4 -0 lines
++ manakai/t/ChangeLog	7 Jan 2006 11:46:40 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* dom-mdom.t: Removed (obsolete).

	* util-formatter-base.t: Test result synced with
	current implementation.

	* Makefile: |dom-core.t| and |dom-xdoctype.t| added.

++ manakai/lib/Message/Util/ChangeLog	7 Jan 2006 11:15:29 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |../DOM/XDoctype.dis| added.

++ manakai/lib/Message/Util/DIS/ChangeLog	7 Jan 2006 11:25:49 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (id): New attribute.
	(assertNumEquals, assertNumNotEquals): New methods.
	(assertISA): New method.

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

	* Perl.dis (plCodeFragment): New roles |ElementTypeDefinitionRole|
	and |AttributeDefinitionRole| implemented.

++ manakai/lib/Message/DOM/ChangeLog	7 Jan 2006 11:55:36 -0000
2006-01-07  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (checkXMLNamesQName): Checks whether
	namespace URI is defined for not being warned.

	* XDoctype.dis: New module.

	* DOMCore.dis (DOMStringList): Test added.

	* Makefile: |XDoctype.pm| added.

	* Tree.dis (Require): Requires |XDoctype.dis|.
	(ManakaiDOMNodeObjectNode.eq): Added.
	(Test): |DOMError.location| must return a |DOMLocator|
	object (it was incorrectly tested to return |null|).
	(EmptyNodeList.DESTROY): Removed.

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

	* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and
	|ATTRIBUTE_DEFINITION_NODE| node types added.
	(appendChild, insertBefore, replaceChild): New
	two node types added and processing instruction nodes
	as document type definition node child is allowed
	in |ManakaiDOM:ManakaiDOMLatest| mode.
	(getNodeReference): New |interface| parameter
	to filter classes by interface is added.
	(ElementTypeDefinitionRole): New role.
	(AttributeDefinitionRole): New role.

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

	* DOMCore.dis (DOMStringList): Reimplemented as tied array.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24