• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D12-Nov-2001111 53

COPYINGH A D12-Nov-20011.2 KiB3224

ChangeLogH A D12-Nov-2001383 179

INSTALLH A D05-Oct-200060 105

Makefile.amH A D12-Nov-2001664 2219

Makefile.inH A D03-May-202211.7 KiB411317

NEWSH A D12-Nov-2001180 169

READMEH A D12-Nov-200111.8 KiB391306

README.eucH A D12-Nov-200112.5 KiB392307

README.sjisH A D12-Nov-200112.5 KiB392307

aclocal.m4H A D12-Nov-20014.3 KiB128113

bg.cH A D12-Nov-20014.3 KiB205154

codeconv.cH A D12-Nov-20016.7 KiB281209

color.cH A D12-Nov-200110.3 KiB432370

comment.cH A D12-Nov-20015.2 KiB210169

config.h.inH A D17-Oct-20002.5 KiB10469

configureH A D03-May-202291.4 KiB3,0472,512

configure.inH A D03-May-2022982 4434

coptionsH A D17-Oct-20001.4 KiB103102

cursor.cH A D12-Nov-20014 KiB168129

dir.cH A D12-Nov-20015.6 KiB251199

english.sedH A D20-Aug-1998109 43

extern.hH A D12-Nov-20016.6 KiB281241

fkiss.cH A D12-Nov-200173.6 KiB3,2822,941

fkiss.docH A D12-Nov-200118.6 KiB538453

fkiss.hH A D12-Nov-20016 KiB238183

fkiss.manH A D12-Nov-20018.5 KiB405387

fkissex.docH A D03-Oct-20009 KiB254217

fkissex1.docH A D03-Oct-20004 KiB8571

fkissex2.docH A D03-Oct-20003.5 KiB7560

fkissex3.docH A D03-Oct-20002 KiB6150

fkissrc.smpH A D12-Nov-20011 KiB2928

grip0.xbmH A D20-Aug-1998331 98

grip1.xbmH A D20-Aug-1998331 98

hand0.xbmH A D20-Aug-1998331 98

hand1.xbmH A D20-Aug-1998331 98

headers.hH A D12-Nov-20013.2 KiB14397

icon.xbmH A D20-Aug-19981.9 KiB3029

install-shH A D03-Oct-20005.5 KiB252153

japanese.sedH A D20-Aug-1998192 1514

jiscode.cH A D12-Nov-20011.8 KiB8152

kiss.hH A D12-Nov-20012.1 KiB6631

kisscnf.cH A D12-Nov-200116.1 KiB735640

kisseve.cH A D12-Nov-200139.5 KiB1,5591,254

kissgs.docH A D12-Nov-200120.3 KiB691510

menu.cH A D12-Nov-200120.8 KiB907794

message.cH A D12-Nov-20013.6 KiB204162

missingH A D03-Oct-20006.1 KiB191154

mkinstalldirsH A D03-Oct-2000722 4123

selcnf.cH A D12-Nov-20017.5 KiB307252

sound.cH A D03-May-202218 KiB820676

stamp-h.inH A D12-Nov-200110 21

sub.cH A D03-May-20224.7 KiB288222

timer.cH A D12-Nov-20011.6 KiB6134

timer.hH A D12-Nov-20011.6 KiB5526

ulaw.hH A D12-Nov-20012.5 KiB5734

version.hH A D03-May-2022909 231

work.cH A D12-Nov-20015.9 KiB197162

work.hH A D12-Nov-20013.3 KiB127103

README

1----------------------------------------------------------------
2			* French-KISS! *
3----------------------------------------------------------------
4* About
5
6This software fkiss - French-KISS! is a sample implementation of
7KISekae Set system (KISS) for X Window System.
8KISS is a software for playing Paper-doll on any computers.
9"Kisekae" means "changing clothes".
10
11----------------------------------------------------------------
12* Install
13
14To make Makefile
15 % ./configure
16
17To make executable binary
18 % make
19
20And executable binary "fkiss" is created.
21
22Move this executable binary to install directory you like.
23Example
24 # mv fkiss /usr/local/bin
25 or
26 # make install
27
28"fkiss.man" is a manual source file.
29Copy this file to manual directory you like.
30Example
31 # cp fkiss.man /usr/local/man/man1/fkiss.1
32 or
33 # make install.man
34
35Copy rc file to your home directory.
36 % cp fkissrc.smp ~/.fkissrc
37
38
39That's all. Let's try!
40
41----------------------------------------------------------------
42* Trouble in make
43
44If you cannot to make fkiss or modified something to make,
45Please tell me that:
46  French-KISS! version
47  Hardware and Operating system
48  Error messages
49  (Your changes)
50
51----------------
52Troube! Error in configure!
53
54"configure" is a shell script file generated by GNU autoconf.
55If error reported at "/bin/sh configure",
56Check /bin/sh is really Bourne shell.
57If you cannot to use Bourne shell (What's unix system!!),
58Use bash - GNU Bourne-Again SHell.
59For example, edit "configure" line 1
60>#! /bin/sh
61change to
62>#! /usr/local/bin/bash
63
64----------------
65Trouble! Nothing opendir library!
66>dir.o: Undefined symbol _opendir referenced from text segment
67>dir.o: Undefined symbol _readdir referenced from text segment
68>dir.o: Undefined symbol _closedir referenced from text segment
69
70Change following lines in "headers.h"
71>/* directory access routine */
72to
73>/* directory access routine */
74>#define USE_BSD_DIRLIB 0
75
76----------------
77Trouble! Compile error in message.c
78
79Add "-DUSE_VARARGS" or "-DUSE_STDARG" to CFLAGS in Makefile,
80Try to re-compile.
81
82----------------
83Other troubles!
84
85Try to use GNU product software tools
86instead of vender producted make, cc, sed, awk etc.
87Some problems will be cleared.
88For compatibility and performance, I recommend to use GNU product softwares.
89
90----------------------------------------------------------------
91* Startup
92
93At first, get KISS data files from WWW and/or FTP-site.
94
95The Big KiSS page - http://otakuworld.com/kiss/
96
97You can find some KISS datas
98and many favorite links on my web site "Kissin Institute of Softwear".
99Let's visit!
100
101Kissin Institute of Softwear - http://www2s.biglobe.ne.jp/~yav/
102
103For "First KISS" users, Look sample KISS data archive "frkismi4.lzh"
104contained in this package.
105I experiment some KISS sound/animation extensions in this.
106But, these extensions are NOT KISS standards.
107And sound files are not contained.
108
109A lot of KISS data files (*.lzh) are packed with LHa archiver.
110Install LHa archiver and extract a archive file.
111And you find these files:
112	many "*.cel" (pixel)
113	some "*.kcf" (color)
114	some "*.cnf" (configuration)
115These files are extracted, Let's
116 % fkiss
117to enjoy kisekae!!
118
119None argument is specified, fkiss read "*.cnf" in a current directory.
120
121Another way to enjoy is more simple.
122 % fkiss frkismi4.lzh
123fkiss make a directory /tmp/fkiss(PID)
124and execute lha to extract files to there.
125And search "*.cnf" in it.
126
127There are some explanations about command line options in a manual.
128 % man fkiss
129to read manual.
130
131----------------------------------------------------------------
132* Core dump!
133
134If fkiss is stopeed core dump or X error,
135Please tell me that:
136  Hardware and Operating system
137  Error messages
138and fkiss debug information output.
139To save debug information file "fkisslog" do:
140 $ fkiss -debug bugkiss.lzh 2> fkisslog
141  or
142 % fkiss -debug bugkiss.lzh >& fkisslog
143
144----------------------------------------------------------------
145* Sound
146
147fkiss check /dev/audio device for playing sound.
148If /dev/audio is exist, fkiss open it and write startup sound data.
149This action makes critical damege to netaudio and some systems.
150If you happen this trouble, execute fkiss with "-nosound" option.
151
152On Linux or FreeBSD, fkiss use /dev/dsp instead of /dev/audio,
153and use ioctl to setup DSP sampling rate etc. Look sound.c!
154
155If you have more better sound player, Try "-sound 2" option.
156"-sound 2" option is specified, fkiss execute "play soundfile"
157command to play sound.
158
159Version 0.32 or later, fkiss use EsounD to play sound.
160
161----------------------------------------------------------------
162* Conform
163
164fkiss is conforming to KISS/GS2 (KISS General Specification 2),
165and conforming to KISS/GS3, 4 draft.
166
167Maximum size of screen
168	Maximum value of int.
169
170Maximum number of objects
171	MAXOBJ is defined in "fkiss.h". (<= Maximum value of short)
172
173Maximum number of cells
174	MAXCEL is defined in "fkiss.h". (<= Maximum value of short)
175
176----------------------------------------------------------------
177* Reference
178
179kissgs.doc - KISS/GS (KISS General Specification) Manual
180Document of KISS standard written in Japanese and English.
181
182----------------------------------------------------------------
183* fkiss Extensions
184
185I use some extensions (sound, animation) in a sample "frkismi4.lzh".
186These extensions are ONLY for checking technical problems yet.
187Now we are reseaching:
188  Which functions users need?
189  What is smart, eazy, simple description style?
190These problems are resolved, we'll define advanced KISS officially.
191BUT, THAT'S FUNCTIONS AND DESCRIPTION STYLE WILL BE DIFFERENT FROM THIS!
192
193----------------------------------------------------------------
194* Magic
195
196Add following lines at /etc/magic to identify KISS files.
197
198--------8<--------8<--------8<--------
1990	string		KiSS		KISS/GS
200>4	byte		16		color
201>>5	byte		x		%d bit
202>>8	leshort		x		%d colors
203>>10	leshort		x		%d groups
204>4	byte		32		cell
205>>5	byte		x		%d bit
206>>8	leshort		x		%d x
207>>10	leshort		x		%d
208>>12	leshort		x		+%d
209>>14	leshort		x		+%d
210--------8<--------8<--------8<--------
211
212----------------------------------------------------------------
213* Changes
214
215v0.32 -> v0.33 (Haruka)
216GPL
217-midiplayer <MIDI player>
218
219v0.31 -> v0.32 (Onpu)
220automake is used to make Makefile.in.
221EsounD is used to play sound.
222Control-Button1 change cell mapping bug fix.
223
224v0.30 -> v0.31
225Effective area of true-colored cel calcuration bug fix.
226cnf and doc menu select ButtonRelease trig.
227unlimited timer channels.
228unlimited number of colors specified in kcf file.
229
230v0.29 -> v0.30
231FKiSS2.1 is implemented.
232MAXPATH is not used.
233dir_ls recursive.
234lha xfiqw -> lha xfqw (Extract with directory)
235if colcnt equal to zero, spx[SPX_BG] pixel for background imggc
236Object position adjust at all set position.
237%x (x is any alphabet) started token is not treated as comment in comment line.
238selcnf.c:
239 sys/stat.h -> stat.h
240sub.c:
241 stlen -> strlen
242 dos_filename2
243sound.c:
244 sound file binary mode fopen
245
246v0.28 -> v0.29
247Dirk Schenkewitz tell me fix value over-flow bug
248and MAXTIMER expansion advices.
249Someone teach me to open sound_device O_NONBLOCK on Linux.
250Supprt True color cell.
251gen_arcommand security hole fix
252
253v0.27 -> v0.28
254Clean temporary files and exit on signal detection.
255Request WM_DELETE_WINDOW message for window manager.
256Use uname library function.
257Support automatic object position adjustment.
258
259v0.26 -> v0.27
260-noimage mode core dump bug fix.
261Add document file suffix add or del option -suffix, -nosuffix.
262kisseve.c: TOKEN_LEN_MAX deleted,
263Now no limit for fkiss event extension token length.
264Support environment variable substitution in comment string.
265Add backslash escape character '\$' - dollar.
266Trigger first set event.
267Read options in "$HOME/.fkissrc".
268RIFF-WAVE (*.wav) analyze bug fix.
269
270v0.25 -> v0.26
271Document file browse function prototype.
272Press [Doc] menu or type 'd' key to browse document files.
273
274v0.24 -> v0.25 (Ruri)
275After change set, first drug ignore bug fix.
276Type mismatch on SUN fix.
277Set 0 not exist (litks04c.cnf) X error fix.
278sound_play error report.
279
280v0.23 -> v0.24
281Sound routine sync bug fix.
282Cel comment display function is supported.
283windowsize viewport function is supported.
284Support mouse button function assign changing.
285Fix the BUG that sets no information in cnf is not displayed.
286
287v0.22 -> v0.23 (Ellis)
288Sound cache bug fix.
289Support pseudo transparency mode.
290
291v0.21 -> v0.22 (Rei)
292Optimize map change set.
293WKISS bug emulation -wkiss option.
294Optimize redraw area at change mapping.
295Support RIFF-WAVE (*.wav) pcm file.
296
297v0.20 -> v0.21 (Ayanami)
298C-Button1 unmap bugfix
299Support varargs.h style variable argument function.
300Report visual class
301
302v0.19 -> v0.20
303Support randomtimer quit event extensions.
304Use sound cache buffer.
305Sample data frkismi1.lzh updated.
306
307v0.18 -> v0.19
308Change message.c to support for FreeBSD.
309
310v0.16 -> v0.18
311C-Button1 unmap function add.
312Use autoconf to make configure script.
313
314v0.16
315First public release.
316Sample data frkismi.lzh contained with.
317
318----------------------------------------------------------------
319* BUGS (or homeworks for you and me)
320
321If you execute following, will be core dumped.
322% fkiss /
323
324TrueColor or DirectColor visual class server is required to display
325True-colored CEL data.
326
327Transrucent image operation is emulated with dither stipple pattern.
328
329Not correspond with Network Audio System.
330
331".Xdefaults" settings are ignored.
332
333Supported only $USER or ${USER} environment variable in comment string.
334${USER:-you}, ${USER:=}, ${USER:?} nor ${USER:+} not complete.
335For example, ${USER-$YOU} do not work.
336
337----------------------------------------------------------------
338* Special thanks
339
340MIO.H <mio.h@bigfoot.com> - KISS original author
341DE-TE- <ueno@sds.abk.nec.co.jp> - xkiss author
342Clis Hayasaka <yuki@is.s.u-tokyo.ac.jp> - Kiss FAQ author
343Cocoa <cocoa@is.s.u-tokyo.ac.jp> - xkiss++ author
344Jonathan Couper <couper@metdp2.met.co.nz> - XCheckTypedEvent technical advice
345Ken "Mian" Stone <sasami@blaze.net.au> - kissgs.doc English advice
346Hannu Savolainen <hsavolai@cs.helsinki.fi> - Linux Sound Driver ulaw.h
347YASU. <LDS02540@niftyserve.or.jp> - yasukis1.lzh Lovery Yohko-san :-)
348WACHIGAI - fkiss sample data frkismi.lzh Deform. Kismi-chan
349Yohko Teppozuka - Lovely cute voice ;-)
350Masaki Saeki <HZN83424@biglobe.ne.jp> - NEC EWS4800 bug report
351yosinari yabuki/ATO <yabuki@sendai.advantest.co.jp> - SunOS 5.4 bug report
352Minoru Iwamoto <iwamo@nims.nec.co.jp> - NEC EWS4800 bug report
353Naoyuki Shinbo <j2292106@ed.kagu.sut.ac.jp> - SunOS 4.1.3 bug report
354RERE <PXK07402@niftyserve.or.jp> - Solaris 2.4 bug report
355Takahiro Suzuki <takahiro@plasma.q.t.u-tokyo.ac.jp> - Browse document function
356EMK <VYV03354@niftyserve.or.jp> - no image mode paint_gc bug fix
357Takashi Oe <toe@unlinfo.unl.edu> - no image mode paint_gc bug fix
358Shuichi OONO <jr5pdx@debian.or.jp> - Temporary file cleaning
359yochi@debian.or.jp - use uname library
360Dirk Schenkewitz - MAXTIMER, MAXEVENT patch (TELL ME E-MAIL ADDRESS!)
361? - Sound device O_NONBLOCK open (TELL ME NAME AND E-MAIL ADDRESS!)
362Eric Armstrong <eric_peter_armstrong@yahoo.com> - Illegal cnf bug fix
363Amaya <amaya@debian.org> - License advices
364Junichi Uekawa <dancer@debian.org> - License advices
365Ben <collver@linuxfreemail.com> - midiplay patches
366
367----------------------------------------------------------------
368* Copying
369
370This program is free software; you can redistribute it and/or modify
371it under the terms of the GNU General Public License as published by
372the Free Software Foundation; either version 2 of the License, or
373(at your option) any later version.
374
375This program is distributed in the hope that it will be useful,
376but WITHOUT ANY WARRANTY; without even the implied warranty of
377MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
378GNU General Public License for more details.
379
380You should have received a copy of the GNU General Public License
381along with this program; if not, write to the Free Software
382Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
383
384If you have any advices, questions and BUG reports,
385Please send E-mail to me.
386
387
388yav             E-mail  yav@bigfoot.com
389                WWW     http://www2s.biglobe.ne.jp/~yav/
390
391

README.euc

1----------------------------------------------------------------
2			* French-KISS! *
3----------------------------------------------------------------
4* About
5
6���� fkiss - French-KISS! �ϡ�X Window System��ư���
7KISekae Set system (KISS)�Ǥ���
8KISS�Ȥ����Τϥ���ԥ塼�����夻�ؤ����ä����Ƴڤ��⤦��
9�Ȥ������եȥ������Ǥ���
10
11----------------------------------------------------------------
12* Install
13
14�ޤ���Makefile����ޤ���
15 % ./configure
16
17���������顤�¹Է����ΥХ��ʥ����ޤ���
18 % make
19
20����ʤ���С�"fkiss"�Ȥ����¹Է����ΥХ��ʥ꤬�Ǥ���Ȼפ��ޤ���
21
22�Ǥ����顤���ΥХ��ʥ�� /usr/local/bin �ʤɤ˥����ȡ��뤷�ޤ��礦��
23����ʴ����Ǥ���
24 # mv fkiss /usr/local/bin
25 or
26 # make install
27
28"fkiss.man"�Ȥ����Τ��ޥ˥奢��Υ������ե�����Ǥ���
29���Υե������ޥ˥奢��ǥ��쥯�ȥ�˥��ԡ����Ƥ���������
30����ʤդ��ˡ�
31 # cp fkiss.man /usr/local/man/man1/fkiss.1
32 or
33 # make install.man
34
35rc�ե������ۡ���ǥ��쥯�ȥ�˥��ԡ����Ƥ���������
36 % cp fkissrc.smp ~/.fkissrc
37
38
39�Ȥޤ�������ǥ����ȡ���Ͻ���Ǥ���
40
41----------------------------------------------------------------
42* Trouble in make
43
44�⤷fkiss��make�Ǥ��ʤ��Ȥ����ʤ��ѹ����Ƥ��ޤ����ä����ϡ�
45���ҤȤ�ʲ��Τ��Ȥ����Ƥ�������
46  French-KISS! version
47  Hardware and Operating system
48  Error messages
49  (Your changes)
50
51----------------
52configure�ǥ��顼���Ǥ롪
53
54"configure"��GNU��autoconf�ˤ�ä��������줿�����륹����ץȤǤ���
55�⤷"/bin/sh configure"�ǥ��顼����褦�ʤ顤
56/bin/sh �� Bourne shell �Ǥ��뤫��ǧ���Ƥ���������
57(�������������ȤǤ���)�⤷ Bourne shell �����ѤǤ��ʤ����ˤϡ�
58bash - GNU Bourne-Again SHell ����Ѥ��Ƥ���������
59�㤨�С�"configure"��1����
60>#! /bin/sh
61�����Τ褦���ѹ����ޤ���
62>#! /usr/local/bin/bash
63
64----------------
65���ä���opendir�饤�֥��ʤ�Ƥʤ�����
66>dir.o: Undefined symbol _opendir referenced from text segment
67>dir.o: Undefined symbol _readdir referenced from text segment
68>dir.o: Undefined symbol _closedir referenced from text segment
69
70"headers.h"�μ��ιԤ�
71>/* directory access routine */
72���Τ褦���ѹ����ƤߤƤ���������
73>/* directory access routine */
74>#define USE_BSD_DIRLIB 0
75
76----------------
77message.c�ǥ���ѥ��륨�顼���Ǥ롪
78
79Makefile��CFLAGS�� "-DUSE_VARARGS"��"-DUSE_STDARG"���ɲä��ơ�
80�⤦���٥���ѥ��뤷�Ƥߤ롥
81
82----------------
83����ʳ��Υȥ�֥롪
84
85�ǽ餫��Ĥ��Ƥ���make, cc, sed, awk�ʤɤ����ˡ�
86GNU���Υġ����ȤäƤߤ�ȡ�
87���ޤ��������⤷��ޤ���
88�ߴ�������ǽ�θ��Ϥ��顤GNU���Υġ���λ��Ѥ������ᤷ�ޤ���
89
90----------------------------------------------------------------
91* Startup
92
93�ޤ���KISS�Υǡ�����WWW�����Ȥ�FTP�����Ȥ������ꤷ�Ƥ���������
94
95The Big KiSS page - http://otakuworld.com/kiss/
96
97���Web�����ȡֵ̿����ر��פˤ�KISS�ǡ��������ä��֤��Ƥ���ޤ�����
98KISS�ǡ������֤��Ƥ��륵���ȤؤΥ����������ޤ���
99���������ƤߤƤ���������
100
101�̿����ر� - http://www2s.biglobe.ne.jp/~yav/
102
103"KISS�Ͻ���"�Ȥ������Τ���ˡ�"frkismi4.lzh"�Ȥ�������ץ��
104Ʊ�����Ƥ����ޤ����ΤǤ�������������
105���Υǡ����Ǥϡ�������ɤ䥢�˥�γ�ĥ�μ¸����Ƥޤ�����
106������KISS��ɸ��ǤϤ���ޤ���
107�ʤ���������ɥե������Ʊ�����Ƥ��ޤ���
108
109¿����KISS�ǡ�����LHa�Υ��������֤����ۤ���Ƥ��ޤ���
110LHa�����ȡ��뤷�ơ����������֤�Ÿ������ȡ�
111���Τ褦�ʥե����뤬�Ǥ���Ϥ��Ǥ���
112	many "*.cel" (pixel)
113	some "*.kcf" (color)
114	some "*.cnf" (configuration)
115�����Υե����뤬Ÿ�����줿�顤
116 % fkiss
117�Ȥ�ä��夻�ؤ����ڤ��ߤ���������
118
119�������ʤ���С�fkiss�ϥ����ȥǥ��쥯�ȥ��"*.cnf"���ɤ߹��ߤޤ���
120
121��äȴ�ñ�ʻȤ������ϡ�
122 % fkiss frkismi4.lzh
123�ʤɤȵ�ư����� /tmp/fkiss(�ץ���ID) �Ȥ����ǥ��쥯�ȥ���äơ�
124�����˥ե������Ÿ������褦��������LHa��ư���ޤ���
125�ǡ�������"*.cnf"���ɤ߹��ߤޤ���
126
127���ޥ�ɥ饤���ץ����β���ϥޥ˥奢��ˤ���äȽ��Ȥ��ޤ�����
128 % man fkiss
129�Ȥ�ä��ɤ�Ǥ���������
130
131----------------------------------------------------------------
132* Core dump!
133
134�⤷��fkiss����������פ�X error�ǽ�λ�����顤
135�ʲ��Τ��Ȥ����Ƥ���������
136  Hardware and Operating system
137  Error messages
138����ȡ�fkiss�ΥǥХå�����ν��ϤǤ���
139�ǥХå������"fkisslog"�Ȥ����ե�����˥����֤���ˤϡ����Τ褦�ˤ��ޤ���
140 $ fkiss -debug bugkiss.lzh 2> fkisslog
141  or
142 % fkiss -debug bugkiss.lzh >& fkisslog
143
144----------------------------------------------------------------
145* Sound
146
147fkiss�ϲ��������Τ���� /dev/audio�Ȥ����ǥХ������ʤ���������å����ޤ���
148/dev/audio ��¸�ߤ����顤�����ץ��ƥ������ȥ��åץ�����ɤ���Ϥ��ޤ���
149����ư��ϡ�netaudio�ʤɤΥ����ƥ�˰��������ǽ��������ޤ���
150���꤬����褦�Ǥ����顤-nosound ���ץ����Ĥ��� fkiss��ư���Ƥ���������
151
152Linux��FreeBSD�Ǥϡ�/dev/audio�Τ����� /dev/dsp����Ѥ���
153ioctl��Ȥäƥ���ץ���졼���������ꤷ�ޤ����ܤ����� sound.c���Ƥ͡�
154
155�����Ȥ��������ġ��뤬����С�"-sound 2" ���ץ������Ƥߤޤ��礦��
156"-sound 2"�����ꤵ�줿�顤fkiss�� "play ������ɥե�����"�Ȥ���
157���ޥ�ɤ�¹Ԥ��Ʋ����������ޤ������ޤ���äƤ���������
158
159Version 0.32����EsounD�λ��ѤǤ��륷���ƥ�Ǥϡ�
160EsounD��ȤäƲ���������Ԥ��褦�ˤʤ�ޤ�����
161
162----------------------------------------------------------------
163* Conform
164
165fkiss�� KISS/GS2 (KISS General Specification 2) �˽���Ƥ��ޤ���
166�ޤ����ޤ���ƤǤ��� KISS/GS3, 4 �ˤ����Ƥ��ޤ���
167
168���̤��礭��������
169	�����κ����͡�
170
171���֥������ȿ�������
172	"fkiss.h"��������Ƥ� MAXOBJ�Ȥ����͡�(û�����κ����Ͱʲ�)
173
174�����������
175	"fkiss.h"��������Ƥ� MAXCEL�Ȥ����͡�(û�����κ����Ͱʲ�)
176
177----------------------------------------------------------------
178* Reference
179
180kissgs.doc - KISS/GS (KISS General Specification) Manual
181KISS��ɸ��˴ؤ���ʸ��Ǥ����Ѹ�����ܸ�ǽ��Ƥ���ޤ���
182
183----------------------------------------------------------------
184* fkiss Extensions
185
186����ץ��"frkismi4.lzh"��(����,���˥���)�����Ĥ���ĥ��ǽ��ȤäƤ��ޤ���
187���γ�ĥ��ǽ�Ϥޤ�����Ū��������ڤ��뤿������Τ�ΤǤ���
188���߻�ã�ϼ��Τ褦�ʤ��Ȥ�Ƥ���Ƥ��ޤ���
189  �桼�����Ϥɤ�ʵ�ǽ���ߤ����äƤ��뤫��
190  ���ޡ��ȤǻȤ��פ��ƴ�ñ�ʵ��ҷ����Ȥϡ�
191���������꤬��褵���С������˼���KISS����������Ǥ��礦��
192�����������ε�ǽ�䵭�ҷ����Ϻ��Τ�ΤȤϰۤä���Τˤʤ�Ϥ��Ǥ���
193
194----------------------------------------------------------------
195* Magic
196
197�����ιԤ� /etc/magic ���ɲä����KISS�Υե�������̤Ǥ��ޤ���
198
199--------8<--------8<--------8<--------
2000	string		KiSS		KISS/GS
201>4	byte		16		color
202>>5	byte		x		%d bit
203>>8	leshort		x		%d colors
204>>10	leshort		x		%d groups
205>4	byte		32		cell
206>>5	byte		x		%d bit
207>>8	leshort		x		%d x
208>>10	leshort		x		%d
209>>12	leshort		x		+%d
210>>14	leshort		x		+%d
211--------8<--------8<--------8<--------
212
213----------------------------------------------------------------
214* Changes
215
216v0.32 -> v0.33 (Haruka)
217GPL
218-midiplayer <MIDI player>
219
220v0.31 -> v0.32 (Onpu)
221Makefile.in����Τ�automake��Ȥ��褦�ˤ�����
222EsounD�Dz����Ĥ餹�褦�ˤ�����
223Control-Button1 ����ɽ���ѹ��ΥХ�������
224
225v0.30 -> v0.31
226�ե륫�顼�����ͭ���ϰϤη׻���bug������
227cnf��doc�������˥塼��ButtonRelease��ȥꥬ�ˤ�����
228timer�Υ����ͥ�������¤�ʤ�������
229kcf�ǻ��ꤹ�뿧�������¤�ʤ�������
230
231v0.29 -> v0.30
232FKiSS2.1�ε�ǽ�����������
233MAXPATH���Ȥ��ʤ��褦�ˤ�����
234dir_ls��Ƶ��ˤ�����
235lha xfiqw -> lha xfqw (�ǥ��쥯�ȥ��դ�Ÿ��)
236colcnt��0�ΤȤ��ϡ�spx[SPX_BG]���طʥԥ�����Ȥ��ƻ��Ѥ���褦�ˤ�����
237���֥������Ȥκ�ɸ�����������åȤΰ��֤���������褦�ˤ�����
238%x (x��Ǥ�դΥ���ե��٥å�) �ǻϤޤ�ȡ�����ϥ����ȤȤ��ư���ʤ���
239selcnf.c:
240 sys/stat.h -> stat.h
241sub.c:
242 stlen -> strlen
243 dos_filename2
244sound.c:
245 sound file binary mode fopen
246
247v0.28 -> v0.29
248Dirk Schenkewitz ����������ͤΥ����С��ե��ΥХ�������
249MAXTIMER�ʤɤν����˴ؤ���ѥå�����äƤ��ΤǤ������Ѥ�����
250Someone teach me to open sound_device O_NONBLOCK on Linux.
251�ե륫�顼�Υ���ǡ������б���
252gen_arcommand�Υ������ƥ����ۡ�����٤�����
253
254v0.27 -> v0.28
255�����ʥ������Ȥ�ȥƥ�ݥ��ե������ä��ƽ�λ����褦�ˤ�����
256WM_DELETE_WINDOW������Ȥ�Ƚ�λ����褦�ˤ�����
257uname�饤�֥��ؿ�����Ѥ���褦�ˤ�����
258���֥������Ȱ��֤μ�ư������ǽ���ɲá�
259
260v0.26 -> v0.27
261-noimage �⡼�ɤǥ�������פ���Х�������
262�ɥ�����ȥե�����Υ��ե��å������ɲäȺ���Υ��ץ������ɲá�
263kisseve.c: TOKEN_LEN_MAX ������
264fkiss���٥�ȳ�ĥ��ǽ�Υȡ������Ĺ�������¤��ʤ��ʤä���
265������ʸ������ǴĶ��ѿ���Ÿ������褦�ˤ�����
266�Хå�����å���ǥ��������פǤ���ʸ���Ȥ���'\$' - �ɥ뵭����ɲá�
267�ǽ�˥��åȥ��٥�Ȥ�ȯ������褦�ˤ�����
268"$HOME/.fkissrc" �˽������ץ������ɤ߹���褦�ˤ�����
269RIFF-WAVE (*.wav) �β��ϤΥХ�������
270
271v0.25 -> v0.26
272�ɥ�����ȥե�����α�����ǽ�λ�
273[Doc]��˥塼��'d'���������ȥɥ�����ȥե�����������
274
275v0.24 -> v0.25 (Ruri)
276set�ѹ���ľ��Υɥ�å���̵�뤵���Х�������
277SUN�Ǥ� Type mismatch ������
278Set 0 ��¸�ߤ��ʤ���� X error��ȯ�����Ƥ����Τ�����
279sound_play�ǥ��顼�������褦�ˤ�����
280
281v0.23 -> v0.24
282Sound routine sync bug fix.
283Cel comment display function is supported.
284windowsize viewport function is supported.
285Support mouse button function assign changing.
286Fix the BUG that sets no information in cnf is not displayed.
287
288v0.22 -> v0.23 (Ellis)
289Sound cache bug fix.
290Support pseudo transparency mode.
291
292v0.21 -> v0.22 (Rei)
293Optimize map change set.
294WKISS bug emulation -wkiss option.
295Optimize redraw area at change mapping.
296Support RIFF-WAVE (*.wav) pcm file.
297
298v0.20 -> v0.21 (Ayanami)
299C-Button1 unmap bugfix
300Support varargs.h style variable argument function.
301Report visual class
302
303v0.19 -> v0.20
304Support randomtimer quit event extensions.
305Use sound cache buffer.
306Sample data frkismi1.lzh updated.
307
308v0.18 -> v0.19
309Change message.c to support for FreeBSD.
310
311v0.16 -> v0.18
312C-Button1 unmap function add.
313Use autoconf to make configure script.
314
315v0.16
316First public release.
317Sample data frkismi.lzh contained with.
318
319----------------------------------------------------------------
320* BUGS (or homeworks for you and me)
321
322���Τ褦�ʤ��Ȥ���ȥ�����餤�Ĥ���������롥
323% fkiss /
324
325�ե륫�顼�Υ���ǡ�����ޤ�KISS�ǡ�����ɽ�����뤿��ˤϡ�
326TrueColor �⤷���� DirectColor �� X server��ɬ�פǤ���
327
328ȾƩ���ϥǥ����ѥ������ȤäƵ���Ū�˽�������ޤ���
329
330Network Audio System�ˤ��б����Ƥޤ���
331
332".Xdefaults"�������̵�뤵��ޤ���
333
334������ʸ����ǻȤ���Τϡ�$USER �� ${USER} �Ȥ��������δĶ��ѿ������Ǥ���
335${USER:-you}, ${USER:=}, ${USER:?}, ${USER:+} �����Դ����Ǥ���
336�㤨�С�${USER-$YOU} ���Ϥ�����ư��ޤ���
337
338----------------------------------------------------------------
339* Special thanks
340
341MIO.H <mio.h@bigfoot.com> - KISS original author
342DE-TE- <ueno@sds.abk.nec.co.jp> - xkiss author
343Clis Hayasaka <yuki@is.s.u-tokyo.ac.jp> - Kiss FAQ author
344Cocoa <cocoa@is.s.u-tokyo.ac.jp> - xkiss++ author
345Jonathan Couper <couper@metdp2.met.co.nz> - XCheckTypedEvent technical advice
346Ken "Mian" Stone <sasami@blaze.net.au> - kissgs.doc English advice
347Hannu Savolainen <hsavolai@cs.helsinki.fi> - Linux Sound Driver ulaw.h
348YASU. <LDS02540@niftyserve.or.jp> - yasukis1.lzh Lovery Yohko-san :-)
349WACHIGAI - fkiss sample data frkismi.lzh Deform. Kismi-chan
350Yohko Teppozuka - Lovely cute voice ;-)
351Masaki Saeki <HZN83424@biglobe.ne.jp> - NEC EWS4800 bug report
352yosinari yabuki/ATO <yabuki@sendai.advantest.co.jp> - SunOS 5.4 bug report
353Minoru Iwamoto <iwamo@nims.nec.co.jp> - NEC EWS4800 bug report
354Naoyuki Shinbo <j2292106@ed.kagu.sut.ac.jp> - SunOS 4.1.3 bug report
355RERE <PXK07402@niftyserve.or.jp> - Solaris 2.4 bug report
356Takahiro Suzuki <takahiro@plasma.q.t.u-tokyo.ac.jp> - Browse document function
357EMK <VYV03354@niftyserve.or.jp> - no image mode paint_gc bug fix
358Takashi Oe <toe@unlinfo.unl.edu> - no image mode paint_gc bug fix
359Shuichi OONO <jr5pdx@debian.or.jp> - Temporary file cleaning
360yochi@debian.or.jp - use uname library
361Dirk Schenkewitz - MAXTIMER, MAXEVENT patch (TELL ME E-MAIL ADDRESS!)
362? - Sound device O_NONBLOCK open (TELL ME NAME AND E-MAIL ADDRESS!)
363Eric Armstrong <eric_peter_armstrong@yahoo.com> - Illegal cnf bug fix
364Amaya <amaya@debian.org> - License advices
365Junichi Uekawa <dancer@debian.org> - License advices
366Ben <collver@linuxfreemail.com> - midiplay patches
367
368----------------------------------------------------------------
369* Copying
370
371This program is free software; you can redistribute it and/or modify
372it under the terms of the GNU General Public License as published by
373the Free Software Foundation; either version 2 of the License, or
374(at your option) any later version.
375
376This program is distributed in the hope that it will be useful,
377but WITHOUT ANY WARRANTY; without even the implied warranty of
378MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
379GNU General Public License for more details.
380
381You should have received a copy of the GNU General Public License
382along with this program; if not, write to the Free Software
383Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
384
385���ɥХ��������䡤�Х���ݡ��Ȥʤɤ���ޤ����顤
386�����ڤ˥᡼�뤯��������
387
388
389yav             E-mail  yav@bigfoot.com
390                WWW     http://www2s.biglobe.ne.jp/~yav/
391
392

README.sjis

1----------------------------------------------------------------
2			* French-KISS! *
3----------------------------------------------------------------
4* About
5
6���� fkiss - French-KISS! �́CX Window System�œ��삷��
7KISekae Set system (KISS)�ł��D
8KISS�Ƃ����̂̓R���s���[�^�Œ����ւ������������Ċy�������I
9�Ƃ����\�t�g�E�F�A�ł��D
10
11----------------------------------------------------------------
12* Install
13
14�܂��CMakefile�����܂��D
15 % ./configure
16
17����������C���s�`���̃o�C�i�������܂��D
18 % make
19
20���Ȃ���΁C"fkiss"�Ƃ������s�`���̃o�C�i�����ł���Ǝv���܂��D
21
22�ł�����C���̃o�C�i���� /usr/local/bin �ȂǂɃC���X�g�[�����܂��傤�D
23����Ȋ����ł��D
24 # mv fkiss /usr/local/bin
25 or
26 # make install
27
28"fkiss.man"�Ƃ����̂��}�j���A���̃\�[�X�t�@�C���ł��D
29���̃t�@�C�����}�j���A���f�B���N�g���ɃR�s�[���Ă��������D
30����Ȃӂ��ɁC
31 # cp fkiss.man /usr/local/man/man1/fkiss.1
32 or
33 # make install.man
34
35rc�t�@�C�����z�[���f�B���N�g���ɃR�s�[���Ă��������D
36 % cp fkissrc.smp ~/.fkissrc
37
38
39�Ƃ܂��C����ŃC���X�g�[���͏I��ł��D
40
41----------------------------------------------------------------
42* Trouble in make
43
44����fkiss��make�ł��Ȃ��Ƃ��C�Ȃ��ύX���Ă��܂����������́C
45���ЂƂ��ȉ��̂��Ƃ������Ă�������
46  French-KISS! version
47  Hardware and Operating system
48  Error messages
49  (Your changes)
50
51----------------
52configure�ŃG���[���ł�I
53
54"configure"��GNU��autoconf�ɂ���Đ������ꂽ�V�F���X�N���v�g�ł��D
55����"/bin/sh configure"�ŃG���[����悤�Ȃ�C
56/bin/sh �� Bourne shell �ł��邩�m�F���Ă��������D
57(�M�����������Ƃł���)���� Bourne shell ���g�p�ł��Ȃ��ꍇ�ɂ́C
58bash - GNU Bourne-Again SHell ���g�p�����������D
59�Ⴆ�΁C"configure"��1�s��
60>#! /bin/sh
61���C���̂悤�ɕύX���܂��D
62>#! /usr/local/bin/bash
63
64----------------
65�������Iopendir���C�u�����Ȃ�ĂȂ����I
66>dir.o: Undefined symbol _opendir referenced from text segment
67>dir.o: Undefined symbol _readdir referenced from text segment
68>dir.o: Undefined symbol _closedir referenced from text segment
69
70"headers.h"�̎��̍s��
71>/* directory access routine */
72���̂悤�ɕύX���Ă݂Ă��������D
73>/* directory access routine */
74>#define USE_BSD_DIRLIB 0
75
76----------------
77message.c�ŃR���p�C���G���[���ł�I
78
79Makefile��CFLAGS�� "-DUSE_VARARGS"��"-DUSE_STDARG"��lj����āC
80������x�R���p�C�����Ă݂�D
81
82----------------
83����ȊO�̃g���u���I
84
85�ŏ�����‚��Ă���make, cc, sed, awk�Ȃǂ̑��ɁC
86GNU���̃c�[�����g���Ă݂�ƁC
87���܂�������������܂���D
88�݊����Ɛ��\�̌��n����CGNU���̃c�[���̎g�p���������߂��܂��D
89
90----------------------------------------------------------------
91* Startup
92
93�܂��CKISS�̃f�[�^��WWW�T�C�g��FTP�T�C�g������肵�Ă��������D
94
95The Big KiSS page - http://otakuworld.com/kiss/
96
97����Web�T�C�g�u�k�S���w�@�v�ɂ�KISS�f�[�^��������ƒu���Ă���܂����C
98KISS�f�[�^��u���Ă���T�C�g�ւ̃����N�W������܂��D
99��x�`���Ă݂Ă��������D
100
101�k�S���w�@ - http://www2s.biglobe.ne.jp/~yav/
102
103"KISS�͏��߂�"�Ƃ������̂��߂ɁC"frkismi4.lzh"�Ƃ����T���v����
104�������Ă����܂����̂ł������������D
105���̃f�[�^�ł́C�T�E���h��A�j���̊g���̎��������Ă܂����C
106������KISS�̕W���ł͂���܂���D
107�Ȃ��C�T�E���h�t�@�C���͓������Ă��܂���D
108
109������KISS�f�[�^��LHa�̃A�[�J�C�u�Ŕz�z����Ă��܂��D
110LHa���C���X�g�[�����āC�A�[�J�C�u��W�J����ƁC
111���̂悤�ȃt�@�C�����ł���͂��ł��D
112	many "*.cel" (pixel)
113	some "*.kcf" (color)
114	some "*.cnf" (configuration)
115�����̃t�@�C�����W�J���ꂽ��C
116 % fkiss
117�Ƃ���Ē����ւ������y���݂��������D
118
119�������Ȃ���΁Cfkiss�̓J�����g�f�B���N�g����"*.cnf"��ǂݍ��݂܂��D
120
121�����ƊȒP�Ȏg�������́C
122 % fkiss frkismi4.lzh
123�ȂǂƋN������� /tmp/fkiss(�v���Z�XID) �Ƃ����f�B���N�g��������āC
124�����Ƀt�@�C����W�J����悤�ɓ�����LHa���N�����܂��D
125�ŁC������"*.cnf"��ǂݍ��݂܂��D
126
127�R�}���h���C���I�v�V�����̉���̓}�j���A���ɂ�����Ə����Ƃ��܂����D
128 % man fkiss
129�Ƃ���ēǂ�ł��������D
130
131----------------------------------------------------------------
132* Core dump!
133
134�����Cfkiss���R�A�_���v��X error�ŏI��������C
135�ȉ��̂��Ƃ������Ă��������D
136  Hardware and Operating system
137  Error messages
138����ƁCfkiss�̃f�o�b�O���̏o�͂ł��D
139�f�o�b�O����"fkisslog"�Ƃ����t�@�C���ɃZ�[�u����ɂ́C���̂悤�ɂ��܂��D
140 $ fkiss -debug bugkiss.lzh 2> fkisslog
141  or
142 % fkiss -debug bugkiss.lzh >& fkisslog
143
144----------------------------------------------------------------
145* Sound
146
147fkiss�͉����Đ��̂��߂� /dev/audio�Ƃ����f�o�C�X���Ȃ������`�F�b�N���܂��D
148/dev/audio �����݂�����C�I�[�v�����ăX�^�[�g�A�b�v�T�E���h���o�͂��܂��D
149���̓���́Cnetaudio�Ȃǂ̃V�X�e���Ɉ�������”\��������܂��D
150��肪����悤�ł�����C-nosound �I�v�V�����‚��� fkiss���N�����Ă��������D
151
152Linux��FreeBSD�ł́C/dev/audio�̂����� /dev/dsp���g�p���C
153ioctl���g���ăT���v�����O���[�g����ݒ肵�܂��D�ڂ����� sound.c�����ĂˁD
154
155�����Ƃ����Đ��c�[��������΁C"-sound 2" �I�v�V�����������Ă݂܂��傤�D
156"-sound 2"���w�肳�ꂽ��Cfkiss�� "play �T�E���h�t�@�C��"�Ƃ���
157�R�}���h�����s���ĉ����Đ����܂��D���܂�����Ă��������D
158
159Version 0.32����EsounD�̎g�p�ł���V�X�e���ł́C
160EsounD���g���ĉ����Đ����s���悤�ɂȂ�܂����D
161
162----------------------------------------------------------------
163* Conform
164
165fkiss�� KISS/GS2 (KISS General Specification 2) �ɏ������Ă��܂��D
166�܂��C�܂����Ăł��� KISS/GS3, 4 �ɂ��������Ă��܂��D
167
168��ʂ̑傫���̐���
169	�����̍ő�l�D
170
171�I�u�W�F�N�g���̐���
172	"fkiss.h"�Œ�`���Ă� MAXOBJ�Ƃ����l�D(�Z�����̍ő�l�ȉ�)
173
174�Z�����̐���
175	"fkiss.h"�Œ�`���Ă� MAXCEL�Ƃ����l�D(�Z�����̍ő�l�ȉ�)
176
177----------------------------------------------------------------
178* Reference
179
180kissgs.doc - KISS/GS (KISS General Specification) Manual
181KISS�̕W���Ɋւ��镶���ł��D�p��Ɠ��{��ŏ����Ă���܂��D
182
183----------------------------------------------------------------
184* fkiss Extensions
185
186�T���v����"frkismi4.lzh"��(����,�A�j����)�����‚��g���@�\���g���Ă��܂��D
187���̊g���@�\�͂܂��Z�p�I�Ȗ������؂��邽�߂����̂��̂ł��D
188���ݎ��B�͎��̂悤�Ȃ��Ƃ��������Ă��܂��D
189  ���[�U�[�͂ǂ�ȋ@�\��~�������Ă��邩�H
190  �X�}�[�g�Ŏg���Ղ��ĊȒP�ȋL�q�`���Ƃ́H
191�����̖�肪���������΁C�����Ɏ���KISS����`�����ł��傤�D
192�������C���̋@�\��L�q�`���͍��̂��̂Ƃ͈ق������̂ɂȂ�͂��ł��D
193
194----------------------------------------------------------------
195* Magic
196
197���L�̍s�� /etc/magic �ɒlj������KISS�̃t�@�C�������ʂł��܂��D
198
199--------8<--------8<--------8<--------
2000	string		KiSS		KISS/GS
201>4	byte		16		color
202>>5	byte		x		%d bit
203>>8	leshort		x		%d colors
204>>10	leshort		x		%d groups
205>4	byte		32		cell
206>>5	byte		x		%d bit
207>>8	leshort		x		%d x
208>>10	leshort		x		%d
209>>12	leshort		x		+%d
210>>14	leshort		x		+%d
211--------8<--------8<--------8<--------
212
213----------------------------------------------------------------
214* Changes
215
216v0.32 -> v0.33 (Haruka)
217GPL
218-midiplayer <MIDI player>
219
220v0.31 -> v0.32 (Onpu)
221Makefile.in�����̂�automake���g���悤�ɂ����D
222EsounD�ʼn���‚炷�悤�ɂ����D
223Control-Button1 �Z���\���ύX�̃o�O���C���D
224
225v0.30 -> v0.31
226�t���J���[�Z���̗L���͈͂̌v�Z��bug���C���D
227cnf��doc�̑I�����j���[��ButtonRelease���g���K�ɂ����D
228timer�̃`�����l�����̐������Ȃ������D
229kcf�Ŏw�肷��F���̐������Ȃ������D
230
231v0.29 -> v0.30
232FKiSS2.1�̋@�\�����������D
233MAXPATH���Q�Ƃ��Ȃ��悤�ɂ����D
234dir_ls���ċA�ɂ����D
235lha xfiqw -> lha xfqw (�f�B���N�g���t���W�J)
236colcnt��0�̂Ƃ��́Cspx[SPX_BG]��w�i�s�N�Z���Ƃ��Ďg�p����悤�ɂ����D
237�I�u�W�F�N�g�̍��W�␳��S�Z�b�g�̈ʒu�ŕ␳����悤�ɂ����D
238%x (x�͔C�ӂ̃A���t�@�x�b�g) �Ŏn�܂�g�[�N���̓R�����g�Ƃ��Ĉ���Ȃ��D
239selcnf.c:
240 sys/stat.h -> stat.h
241sub.c:
242 stlen -> strlen
243 dos_filename2
244sound.c:
245 sound file binary mode fopen
246
247v0.28 -> v0.29
248Dirk Schenkewitz ������Œ�l�̃I�[�o�[�t���[�̃o�O�C����
249MAXTIMER�Ȃǂ̏C���Ɋւ���p�b�`��������Ă��̂ł�����̗p�����D
250Someone teach me to open sound_device O_NONBLOCK on Linux.
251�t���J���[�̃Z���f�[�^�ɑΉ��D
252gen_arcommand�̃Z�L�����e�B�[�z�[����ׂ����D
253
254v0.27 -> v0.28
255�V�O�i�������Ƃ�ƃe���|�����t�@�C���������ďI������悤�ɂ����D
256WM_DELETE_WINDOW�����Ƃ�ƏI������悤�ɂ����D
257uname���C�u�����֐����g�p����悤�ɂ����D
258�I�u�W�F�N�g�ʒu�̎����␳�@�\�̒lj��D
259
260v0.26 -> v0.27
261-noimage ���[�h�ŃR�A�_���v����o�O���C���D
262�h�L�������g�t�@�C���̃T�t�B�b�N�X�̒lj��ƍ폜�̃I�v�V������lj��D
263kisseve.c: TOKEN_LEN_MAX ���폜�C
264fkiss�C�x���g�g���@�\�̃g�[�N���̒����̐������Ȃ��Ȃ����D
265�R�����g�������Ŋ‹��ϐ���W�J����悤�ɂ����D
266�o�b�N�X���b�V���ŃG�X�P�[�v�ł��镶���Ƃ���'\$' - �h���L����lj��D
267�ŏ��ɃZ�b�g�C�x���g����������悤�ɂ����D
268"$HOME/.fkissrc" �ɏ������I�v�V������ǂݍ��ނ悤�ɂ����D
269RIFF-WAVE (*.wav) �̉�͂̃o�O���C���D
270
271v0.25 -> v0.26
272�h�L�������g�t�@�C���̉{���@�\�̎���D
273[Doc]���j���[��'d'�L�[�������ƃh�L�������g�t�@�C�����{���D
274
275v0.24 -> v0.25 (Ruri)
276set�ύX�̒���̃h���b�O�����������o�O���C���D
277SUN�ł� Type mismatch ���C���D
278Set 0 �����݂��Ȃ��ꍇ X error���������Ă����̂��C���D
279sound_play�ŃG���[�������悤�ɂ����D
280
281v0.23 -> v0.24
282Sound routine sync bug fix.
283Cel comment display function is supported.
284windowsize viewport function is supported.
285Support mouse button function assign changing.
286Fix the BUG that sets no information in cnf is not displayed.
287
288v0.22 -> v0.23 (Ellis)
289Sound cache bug fix.
290Support pseudo transparency mode.
291
292v0.21 -> v0.22 (Rei)
293Optimize map change set.
294WKISS bug emulation -wkiss option.
295Optimize redraw area at change mapping.
296Support RIFF-WAVE (*.wav) pcm file.
297
298v0.20 -> v0.21 (Ayanami)
299C-Button1 unmap bugfix
300Support varargs.h style variable argument function.
301Report visual class
302
303v0.19 -> v0.20
304Support randomtimer quit event extensions.
305Use sound cache buffer.
306Sample data frkismi1.lzh updated.
307
308v0.18 -> v0.19
309Change message.c to support for FreeBSD.
310
311v0.16 -> v0.18
312C-Button1 unmap function add.
313Use autoconf to make configure script.
314
315v0.16
316First public release.
317Sample data frkismi.lzh contained with.
318
319----------------------------------------------------------------
320* BUGS (or homeworks for you and me)
321
322���̂悤�Ȃ��Ƃ����ƃ�������H�炢�‚����ė�����D
323% fkiss /
324
325�t���J���[�̃Z���f�[�^���܂�KISS�f�[�^��\�����邽�߂ɂ́C
326TrueColor �������� DirectColor �� X server���K�v�ł��D
327
328�������̓f�B�U�p�^�[�����g���ċ^���I�ɏ�������܂��D
329
330Network Audio System�ɂ͑Ή����Ă܂���D
331
332".Xdefaults"�̐ݒ�͖�������܂��D
333
334�R�����g������Ŏg����̂́C$USER �� ${USER} �Ƃ����`���̊‹��ϐ������ł��D
335${USER:-you}, ${USER:=}, ${USER:?}, ${USER:+} ���͕s���S�ł��D
336�Ⴆ�΁C${USER-$YOU} ���͂����Ɠ��삵�܂���D
337
338----------------------------------------------------------------
339* Special thanks
340
341MIO.H <mio.h@bigfoot.com> - KISS original author
342DE-TE- <ueno@sds.abk.nec.co.jp> - xkiss author
343Clis Hayasaka <yuki@is.s.u-tokyo.ac.jp> - Kiss FAQ author
344Cocoa <cocoa@is.s.u-tokyo.ac.jp> - xkiss++ author
345Jonathan Couper <couper@metdp2.met.co.nz> - XCheckTypedEvent technical advice
346Ken "Mian" Stone <sasami@blaze.net.au> - kissgs.doc English advice
347Hannu Savolainen <hsavolai@cs.helsinki.fi> - Linux Sound Driver ulaw.h
348YASU. <LDS02540@niftyserve.or.jp> - yasukis1.lzh Lovery Yohko-san :-)
349WACHIGAI - fkiss sample data frkismi.lzh Deform. Kismi-chan
350Yohko Teppozuka - Lovely cute voice ;-)
351Masaki Saeki <HZN83424@biglobe.ne.jp> - NEC EWS4800 bug report
352yosinari yabuki/ATO <yabuki@sendai.advantest.co.jp> - SunOS 5.4 bug report
353Minoru Iwamoto <iwamo@nims.nec.co.jp> - NEC EWS4800 bug report
354Naoyuki Shinbo <j2292106@ed.kagu.sut.ac.jp> - SunOS 4.1.3 bug report
355RERE <PXK07402@niftyserve.or.jp> - Solaris 2.4 bug report
356Takahiro Suzuki <takahiro@plasma.q.t.u-tokyo.ac.jp> - Browse document function
357EMK <VYV03354@niftyserve.or.jp> - no image mode paint_gc bug fix
358Takashi Oe <toe@unlinfo.unl.edu> - no image mode paint_gc bug fix
359Shuichi OONO <jr5pdx@debian.or.jp> - Temporary file cleaning
360yochi@debian.or.jp - use uname library
361Dirk Schenkewitz - MAXTIMER, MAXEVENT patch (TELL ME E-MAIL ADDRESS!)
362? - Sound device O_NONBLOCK open (TELL ME NAME AND E-MAIL ADDRESS!)
363Eric Armstrong <eric_peter_armstrong@yahoo.com> - Illegal cnf bug fix
364Amaya <amaya@debian.org> - License advices
365Junichi Uekawa <dancer@debian.org> - License advices
366Ben <collver@linuxfreemail.com> - midiplay patches
367
368----------------------------------------------------------------
369* Copying
370
371This program is free software; you can redistribute it and/or modify
372it under the terms of the GNU General Public License as published by
373the Free Software Foundation; either version 2 of the License, or
374(at your option) any later version.
375
376This program is distributed in the hope that it will be useful,
377but WITHOUT ANY WARRANTY; without even the implied warranty of
378MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
379GNU General Public License for more details.
380
381You should have received a copy of the GNU General Public License
382along with this program; if not, write to the Free Software
383Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
384
385�A�h�o�C�X�C����C�o�O���|�[�g�Ȃǂ���܂�����C
386���C�y�Ƀ��[�����������D
387
388
389yav             E-mail  yav@bigfoot.com
390                WWW     http://www2s.biglobe.ne.jp/~yav/
391
392