2005-02-28 Dragan Sarbut * configure.in: Updated to version 0.10.3. * NEWS: Updated. 2005-02-28 Remus Draica * srlow/libsrlow/SRLow.c: (srl_report_obj_event_to_clients): Report an event only if no event with higher priority is present (bug #157958). * srcore/srmain.c: (src_present_real_sro_for_brl_and_brlmon): Present an event for a watched object for braille only if speach and magnifier are off. (src_present_real_sro_for_magnifier): Present an event for a watched object for magnifier only if speach is off. (Fixes for bug #144008). * srcore/srmain.c: (src_process_modifier, src_process_key, src_process_cursor): * kbd_mouse/libke/libke.c: (ke_return_keystring, keyecho_keysym): Added 'Window' and 'Menu' keys. Fixes for bug #153409. (Patch from Oana Serb ). * braille/libbrl/baumbrl.c: * braille/libbrl/braille.c: Added PRONTO device (bug 163576). 2005-02-28 Dragan Sarbut * srlow/libsrlow/SRObject.c: (sro_text_get_location): Improved function to increase roi size. When we are in focus tracking auto mode, one character before and one after the caret are shown. Fix for bug (#161254). 2005-02-15 Remus Draica * braille/libbrl/ecobrl.c: (patch from Matthias Clasen ) (eco_brl_input_parser): Increase size of sendbuffer (bug #165512). * schemas/brlmonitor.schemas: Change the number of cells for japanesse (bug #154161). * srcore/default.xml.in: * srcore/verbose.xml.in: Change presentation for windows/desktop switches (bug #135242). * srlow/libsrlow/SRObject.c: (sro_get_text_with_flows_relation): Added. (sro_text_get_text_from_caret): Use sro_get_text_with_flows_relation function to get current line. Fixes for bug #160706.