Time-stamp: <1998/05/16 15:21:23 narazaki@InetQ.or.jp> -*-text-*-

REPORTED BUGS
o 8bpp display				fixed in 1.0.1 
o compilation on Digital Unix		fixed in 1.0.1 (incomplete?)
o filenames disappear through ssh	not fixed (help me!)

CONFIGURATION PROBLEMS
o filenemames disappear
	If file/directory names in thumbnail panel are disappeared, 
	check the values of THUMBNAIL_FONT_SIZE, THUMBNAIL_FONT_FAMILY,
	THUMBNAIL_FONT_SLANT in config.h
	Does the font specified by these parameters exist? Can you select
	the font in gimp's text-tool or in xlsfonts?

o compilation failure: make says "/bin/sh: gtk-config: command not found"
	This means gtk was not installed collectly. Or your gtk+ is old one.
	Install gtk+1.0.1 or upper.
	Or if you use debian, install not only libgtk-*.deb but also
	libgtk-dev-*.deb and libgimp*.deb .  

o compilation failure on SunOS 4.1: 
	If you installed both of cc and gcc, and failed to compile with cc,
	try:
	make -f makefile CC="gcc"
