2004-11-04  David Bolter  <david.bolter@utoronto.ca>

	* NEWS:
	* README:
	* configure.in: version 0.11.15

2004-11-04  David Bolter  <david.bolter@utoronto.ca>

	patch author:  sandie vanderme (sandie.vanderme@bull.net)

	* Makefile.am: added srcdir path to  Keyboard.kbd: section
	Fix for bug #157138. Thanks Sandie.

2004-11-04  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-keyboard.c: include actionable children 
	when displaying an accessible actions keyboard.
	Fix for bug #155556.

2004-11-03  David Bolter  <david.bolter@utoronto.ca>

	patch author: Julio M. Merino Vidal (jmmv@menta.net)

	* gok/main.c: 
	(gok_main_open): two variables (both named listhead) 
	moved to the top of the block to conform to the C89 
	standard.  
	Fix for bug #157221.  Thanks Julio.

2004-11-01  Bill Haneman  <bill.haneman@sun.com>
	
	* gok.glade2: 
	* gok/callbacks.h:
	* gok/callbacks.c:
	Added signal handler for "Use gtk+ theme" checkbutton; 
	restores function of this button.

	* gok/gok-keyboard.h:
	* gok/gok-keyboard.c:
	(gok_keyboard_on_window_resize):
	Set the keyboard struct's private width and height fields,
	instead of the gconf values, when the window is manually resized.
	(gok_keyboard_calculate_font_size): Use the keyboard's
	private keyWidth and keyHeight values, if available.
	(gok_keyboard_position_keys): Use the keyboard's private
	width/height if available, in preference to the gconf values.
	(gok_keyboard_new): Init the keyWidth and keyHeight fields to 0.
	Fix for bug #154961.
	
2004-10-29  Bill Haneman  <bill.haneman@sun.com>

	* gok.rc: Changed style for hyperlink prelight to
	be consistent with rest of gok style.  Made text on
	html-contained actionables more readable.
	
2004-10-29  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-spy.c: 
	(gok_spy_find_and_append_toolbar_items): new, adds all actionables
	underneath the given Accessible.  
	(gok_spy_search_component_list):  calls new method above.
	Fixes bug #155805

2004-10-29  Bill Haneman <bill.haneman@sun.com>

	* gok/gok-keyboard.c: 
	(gok_keyboard_validate_dynamic_keys): Use ~0 to create 
	an 'all flags mask'.  Fixes bug #156802.

	* gok/gok-spy.c:
	(gok_main_process_focus):
	If we get a menu-object focus: event while there's no
	foreground Accessible window active, then treat as a popup
	event, and branch to the appropriate menu.
	Fixes bug #154918.
	
2004-10-29  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-spy.c: 
	(gok_spy_find_and_append_toolbar_items): new, adds all actionables
	underneath the given Accessible.  
	(gok_spy_search_component_list):  calls new method above.

	Fixes bug #155805

2004-10-29  Bill Haneman <bill.haneman@sun.com>

	* gok/gok-keyboard.c: 
	(gok_keyboard_validate_dynamic_keys): Use ~0 to create 
	an 'all flags mask'.  Fixes bug #156802.

	* gok/gok-spy.c:
	(gok_main_process_focus):
	If we get a menu-object focus: event while there's no
	foreground Accessible window active, then treat as a popup
	event, and branch to the appropriate menu.
	Fixes bug #154918.
	
2004-10-28  Bill Haneman <bill.haneman@sun.com>

	* gok/gok-keyboard.c:
	(gok_keyboard_update_dynamic): Keep the 
	style for html textfields. Give text items
	their own unique font size group.