2004-06-22  David Bolter  <david.bolter@utoronto.ca>

	* configure.in: version 0.11.5

	* help/gok/C/gok.xml: trivial edit to update date stamp. 
	Make distcheck was failing because there seems to be a problem
	with the docname rule in xmldocs.make when an entity is newer
	than docname.xml

	* po/POTFILES.in: added utf8 encoding prefix to a file to get
	rid of a build warning.


2004-06-18  David Bolter  <david.bolter@utoronto.ca>

	Note: thank Padraig for this fix.

	* gok/gok-spy.c: 
	(gok_spy_get_list_parent): menus of type check and radio, are
	now also considered potential list item parents.
	Fixes bug #138613
	

2004-06-17  Bill Haneman <bill.haneman@sun.com>

	* gok/gok-keyboard.c:
	(gok_keyboard_output_key): Use KEYSTRING type for
	the word completion delimiter, as it may be 
	multi-chars, and because the KEYSYM output type expects 
	the "Name" of the key to be the XK_ string, not the
	character (for instance, in the case of "XK_space", 
	versus " ").  Fixes bug #144432.

2004-06-17  Alexander Shopov  <ash@contact.bg>

	* configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)

2004-06-10  David Bolter  <david.bolter@utoronto.ca>

	* gok/gok-data.c: 
	(gok_data_get_valuator_sensitivity),
	(gok_data_set_valuator_sensitivity): added command line override
	check.

	* gok/main.c: 
	Implemented command line option --valuator-sensitivity
	(gok_args_init): added initializer
	(gok_main_get_valuatorsensitivity_override): new function

	* gok/main.h: new function
	
	Fix for bug #144109