/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24