2004-09-17  Bill Haneman <billh@gnome.org>

	* configure.in, NEWS, README: Revved to 0.11.7.

	* magnifier/magnifier_main.c:
	(main): Allow commandline arg
	"--ignore-damage".

	* magnifier/magnifier.c:
	(magnifier_set_extension_listeners): Don't add a root
	expose listener, this method for getting notifications is
	obsolete.  Print warnings if DAMAGE or XFIXES 
	are not initialized.
	
	* magnifier/damage-client.c:
	(magnifier_damage_client_init) Check 
	MAGNIFIER_IGNORE_DAMAGE env variable and ignore
	DAMAGE extension if it is set.

	* magnifier/zoom-region.c:
	(impl_zoom_region_set_roi): Do some sanity checking
	to make sure that ROI is centered somewhere on screen and
	that the right/bottom coords are greater than the left/top coords.