2000-04-30  Adam P. Jenkins  <adam@thejenkins.org>

	* Version change: bumped version up to 0.8.
	
	* configure.in: Fixed it so it finds QTDIR even if the directory
	is of the form qt-<version> instead of just qt.  Also added
	$QTDIR/lib to the LDFLAGS so it will find -lqt if it's in that
	directory.  Thanks to bug report from Preston F. Crow.

	* HelpWindow.cc (setHelpFile): Made several fixes to
	HelpWindow::sethelpFile to make it work with newer version of Qt,
	specifically Qt 2.0.1.  Changed it to use QTextStream class for
	reading lines.  Thanks to bug report from Preston F. Crow.

Mon Sep 29 23:09:32 1997  Adam P. Jenkins  <ajenkins@cs.umass.edu>

	* driver/Scanner.cc (requestCondition): Made it only set fields of 
	Settings which actually exist for given scanner model.

Sat Jul  5 22:05:19 1997  Adam P. Jenkins  <ajenkins@dwarin.oit.umass.edu>

	* main.cc (main): Added code to set the effective UID and GID to
	the real UID and GID after initializing the scanner.  This lets
	the executable be set to suid root, but makes it still pretty safe
	to use.

Wed Apr 30 13:55:26 1997  Adam P. Jenkins  <ajenkins@wagga.cs.umass.edu>

	* ValSlider.h (class ValSlider): Changed QScrollbar to QSlider
	widget. 

	* ValSlider.cc: Changed QScrollBar to QSlider widget, since I'm
	now using Qt 1.2.

Fri Apr 11 17:25:50 1997  Adam Jenkins  <ajenkins@kalgoorlie.cs.umass.edu>

	* EPGetRegion.cc (mousePressEvent): Made it emit a "regionChanged"
	signal if the right mouse button is pressed, since the right mouse
	button causes the region to expand to the full image size.  This
	was causing the width and height display to be incorrect when the
	right button was used to expand the region.

