2004-12-07  Bill Haneman <billh@gnome.org>

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

	* magnifier/zoom-region-private.h:
	(ZoomRegionPrivate): Added last_drawn_crosswire_pos.

	* magnifier/zoom-region.c:
	(zoom_region_unpaint_crosswire_cursor): Form the clip rect from
	last_drawn_crosswire_pos, not the backing rect.
	(zoom_region_paint_crosswire_cursor): Fix broken GDK_DRAWABLE
	test, reinstates drawing of crosswire.
	Use 16 bits of color mask instead of 8, for GdkColor inversion
	mask.  Set the gdk_gc clip mask to NULL if we haven't been passed 
	one, don't reuse the stale one.
	(zoom_region_paint_cursor): Save the last_drawn_crosswire_pos
	before we clip the cursor_backing_rect to the current screen.
	(zoom_region_update_pointer): Create a clip region which
	encompasses the whole zoom region, before updating the cursor
	image.
	
2004-12-06  Bill Haneman <billh@gnome.org>

	* configure.in:
	Improved tests for DAMAGE and XFIXES - include
	-lX11 in the link list for the configure tests.
	
2004-12-03  Bill Haneman <billh@gnome.org>