2005-02-24  David Bolter  <david.bolter@utoronto.ca>

	* NEWS:
	* README:
	* configure.in: Version 1.0.1 

2005-02-24  Bill Haneman <bill.haneman@sun.com>

	* gok/main.h, main.h:
	(gok_main_center_corepointer): New, works
	around problem with spurious enter-notify events from the core
	pointer (bug #168405)

	* gok/callbacks.c:
	(on_window1_realize): Call gok_main_center_corepointer.

	* gok/gok-input.c:
	(gok_input_detach_corepointer): Center the corepointer
	on detach.
	
2005-02-24  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-windowlister.c: 
	(_wnck_activate), (_wnck_activate_workspace), 
	(_modified_wnck_window_activate), 
	(_modified_wnck_workspace_activate), 
	(gok_windowlister_onKey): new functions.
	we keep compatibility by removing dependancy on newly 
	changed libwnck API by moving some libwnck 
	implementation into gok. Thanks very much for 
	initial patch: 
	Elijah Newren <newren@gmail.com>
	Fixes bug #168093

2005-02-24  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-scanner.c: 
	(gok_scanner_read_effects): added g_malloc calls to
	protect data and changed an xmlFree to the more 
	appropriate g_free.
	Fixes bug #168281

2005-02-24  Bill Haneman <bill.haneman@sun.com>

	* gok-input.h:
	Pulled some declarations out of #ifdef HAVE_XINPUT
	block, because they were needed by callbacks.c and main.c
	anyhow.  Thanks for Ray Dassen for catching this.