/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Diff of /markup/html/whatpm/t/ChangeLog

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

revision 1.235 by wakaba, Sun Jun 1 05:35:55 2008 UTC revision 1.336 by wakaba, Sun Jun 28 11:03:07 2009 UTC
# Line 1  Line 1 
1    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
4            isindex (c.f. HTML5 revision 3236).
5    
6    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentChecker.t: Added new test data file.
9    
10    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
11    
12            * content-model-7.dat: Added an example from HTML5 spec.
13    
14    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
15    
16            * ContentChecker.t: Added new test data file.
17    
18    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
19    
20            * ContentChecker.t: Added new test data file.
21    
22    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentChecker.t: Added new test data file.
25    
26    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
27    
28            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
29    
30    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
31    
32            * content-checker.pl: Use new XML parser for parsing test data.
33            Use NanoDOM instead of manakai DOM implementation.
34    
35    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
36    
37            * SWML-Parser.t: New test data files added.
38    
39    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
40    
41            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
42    
43    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
44    
45            * Makefile: A rule for SWML testing is added.
46    
47            * SWML-Parser.t: New file.
48    
49            * swml/: New directory.
50    
51    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
52    
53            * XML-Parser.t: "xml/attrs-2.dat" added.
54    
55    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
56    
57            * XML-Parser.t: "xml/entrefs-2.dat" added.
58    
59    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XML-Parser.t: "xml/entrefs-1.dat" added.
62    
63    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
64    
65            * XML-Parser.t: "xml/eldecls-1.dat" added.
66    
67    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
68    
69            * XML-Parser.t: Typo fixed.
70    
71    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
72    
73            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
74            added.  Support for the "#entities" directive.
75    
76    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
77    
78            * XML-Parser.t: "xml/notations-1.dat" added.
79    
80    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
81    
82            * XML-Parser.t: "xml/attlists-1.dat" added.
83    
84    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
85    
86            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
87    
88    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
89    
90            * XML-Parser.t: "xml/doctypes-2.dat" added.
91    
92            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
93    
94    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
95    
96            * XML-Parser.t: "xml/ns-elements-1.dat" added.
97    
98    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
99    
100            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
101            Test directifes "#xml-version", "#xml-encoding", and
102            "#xml-standalone" are added.
103    
104    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * XML-Parser.t: "xml/charref-1.dat" added.
107    
108    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
109    
110            * XML-Parser.t: "xml/texts-1.dat" added.
111    
112            * tokenizer-test-2.dat: Test for ]]> are added.
113    
114    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
115    
116            * tree-test-foreign.dat: More test data are added.
117    
118    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
119    
120            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
121            added.
122    
123    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
124    
125            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
126    
127    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
128    
129            * xml/: New directory.
130    
131            * Makefile: Tests for Whatpm::XML::Parser are added.
132    
133            * HTML-tree.t: Change the relative order of codes.
134    
135            * XML-Parser.t: New test script.
136    
137    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
140    
141    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
142    
143            * tree-test-phrasing.dat: Wrong test results fixed.
144    
145            * tree-test-foreign.dat: New tests added.
146    
147            * testfiles.pl: "#..." line at the end of a test entry was not
148            supported.
149    
150            * HTML-tree.t: Show the "#data" content in "no #errors" error
151            message.
152    
153            * tokenizer-test-2.dat: A wrong test result fixed.
154    
155    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML-tree.t: Test result format for oreign element/attribute
158            names are updated to the latest one for html5lib tests.  Append a
159            newline to the expected result only when it is not an empty
160            string, for comparablity with the actual result.
161    
162            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
163            tree-test-3.dat: Test results for foreign elements are updated.
164    
165    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
168            format for html5lib tests.
169    
170            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
171            <!DOCTYPE> are updated.
172    
173    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML-tree.t: Test data file parser changed to the common one.
176    
177    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
178    
179            * tokenizer-test-2.dat: A test result was wrong.
180    
181    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
182    
183            * content-model-1.dat: Some entries moved to
184            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
185            dom-conformance/html-links-1.dat,
186            dom-conformance/html-objects-1.dat, and
187            dom-conformance/html-interactive-1.dat.
188    
189            * content-model-2.dat: Removed (moved to
190            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
191            dom-conformance/html-links-1.dat,
192            dom-conformance/html-objects-1.dat,
193            dom-conformance/html-interactive-1.dat, and
194            dom-conformance/html-flows-1.dat).
195    
196            * content-model-3.dat: Removed (moved to
197            dom-conformance/xml-global.dat).
198    
199            * content-model-4.dat: Removed (moved to
200            dom-conformance/html-texts-1.dat and
201            dom-conformance/html-links-1.dat).
202    
203            * content-model-5.dat: Removed (moved to
204            dom-conformance/html-flows-1.dat).
205    
206            * content-model-6.dat: Removed (moved to
207            dom-conformance/html-dataset.dat).
208    
209            * ContentChecker.t: References to the removed files removed and
210            references to new files added.
211    
212            * ContentChecker-XML.t: New script.
213    
214            * Makefile: Updated.
215    
216    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
217    
218            * content-model-2.dat: Repetition model test is moved to another
219            file.  A wrong test result fixed.  Broken test entries fixed.
220            <area rev> is now reported as "unknown attribute", since RDFa spec
221            adds that attribute to all elements with the Common attribute set.
222            Note that we have no plan to support RDFa, at the moment.
223    
224    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
225    
226            * ContentChecker.t: New files added.
227    
228            * content-model-1.dat, content-model-2.dat: Numbers of test
229            entries are moved to other files.
230    
231    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
232    
233            * content-model-1.dat, content-model-2.dat: Test results on
234            |label| contents fixed.
235    
236            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
237    
238            * dom-conformance/: New directory.
239    
240    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML-tree.t: New test files added.
243    
244            * Makefile: New test files added.
245    
246    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
247    
248            * tree-test-1.dat: Test results updated and new tests added on the
249            boundaries of Text nodes (HTML5 revision 2124).
250    
251    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
252    
253            * tree-test-form.dat: New test data file.
254    
255            * HTML-tree.t: |tree-test-form.dat| added.
256    
257            * tree-test-1.dat: Test results related to <option> and <optgroup>
258            are updated (cf. HTML5 revision 2128).
259    
260    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
261    
262            * tree-test-foreign.dat: New test data file.
263    
264            * HTML-tree.t: |tree-test-foreign.dat| added.
265    
266    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
267    
268            * tree-test-void.dat: Test on unmatched void end tag added (cf.
269            HTML5 revision 1731).
270    
271            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
272            revision 1731).
273    
274    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
275    
276            * tree-test-void.dat: Test on |param| and |source| start tags are
277            added, as well as test on polytheistic slashes for new void
278            elements (HTML5 revision 1731).
279    
280    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
281    
282            * tree-test-flow.dat: Test on implied end tag before <p> start tag
283            are added (HTML5 revision 1731).
284    
285    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
286    
287            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
288    
289            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
290            are added.
291    
292    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
293    
294            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
295    
296            * HTML-tree.t: |tree-test-void.dat| added.
297    
298            * tree-test-1.dat: Test on <listing> as a "special" element are
299            added.  Test on implied |option| and |optgroup| end tags are added
300            (cf. HTML5 revision 1731).
301    
302    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
303    
304            * tree-test-1.dat: Test related to "special", "formatting",
305            "scoping", and "phrasing" categories are added (cf. HTML5 revision
306            1778).
307    
308    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
309    
310            * ContentType.t: More test cases on BOM are added.  Some test
311            results updated according to HTML5 revision 1927.  Tests on the
312            returned values in the list context are added.
313    
314    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
315    
316            * content-model-2.dat: Test data on |for=""| attribute are added.
317    
318    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
319    
320            * tokenizer-test-1.test: Test data on invalid character references
321            are added (cf. HTML5 revision 2138).
322    
323            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
324            revision 2138).
325    
326    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
327    
328            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
329            revision 1932).
330    
331    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
332    
333            * content-model-2.dat: Test data for |form=""| are added.
334    
335    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
336    
337            * content-model-1.dat: Test data for |fieldset| |legend| are added.
338    
339    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
340    
341            * content-model-2.dat: Test data for |form| |name| are added.
342    
343    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
344    
345            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
346            Test data for U+000B are added (cf. HTML5 revision 1738).
347    
348    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
351            1738).
352    
353            * tree-test-1.dat: Test results updated.  New test data for the
354            treatement of U+000B are added (HTML5 revision 1738).
355    
356    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
357    
358            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
359            revision 1738).
360    
361    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
362    
363            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
364            revision 1738).
365    
366    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
367    
368            * content-checker.pl: Remove dedicated parser and adopt
369            testfiles.pl parser.
370    
371            * content-model-1.dat, content-model-2.dat: Typo fixed.
372    
373    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
374    
375            * content-model-1.dat: Test data for interactive contents are
376            added (cf. HTML5 revision 2018).
377    
378    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
379    
380            * content-model-2.dat: Add test data for accept-charset=""
381            attributes.
382    
383    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
384    
385            * langtag-1.dat: More test data from RFC 4646 are added.
386    
387    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
388    
389            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
390            are added.
391    
392    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
393    
394            * LangTag.t: Completely rewritten using |testfiles.pl|.
395    
396            * testfiles.pl: New script.
397    
398            * langtag-1.dat: Tests for case are added.
399    
400    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
401    
402            * ContentChecker.t: Atom tests are moved to another file.
403    
404            * ContentChecker-Atom.t, LangTag.t: New test scripts.
405    
406            * Makefile: Updated to invoke new test scripts.
407    
408            * langtag-1.dat: New test data file.
409    
410    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
411    
412            * ContentChecker.t: Test engine moved to another script.
413    
414            * content-checker.pl: New script.
415    
416    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
417    
418            * content-model-1.dat: Test results are updated.
419    
420            * content-model-2.dat: Tests for style="" are added.
421    
422    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
423    
424            * css-text.dat: Test data for pre-wrap updated.
425    
426    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
427    
428            * css-visual.dat: New test data for Firefox3's new 'width'
429            values.
430    
431    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
432    
433            * content-model-2.dat: A test case for NCR in charset=""
434            is added.
435    
436    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
437    
438            * tokenizer-test-3.dat: New test for MSE is added.
439    
440    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
441    
442            * HTML-tree.t: tokenizer-test-3.dat added.
443    
444            * tokenizer-test-3.dat: New test data.
445    
446    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
447    
448            * content-model-1.dat, content-model-7.dat: |a| is now
449            transparent (HTML5 revision 1963).
450    
451    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
452    
453            * content-model-7.dat: Typo fixed.
454    
455            * content-model-6.dat: Test data for data-UPPERCASE (now
456            disallowed) are added (HTML5 revision 1945).
457    
458    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
459    
460            * content-model-1.dat: Test data for |XSLT-compat|
461            added (HTML5 revision 2141).  A redundant test
462            entry is removed.
463    
464            * HTML-tree.t: Support for should-level errors.
465    
466    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
467    
468            * content-model-1.dat: Form test data are added (cf. HTML5
469            revisions 2142-2155).
470    
471    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
472    
473            * content-model-1.dat, content-model-2.dat: |event-source|
474            is renamed as |eventsource| (HTML5 revision 1863).
475    
476    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
477    
478            * content-model-2.dat: Uppercase letters are not allowed
479            as embed custom attributes (HTML5 revision 1946).
480    
481    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
482    
483            * tree-test-1.dat: Test data for after after frameset
484            insertion mode are added (cf. HTML5 revision 1909).
485    
486    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
487    
488            * content-model-2.dat, content-model-6.dat: Custom
489            attributes on |embed| and |data-*| attributes must
490            be XML compatible (HTML5 revision 1836).
491    
492    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
493    
494            * content-model-2.dat: xmlns="" on HTML elements that are
495            not the root of the HTML subtree are now allowed (HTML5
496            revision 1834).
497    
498    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
499    
500            * content-model-2.dat: Alternate style sheet element must
501            have a non-empty title attribute (HTML5 revision 1942).
502    
503    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
504    
505            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
506            is added.
507    
508    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
509    
510            * content-model-1.dat, content-model-2.dat: Test data
511            for the |bb| element are added (cf. HTML5 revision 1894).
512    
513            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
514            revision 2119).
515    
516            * content-model-7.dat: New test file.
517    
518    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
519    
520            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
521            revision 1929).
522    
523    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
524    
525            * content-model-2.dat: @autosubmit dropped (HTML5
526            revision 2019).
527    
528    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
529    
530            * content-model-4.dat: Some test data for <time> are added (c.f.
531            HTML5 revision 2094).
532    
533    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
534    
535            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
536    
537    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
538    
539            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
540            name (after another attribute) now raise parse error (HTML5
541            revision 2123).  Empty unquoted attribute is no
542            longer allowed (HTML5 revision 2122).
543    
544            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
545    
546    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
547    
548            * HTML-tree.dat: tree-test-3.dat added.
549    
550            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
551            HTML5 revision 2130).
552    
553    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
554    
555            * content-model-1.dat, content-model-2.dat: Test data updated
556            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
557    
558    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
559    
560            * CSS-Parser.t: Updated for latest version of the
561            Whatpm::CSS::Parser module.
562    
563            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
564            css-font.dat, css-generated.dat, css-interactive.dat,
565            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
566            Test results updated.
567    
568    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
569    
570            * ContentChecker.t: Updated for latest version of the
571            Whatpm::ContentChecker module.
572    
573            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
574            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
575            content-model-atom-2.dat, content-model-atom-threading-1.dat,
576            table-1.dat: Results updated.
577    
578    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
579    
580            * URIChecker.t: Error results updated.
581    
582    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
583    
584            * URIChecker.t: Test results updated to new error type names.
585    
586    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
587    
588            * WebIDL.t: Test data files for exceptions, typedefs,
589            and valuetypes are added to the list.
590    
591    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
592    
593            * WebIDL.t ($onerror): |value| argument value should be
594            checked as well as other argument values.
595    
596    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
597    
598            * WebIDL.t: Check whether |text| argument of the error
599            is correct or not.
600    
601    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
602    
603            * WebIDL.t: New test script.
604    
605            * webidl/: New directory.
606    
607    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
608    
609            * content-model-1.dat, content-model-2.dat: Test data are
610            updated and added for <map name=""> and <map id=""> (HTML5
611            revisions 1722 and 1728).
612    
613    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
614    
615            * content-model-1.dat: Test data for ruby are added (HTML5 revision
616            1704).
617    
618    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
619    
620            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
621            1704).
622    
623    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
624    
625            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
626    
627  2008-06-01  Wakaba  <wakaba@suika.fam.cx>  2008-06-01  Wakaba  <wakaba@suika.fam.cx>
628    
629          * content-model-6.dat: "data-" attribute is no longer allowed (HTML5          * content-model-6.dat: "data-" attribute is no longer allowed (HTML5

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.336

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24