2006-02-13 Bill Haneman * configure.in, NEWS, README: Released 1.0.6. 2006-01-16 David Bolter * docs/reference/gok-docs.sgml: added title info. Fixes bug #321908. Thanks for initial patch Ed Catmur. 2006-01-05 Elijah Newren * gok/gok-windowlister.c (gok_windowlister_refreshList): register as a pager with libwnck to follow the EWMH spec and ensure that our messages remain high priority. #325559. 2005-12-15 David Bolter * gok/gok-page-actions.c: (gok_page_actions_toggle_type_valuator): removed assignment of action type to DWELL. Thanks Muktha for detailing the problem. Fixes [bug #323975]. 2005-12-15 Bill Haneman * gok/gok-spy.c: (gok_spy_search_component_list): Don't stop searching for menu items just because toolbar items are found in a toolbar (Firefox fix). 2005-11-24 Bill Haneman * gok/main.c: (gok_main_motion_listener): Changed to respond to the input event asynchronously by calling new methods (below). See bug #160848. (gok_main_queue_input_event): New, queues motion response via gok_main_queue_input_event on idle. (gok_main_idle_input): New, the idle handler for above. * gok/gok-spy.c: (gok_spy_is_primary_container): Recognize ROLE_DIALOG objects as "primary". Fix for OpenOffice.org problem in which GOK was not updating when the config wizard pages changed. 2005-11-22 Matthias Clasen * gok/arraylist.c: When calling realloc(), reassign the returned pointer. (#322062) 2005-09-23 Erdal Ronahi * configure.in: Added "ku" to ALL_LINGUAS 2005-09-19 Rodrigo Moya * gok/create-branching-keyboard.c: added missing #include, for sane 64bit compilation. 2005-08-29 Nickolay V. Shmyrev * configure.in: Added 'ru' to ALL_LINGUAS. 2005-08-20 Roozbeh Pournader * configure.in: Added 'fa' (Persian) to ALL_LINGUAS. 2005-08-05 Ignacio Casal Quinteiro * configure.in: Added 'gl' to ALL_LINGUAS. 2005-07-26 Behdad Esfahbod * gok/gok-keyboard.c: (gok_keyboard_update_dynamic): Fix C89 build issue. [bug #308471] 2005-05-19 Bill Haneman * gok/gok-button.c: (gok_button_enter_notify): Fix the args sent to gok_main_warn_corepointer - we were setting 'always' to FALSE erroneously. * gok/main.c: (gok_main_help_cb): Point the user to the GNOME Accessibility Guide appendix dealing with extended input (XInput) devices, instead of general GOK help, when the user asks for help for the corepointer-warning dialog. [bug #304524] * gok/gok-keyboard.c: (gok_keyboard_update_dynamic): Special-case the ROLE_MENU_ITEM case, using BRANCHGUIACTIONS as the type, rather than BRANCHGUISELECTACTION. (gok_keyboard_branch_gui_action): Ignore 'Selection' interface if object is a menu item - this is because some menus (for instance Java, OpenOffice.org) treat selection the same as activation, thus select+activate results in double-action. [Issuezilla #48639]