/[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.89 - (show annotations) (download)
Mon Jan 30 00:57:48 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.88: +4 -0 lines
++ manakai/lib/Message/Util/ChangeLog	30 Jan 2006 00:56:45 -0000
2006-01-30  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Typo fixed.

++ manakai/lib/Message/Util/Error/ChangeLog	29 Jan 2006 13:59:04 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (MDOMX:attr, MDOMX:on, MDOMX:method): Missing
	definitions added.

	* Core.dis (MUError:description): Missing definition added.

++ manakai/lib/Message/Util/DIS/ChangeLog	30 Jan 2006 00:57:13 -0000
2006-01-30  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (Require): References |DIS:common| module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24