2006-07-24 Remus Draica * configure.in: Updated to vesion 1.1.1. * NEWS: Updated. 2006-07-24 Remus Draica * braille/libbrl/alvabrl.c: (alva_brl_send_dots): * braille/libbrl/baumbrl.c: (baum_brl_send_dots): * braille/libbrl/ecobrl.c: (eco_brl_send_dots): * braille/libbrl/handybrl.c: (handy_brl_send_dots): * braille/libbrl/braille.c: (BRLDevSendDotsProc): Add text and cursor position as parameter. * braille/libbrl/braille.c: Retain text and cursor position when a new information is displayed. * braille/libbrl/brlxml.[ch]: Retain text to be displayed too, not only dots. * braille/libbrl/ttybrl-wrap.c: (brltty_brl_send_dots): Send text and cursor position to brltty. * gnopi/brlui.c: Add "none" language and disable braille style and cursor settings when language is none. Bug #319106. 2006-07-24 Remus Draica * configure.in: GTK_REQUIRED=2.9.0 * gnopi/gnopi.c: Do not pass "--display=..." as command line parameter. * gnopi/gnopiui.[ch]: (gn_move_to_display): Added. * gnopi/magconf.c: (magconf_changes_cb): Handle the change of magnifier source. * gnopi/magui.c: * gnopi/gnopi_files/Magnifier_Settings/magnifier_settings.glade2: Replace GnomeColorPicker controls with GtkColorPicker. Bugs #330370 and #332825. 2006-07-24 Remus Draica * configure.in: Remove checks for gtk-doc (bug #348147). 2006-06-20 Brent Smith * configure.in: add GTK+ to PKG_CHECK_MODULES so the include path for GTK is specified in the cflags; patch from Elijah Newren, fixes #344695