2004-05-26 Dragan Sarbut * configure.in: Update version to 0.9.3. * NEWS: Updated. 2004-05-26 Dragan Sarbut * magnifier/libmag/libmag.c: (mag_zoomer_set_ROI_left): (mag_zoomer_set_ROI_top): (mag_zoomer_set_ROI_width): (mag_zoomer_set_ROI_height): ROI is not restricted to source_rect anymore. (mag_zoomer_set_ZP_extents_left): (mag_zoomer_set_ZP_extents_top): (mag_zoomer_set_ZP_extents_width): (mag_zoomer_set_ZP_extents_height): A call to get_source is made after setting the target_rect because the source_rect changes. (Fix for bug #140850 & bug #142538) 2004-05-25 Remus Draica * configure.in: Prevent AC_OUTPUT to generate output in brlmon/braille_fonts/Makefile. * brlmon/Makefile.am: * brlmon/brlmon.c: Remove all things related to braille font. * brlmon/braille_fonts: Removed. Fixies for bug #140195. 2004-05-25 Dana Ormenisan * schemas/gnopernicus.schemas: * gnopi/cmdmapconf.c: Remove Ctrl+Shift+Alt+S keystroke combination. "Describe my surroundings" command is no longer mapped on this key combination. * README: Updated. 2004-05-24 Dana Ormenisan * srlow/libsrlow/SRLow.c: Listen for "object:children-changed:add" and "object:children-changed:removed" events. These events will be presented only for objects with SPI_ROLE_PAGE_TAB. * srcore/default.xml.in: * srcore/verbose.xml.in: Change the presentation for "page-tab" role. Add presentation for: - "focus:" event: 'switch tab, , ' - "object:tab-added" event: 'create tab, ' - "object:tab-removed" event: 'closing tab, '. (Fixies for #bug 128970). 2004-05-20 Dana Ormenisan * gnopi/gnopi_files/Speech_Settings/speech_settings.glade2 "Say all cursors" option was renamed with "Say all navigation keys". (Change required in #bug 141149). 2004-05-19 Dana Ormenisan * kbd_mouse/libke/libke.c: Register a listener for XK_BackSpace and XK_Delete. * srcore/srmain.c: (src_process_cursor): (src_process_key): Changed to report Backspace and Delete wit 'Say all modifiers' enabled. (Fixies for bug #141149). 2004-05-19 Dragan Sarbut * gnopi/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2: Grayed out settings for DUAL and BRAILLE Mode Type. * brlmon/brlmonui.c: (brlmon_get_mode_type_from_string): Changed so that mode_type is always NORMAL. Fix for bug #140192. 2004-05-19 Remus Draica * srlow/libsrlow/SRObject.c: (sro_get_app_name): (sro_get_window_name): Call Accessible_ref for returned value by sro_get_acc_at_index (bug 142360). 2004-05-19 Dragan Sarbut * gnopi/gnopi_files/Magnifier_Settings/magnifier_settings.glade2: Ghanged label from "Cursor Magnification" to "Set cursor separate from magnification" Fix for bug #137247 2004-05-18 Dragan Sarbut * magnifier/libmag/mag.c: (mag_initialize): Created a structure for target_rect since target_rect isn't used in other functions. Get the display size in a global structure and write the width and height to gconf. (mag_zoomer_set_zp_extents_left): (mag_zoomer_set_zp_extents_top): (mag_zoomer_set_zp_extents_width): (mag_zoomer_set_zp_extents_height): Changed to use the display_size rect when setting ZP in stead of target_rect. Fix for bug #142535 2004-05-18 Padraig O'Briain * srlow/libsrlow/SRObject.c (sro_get_column_header): Remove duplicated calls to Accessible_unref. Fixes bug #141908. 2004-05-18 Padraig O'Briain * kbd_mouse/libke/libke.c: (ke_report_keyecho_event): Remove workaround for bug #129951. (ke_register_keyset_item): (ke_layer_register_events): (ke_keyecho_register_events): Do not register key stroke listeners for modifiers SPI_KEYMASK_BUTTON1, SPI_KEYMASK_BUTTON2 or SPI_KEYMASK_BUTTON3. (ke_user_key_list_unregister_events): (ke_layer_unregister_events): (ke_keyecho_unregister_events): Do not unregister key stroke listeners for modifiers SPI_KEYMASK_BUTTON1, SPI_KEYMASK_BUTTON2 or SPI_KEYMASK_BUTTON3. Fixes bug #129951.