2004-10-27 David Bolter * configure.in: Rev to 0.11.13 2004-10-27 David Bolter Bill Haneman * gok.rc: added hyperlink styles * gok/gok-key.c: set styles for html gok keys * gok/gok-key.h: added html style constants, and a new font size group. * gok/gok-keyboard.c: handle html dynamic keys * gok/gok-spy-priv.h: added inside_html_container flag to AccessibleNodeFlags * gok/gok-spy.c: (gok_spy_search_component_list), (gok_spy_update_component_list): added context info, in this case, html container context. Fixes bug # 154499 2004-10-27 David Bolter * gok/gok-keyboard.c: (gok_keyboard_has_multi_useful_actions): new Fixes bug #154604 2004-10-26 Bill Haneman * gok/gok-keyboard.c: (gok_keyboard_branch_gui_selectaction): (gok_keyboard_branch_or_invoke_actions): Add 'action_ndx' parameter. (gok_keyboard_get_compose): Add prototype. (gok_keyboard_notify_xkb_event): Don't branch to XKB keyboard if we're not configured to use the XKB compose kbd. (gok_keyboard_branch_gui_selectaction): Return TRUE on branch. (gok_keyboard_do_action): Remove unused method. (gok_keyboard_branch_or_invoke_action): Return TRUE on branch, otherwise FALSE. Use action_ndx instead of node->link to determine which action to invoke. Fixes bugs #156153, #156479. 2004-10-19 David Bolter * gok/gok-keyboard.c: (gok_keyboard_validate_dynamic_keys): no longer initialize keyboard ui flags to zero. Fix for bugs: 155344, 155473, 155476, 155512 * gok/gok-spy.c: (gok_spy_check_queues): added safety against NULL listeners * gok/gok-spy.h: removed unimplemented function * gok/main.c: (gok_main_ds): added comment