/[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.69 - (hide annotations) (download)
Sun Nov 20 09:49:29 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.68: +4 -0 lines
++ manakai/t/ChangeLog	20 Nov 2005 09:49:17 -0000
2005-11-20  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: |util-dis-dnlite.t| added.

	* Makefile: Rules for |util-dis-dnlite.t| added.

++ manakai/lib/Message/Util/ChangeLog	20 Nov 2005 09:45:10 -0000
2005-11-20  Wakaba  <wakaba@suika.fam.cx>

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

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Nov 2005 09:47:06 -0000
2005-11-20  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (forMatch): Matching rule revised so that
	multiple specification of same |For| URI with different
	operators work as intended.

	* Perl.dis: Typo fixed.

	* Test.dis: |uri| parameters added.

++ manakai/lib/Message/DOM/ChangeLog	20 Nov 2005 09:38:53 -0000
2005-11-20  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis: Unused declarations and definitions removed.

	* DOMCore.dis: DOM document tree related interfaces removed.

	* Tree.dis: New module separated from |DOMCore.dis|.

	* DOMXML.dis: Some referent changed to |Tree.dis|.

	* Makefile: |Tree.dis| added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24