2004-08-16 Remus Draica * configure.in: Update version to 0.9.9. * NEWS: Updated 2004-08-12 Martin Willemoes Hansen * gnopi/gnopi_files/about.glade2: Fixed translation credits, now msgid translator_credits will show up for the translators to fill in. 2004-08-12 Dana Ormenisan * srlow/libsrlow/SRLow.c: (srl_event_is_reported): Changed to not report 'object:text-caret-moved' if detail1 or detail2 of the event source is -1. (Fixies for bug #149969.) 2004-08-11 Remus Draica * brlmon/Makefile.am: Install brlmon in libexec, not in bin directory. * srcore/Makefile.am: (INCLUDES): Add a define for path where brlmon will be installed. * srcore/srbrl.c: (brl_mon_run_process): Start brlmon from its ne location. Fixies for bug #149825. 2004-08-10 Runa Bhattacharjee * configure.in: Added Bengali(bn) to ALL_LINGUAS. 2004-08-10 Remus Draica * braille/libbrl/brlxml.c: (brl_start_element): Add BPS_SCROLL to switch. * braille/test/remoteinit.c: Add new line at end of file. *speech/libsrs/srs-xml.c: (srs_xml_terminate): call srs_sp_terminate instead of srs_gs_terminate. 2004-08-10 Remus Draica * srlow/libsrlow/SRLow.c: Retain when a window is created and do not report following activate and restore events for same window. Fix for bugs #135011. 2004-08-06 Remus Draica * srcore/srspc.c: (src_speech_shutup): Clear information for last datas sent to speech. (src_speech_send_chunk): After calling shutup function do not clean some information since this is done in shutup function. 2004-08-06 Remus Draica * srcore/default.xml.in: * srcore/verbose.xml.in: Remove presentations for label because they are the same as those for generic object and generic event and add presentation chunks for event "object:context-switched". * srlow/libsrlow/SRLow.c: Add support for detecting when context has changed. Fixies for bugs #128289 and #111854. 2004-08-06 Remus Draica * speech/libsrs/srs-gs.c: (srs_gs_terminate): Comment the assert set on marker waiting variable. * speech/libsrs/srs-xml.c: (srs_terminate): Call srs_gs_terminate instead of srs_terminate. * srcore/srmain.c: (src_process_config_changed_for_srcore): Load default values for braille before initialising the module. * srcore/srspc.c: (src_speech_init):Initialize global some variables. (src_speech_terminate):Call shutup before terminate the speech module. 2004-08-05 Dragan Sarbut * speech/libsrs/srs-xml.c: (srs_characters): Modified so it will not skip the text that comes in double quotes. Patch from Remus Draica. Fix for bug #149408 2004-08-03 Dragan Sarbut * srcore/default.xml.in: * srcore/verbose.xml.in: * srlow/libsrlow/SRLow.c: Reverted the patch that was applied to bug #128289. 2004-08-03 Bill Haneman * braille/libbrl/sercomm.c: (brl_ser_glib_cb): Fixed build issue on Solaris. 2004-08-03 Remus Draica * srcore/default.xml.in: * srcore/verbose.xml.in: Add presentation chunks for event "object:context-switched". * srlow/libsrlow/SRLow.c: Add support for the new event "object:context-switched". Fixies for bug #128289.