-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
537 lines (375 loc) · 16 KB
/
Copy pathChangeLog
File metadata and controls
537 lines (375 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
2025-06-13 Hiroshi SHIBATA <hsbt@ruby-lang.org>
* release 5.4.0
2024-02-29 Hiroshi SHIBATA <hsbt@ruby-lang.org>
* release 5.3.0
2022-11-29 Tada, Tadashi <t@tdtds.jp>
* release 5.2.4
2022-08-29 Tada, Tadashi <t@tdtds.jp>
* release 5.2.3
2022-05-29 Tada, Tadashi <t@tdtds.jp>
* release 5.2.2
2022-02-28 Tada, Tadashi <t@tdtds.jp>
* release 5.2.1
2021-11-29 Tada, Tadashi <t@tdtds.jp>
* release 5.2.0
2021-08-29 Tada, Tadashi <t@tdtds.jp>
* release 5.1.7
2021-05-29 Tada, Tadashi <t@tdtds.jp>
* use GitHub Actions for CI instead of TravisCI
* release 5.1.6
2021-02-28 Tada, Tadashi <t@tdtds.jp>
* release 5.1.5
2020-11-29 TADA Tadashi <t@tdtds.jp>
* release 5.1.4
2020-08-29 TADA Tadashi <t@tdtds.jp>
* release 5.1.3
* remove development dependency of rake
2020-05-29 TADA Tadashi <t@tdtds.jp>
* release 5.1.2
2020-03-22 TADA Tadashi <t@tdtds.jp>
* Dockerize
2020-02-29 TADA Tadashi <t@tdtds.jp>
* release 5.1.1
2019-06-29 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* release 5.0.13
2019-03-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.12
2018-12-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.11
2018-09-29 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* release 5.0.10
2018-06-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.9
2018-03-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.8
2017-12-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.7
2017-12-27 TADA Tadashi <t@tdtds.jp>
* fix insecure error in the recent-entry plugin using DiaryContainer
2017-09-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.6
2017-09-08 TADA Tadashi <t@tdtds.jp>
* remove secure mode support and merge to single method
* recent_list.rb: update like recent_list plugin in core package
* recent_list.rb: update to modern style and fix some information
2017-07-14 Tatsuya Sato <satoryu.1981@gmail.com>
* Add bloggfm style
2017-07-13 TADA Tadashi <t@tdtds.jp>
* fix error of whatsnew_list plugin on startup
2017-06-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.5
2017-03-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.4
2016-12-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.3
2016-09-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.2
2016-06-29 TADA Tadashi <t@tdtds.jp>
* release 5.0.1
2016-05-24 MATSUOKA Kohei <kohei@machu.jp>
* create new 'tdiary-blogkit' gem
* release 5.0.0.20160524
2014-05-29 TADA Tadashi <t@tdtds.jp>
* release 4.0.4
2012-07-29 TADA Tadashi <t@tdtds.jp>
* Release 3.1.4.
2012-05-08 TADA Tadashi <t@tdtds.jp>
* plugin/blog-category.rb: follow chenges of TDiaryBase to CacheIO.
2012-04-29 TADA Tadashi <t@tdtds.jp>
* Release 3.1.3.
2012-02-20 TADA Tadashi <t@tdtds.jp>
* fixed error on loading styles caused by style directory changed.
2012-01-29 TADA Tadashi <t@tdtds.jp>
* Release 3.1.2.
2011-12-15 TADA Tadashi <t@tdtds.jp>
* tdiary.conf.sample, tdiary.conf.sample_ja: added @lang. #1
2011-07-29 TADA Tadashi <t@tdtds.jp>
* Release 3.1.0.
2011-06-16 TADA Tadashi <t@tdtds.jp>
* plugin/blog-style.rb: defined 'blogkit?' method. #48
* plugin/blog-style.rb: set $tDiary.blogkit to true.
2011-04-29 TADA Tadashi <t@tdtds.jp>
* tdiary/blog_style.rb: a workaround for error on ruby 1.9.2.
2011-04-29 TADA Tadashi <t@tdtds.jp>
* Release 3.0.2.
2011-04-25 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* tdiary/blogwiki_style.rb: remove 1.8 backward compatibility.
2010-09-20 TADA Tadashi <t@tdtds.jp>
* Release 3.0.1.
2010-09-08 TADA Tadashi <t@tdtds.jp>
* plugin/blog-category.rb: decreased times of method calling.
2010-08-28 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* Release 3.0.0
2009-11-19 TADA Tadashi <t@tdtds.jp>
* plugin/{ja|en}/blog-style.rb: comment_description -> comment_description_default.
2009-08-03 TADA Tadashi <t@tdtds.jp>
* release 2.3.3.
2009-05-08 TADA Tadashi <t@tdtds.jp>
* release 2.3.2.
2009-04-15 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* tdiary/*.rb: converted to utf-8.
2008-10-19 TADA Tadashi <sho@spc.gr.jp>
* release 2.3.1.
2008-08-01 TADA Tadashi <sho@spc.gr.jp>
* plugin/title-navi.rb: reverted dirty hack of #116.
2008-07-17 TADA Tadashi <sho@spc.gr.jp>
* plugin/title-navi.rb: dirty hack for #116.
2008-07-11 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-style.rb, title-navi.rb: moved CSS to hide date fields from
title-navi.rb to blog-style.rb.
2008-07-06 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: added option 'whatsnew_list.url'.
2008-06-09 TADA Tadashi <sho@spc.gr.jp>
* plugin/ja/*.rb: converted to UTF-8.
2008-02-29 TADA Tadashi <sho@spc.gr.jp>
* release 2.2.1.
2008-01-05 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: delete category tags from whatsnew_list's
output.
2007-12-16 TADA Tadashi <sho@spc.gr.jp>
* release 2.2.0.
2007-11-14 TADA Tadashi <sho@spc.gr.jp>
* tdiary/blog_style.rb: fixed bug of newdate that dose not generate right
date.
2007-09-23 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: splited CDATA section by each ']]>'.
2007-05-01 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: add label elements in update form.
2007-02-17 TADA Tadashi <sho@spc.gr.jp>
* blog-category.rb: move help messages to Wiki.
2007-02-13 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: support footnote.rb and add 'feed?' method.
* lm.rb: no output in generating feed.
2007-01-18 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: fix charset to UTF-8, and using to_utf8 method.
2007-01-17 TADA Tadashi <sho@spc.gr.jp>
* ja/whatsnew-list.rb: use NKF insted of Uconv.
2007-01-13 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatnew-list.rb: rewind about over escape in <title> of feed's item.
2007-01-11 TADA Tadashi <sho@spc.gr.jp>
* plugin/*.rb: modified to use ERB::Util.h instead of CGI::escpaeHTML and
escape base-html.
2007-01-05 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatnew-list.rb: feed updates without filtered comments.
* plugin/whatnew-list.rb: replace labels 'RDF' to 'feed'.
2006-04-15 TADA Tadashi <sho@spc.gr.jp>
* release 2.1.4.
2006-03-18 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatnew-list.rb: follow core 2.1.3.20060318.
* plugin/whatnew-list.rb: support Mobile Link Discovery.
2005-10-20 TADA Tadashi <sho@spc.gr.jp>
* plugin/archive.rb: fix error under running tdiary_search.
* plugin/blog-style.rb: separate from archive.rb.
2005-10-16 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: insert correct counts of comments and TrackBacks.
2005-10-13 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: support dc:subject element in RSS for categories.
2005-10-09 TADA Tadashi <sho@spc.gr.jp>
* README: fix about style file settings.
2005-10-07 TADA Tadashi <sho@spc.gr.jp>
* tdiary/blogwiki_style.rb: delete duplicated div.section.
2005-09-29 TADA Tadashi <sho@spc.gr.jp>
* release 2.1.3.
2002-09-26 TADA Tadahi <sho@spc.gr.jp>
* plugin/whatnew-list.rb: fix bug to count TrackBack without tb-show.rb.
2002-09-26 vette <vette at mail.ne.jp>
* plugin/whatsnew-list.rb: fix bug to call body_enter_proc.
2002-09-25 TADA Tadahi <sho@spc.gr.jp>
* plugin/recent-entry.rb: remove category from title.
* plugin/whatnew-list.rb: apply_plugin for each entry.
2002-09-21 vette <vette at mail.ne.jp>
* plugin/blog-category.rb: insert category list into update form.
2002-09-19 TADA Tadahi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add a checkbox for don't update RSS, and some bug fix.
2002-09-18 TADA Tadahi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: append 'Comments(N)' and 'TrackBacks(M)' into
description of RSS.
* plugin/title-navi.rb: hide date fields also in showcomment mode.
2002-09-16 TADA Tadahi <sho@spc.gr.jp>
* plugin/title-navi.rb: prev/next navigation in edit mode.
* plugin/title-navi.rb: hide date fields in edit mode by CSS.
* plugin/whatsnew-list.rb: check permission of RDF file.
2002-09-09 TADA Tadahi <sho@spc.gr.jp>
* README: document improved.
* recent-entry.rb: merge recent-entry2.rb into recent-entry.rb.
* recent-entry2.rb: delete.
* blog-category.rb, whatsnew-list.rb: show denial message in seure mode.
2002-09-08 TADA Tadahi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: use description and benner in system preferences.
2002-09-06 TADA Tadahi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: fix bad condition to output link element into
HTML header.
* plugin/whatsnew-list.rb: fix error when no banner setting.
2002-09-06 vette <vette at mail.ne.jp>
* plugin/whatsnew-list.rb: fix about relative path of image and typo.
2002-09-05 TADA Tadahi <sho@spc.gr.jp>
* tdiary/blogwiki_style.rb: support new Wiki style in tDiary 2.1.2.20050905.
* plugin/blog-style.rb: overwrite subtitle_link to delete section anchor.
* plugin/whatsnew-list.rb: title set to 'RSS' in link element of RSS
AutoDiscovery.
2002-08-29 TADA Tadahi <sho@spc.gr.jp>
* plugin/title-link.rb: disable link in day mode.
* README*: add about title-link.rb plugin.
2002-08-26 TADA Tadahi <sho@spc.gr.jp>
* plugin/blog-category.rb: support Plugin#title_proc, new feature after
tDiary 2.1.2.20050826.
* add new plugin: title-link.rb: make permalink include all of title.
* blogwiki_style.rb: remove about category.
2002-08-25 TADA Tadahi <sho@spc.gr.jp>
* plugin/blog-category.rb: specify genre of preference.
2005-07-29 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-category.rb: fix broken title after changing comment status.
2005-07-20 TADA Tadashi <sho@spc.gr.jp>
* release 2.1.2.
2005-07-13 TADA Tadashi <sho@spc.gr.jp>
* tdiary.conf.sample: add list of bots.
2005-06-30 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-style.rb: show archive serial in <title> when month mode.
2005-06-22 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog_category.rb: define Diary#stripped_title in comment mode.
2005-06-09 TADA Tadashi <sho@spc.gr.jp>
* release 2.1.1.
2005-06-04 TADA Tadashi <sho@spc.gr.jp>
* plugin/archive.rb: support navi_user_month.
2005-06-03 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-style.b, tdiary/blogwiki_style.rb: support 'before/after n days' mode.
2005-04-06 TADA Tadashi <sho@spc.gr.jp>
* plugin/recent-entry.rb: fix bug about escape title.
2005-03-22 URABE Shyouhei <shyouhei@ice.uec.ac.jp>
* tdiary/blogrd_style.rb (RD::RD2BlogVisitor::apply_to_Headline): bug fix in headline levels
2005-03-09 TADA Tadashi <sho@spc.gr.jp>
* recent-entry.rb, recent-entry2.rb: remove HTML tag in title.
2004-06-27 TADA Tadashi <sho@spc.gr.jp>
* release 2.0.0.
2004-06-18 TADA Tadashi <sho@spc.gr.jp>
* theme/blog/blog.css: modify sidebar layout.
* plugin/blog-category.rb: support trackreceive mode.
2004-05-22 TADA Tadashi <sho@spc.gr.jp>
* theme/blog/blog.css: add '@charset "euc-jp";'.
* plugin/title-navi.rb: fix bug when specified not existend date.
2004-05-16 TADA Tadashi <sho@spc.gr.jp>
* tdiary.conf.sample*: add self URL into @no_referer. thanks ZnZ <zn@mbf.nifty.com>.
2004-05-09 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: support absolute path of @conf.index.
2004-05-06 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: output full text into description.
2004-05-04 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add description of items into rdf.
2004-03-31 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add adf:about attr into <channel>.
2004-03-20 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-style.rb: disable section of TrackBack source.
2004-02-26 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add <dc:creator> into RDF.
2004-02-19 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: support conf_proc and split English resource.
2004-02-18 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: remove debug print. thanks MATSUOKA Kohei <kohei@machu.jp>.
2004-02-17 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: fix about <link> element in HTML header.
2004-01-18 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: hide category in the list.
2003-12-12 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add whatsnew_list.rdf.image options. thanks Kouhei Sutou <kou@cozmixng.org>.
2003-12-03 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: apply plugin to rdf file.
2003-11-27 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: support Config#base_url.
2003-11-13 TADA Tadashi <sho@spc.gr.jp>
* release 1.5.6.
2003-11-07 TADA Tadashi <sho@spc.gr.jp>
* plugin/whatsnew-list.rb: add information to HTML header for Auto-Discovery.
* plugin/whatsnew-list.rb: i18n.
2003-10-24 TADA Tadashi <sho@spc.gr.jp>
* plugin/title-navi.rb: apply_plugin support.
2003-10-15 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/blog-category.rb: split language resource.
2003-10-14 TADA Tadashi <sho@spc.gr.jp>
* plugin/blog-style.rb: split language resource.
* plugin/blog-style_ja.rb: marged to blug-style.rb.
* README.*: modified using 01sp.rb to select plugins.
2003-10-12 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/blog-category.rb: require 'pstore'.
2003-10-09 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/blog-category.rb: space character after [category name] is omissible.
2003-09-30 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/category.rb, blog-category.rb: move category.rb to blog-category.rb.
2003-09-29 Junichiro Kita <kita@kitaj.no-ip.com>
* README, README.en: document for category.rb.
2003-09-29 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/*.rb: support category.
* plugin/category.rb: add.
2003-09-25 Junichiro Kita <kita@kitaj.no-ip.com>
* plugin/*.rb: use @conf.shorten
2003-09-10 TADA Tadashi <sho@spc.gr.jp>
* blog_style.rb: support to getnerate new date in Append mode.
* tdiary.conf.sample_ja: update referer_table.
2003-08-22 TADA Tadashi <sho@spc.gr.jp>
* title-navi.rb: show title in the prev/next month.
* tdiary.conf.sample*: remove comment mail setting.
2003-08-05 TADA Tadashi <sho@spc.gr.jp>
* remove plugin/edit.rb.
* release 1.5.5.
2003-05-18 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: call apply_plugin begore shorten.
2003-05-15 TADA Tadashi <sho@spc.gr.jp>
* release 1.5.4.
2003-05-04 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: no use SERVER_PORT.
2003-05-03 TADA Tadashi <sho@spc.gr.jp>
* add BlogRD style.
2003-04-25 TADA Tadashi <sho@spc.gr.jp>
* recent-entry, recent-entry2, whatnew-list: remove 2nd parameter and support @options['apply_plugin'].
* whatsnew-list: RSS feed support. thanks Kazuhiro NISHIYAMA <zn@mbf.nifty.com>.
2003-04-15 TADA Tadashi <sho@spc.gr.jp>
* add blog-style_ja.rb plugin for Japanese labels.
* add tdiary.conf.sample_ja.
2003-03-03 TADA Tadashi <sho@spc.gr.jp>
* fix typo.
2003-02-23 TADA Tadashi <sho@spc.gr.jp>
* BlogWiki style: fix bugs of blockquote grammer.
* release 1.5.3.
2003-02-21 TADA Tadashi <sho@spc.gr.jp>
* BlogWiki style: modify blockquote grammar.
* modify TDiaryForm class only runnning on Blog mode.
2003-02-20 TADA Tadashi <sho@spc.gr.jp>
* add BlogWiki style.
2003-02-13 TADA Tadashi <sho@spc.gr.jp>
* follow to tDiary 1.5.2.20030212.
2003-02-12 TADA Tadashi <sho@spc.gr.jp>
* document bugs fixed.
2003-01-27 TADA Tadashi <sho@spc.gr.jp>
* support style: remove blogio.rb and add blog_style.rb. see UPDATE.
2003-01-08 TADA Tadashi <sho@spc.gr.jp>
* archive.rb: insert <div> into <form> in archive_dropdown.
2003-01-01 TADA Tadashi <sho@spc.gr.jp>
* README.en: update. thanks Mizuho <gha@intrastore.cdc.com>.
2002-12-25 TADA Tadashi <sho@spc.gr.jp>
* release 1.5.2.
2002-12-24 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: change last-modified of oldest data in @diaries.
2002-12-20 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list.rb: refine extra_erb.
2002-12-19 TADA Tadashi <sho@spc.gr.jp>
* lm.rb: add span.lm.
2002-12-18 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list: adjust last modified of @diaries as whatsnew-list file.
2002-12-13 TADA Tadashi <sho@spc.gr.jp>
* whatsnew-list: remove hidden article from the list.
2002-11-25 TADA Tadashi <sho@spc.gr.jp>
* release 1.5.1.
2002-11-24 TADA Tadashi <sho@spc.gr.jp>
* title_navi plugin: title_navi.max option.
* add README.en.
2002-11-22 TADA Tadashi <sho@spc.gr.jp>
* item length limit on whatsnew-list and recent-entry[2].
* tdiary.conf.sample: fix typo.
2002-11-21 TADA Tadashi <sho@spc.gr.jp>
* add plugin/recent-entry2.rb.
* add comments into plugin files.
* add README, COPYING.
2002-11-20 TADA Tadashi <sho@spc.gr.jp>
* add arcgive_dropdown plugin.
* archive.rb: list to reverse.
2002-11-18 TADA Tadashi <sho@spc.gr.jp>
* Initial revision