2006-05-11 David Bolter * configure.in, NEWS, README: Released 1.0.9 2006-05-11 David Bolter * gok/main.c: (gok_args_init), (gok_main_open): switched from popt to GOption style command line arguments. Thanks for the patch Luis Menina! Fixes bug #336414 2006-05-10 David Bolter * gok/gok-keyboard.c: add missing return statements to gboolean gok_keyboard_grab_focus_if_button. Thanks Matthias Clausen for posting the bug. Fixes bug #314168 2006-05-10 David Bolter Thanks for this patch Przemyslaw Grzegorczyk. * configure.in: changes made to reflect new po linguas setup including removing ALL_LINGUAS (now in new file LINGUAS), and updating AC_PROG_INTLTOOL to IT_PROG_INTLTOOL version 0.34.90 Fixes bug #337969 * po/LINGUAS: new file 2006-05-04 David Bolter * gok/gok-spy.c: (gok_spy_resolve_namesakes): removed illegal memory access (name[63]) which probably should have been removed as part of Nickolay's recent commit.