commit 62aad732c28c381a9de82b96daf13c6826c10b27 Author: Cosimo Cecchi Date: Fri Feb 4 13:38:07 2011 -0500 Release 2.91.4 NEWS | 17 +++++++++++++++++ README | 4 ++-- configure.ac | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) commit 13741db3522aaac8be732567bca00d9c81929b72 Author: Benjamin Otte Date: Fri Feb 4 18:40:17 2011 +0100 screenshot: Don't snap the selection Call gdk_flush() at the right place to avoid the selection window still being on screen when we take the snapshot of it. gnome-screenshot/screenshot-utils.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f539b76a98ca3d9178675666c11111d034d32614 Author: Khaled Hosny Date: Fri Feb 4 19:30:41 2011 +0200 Updated Arabic translation po/ar.po | 1297 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 676 insertions(+), 621 deletions(-) commit d38b1d6b9a7f0b49bfd3b38a5a3451bfb4591730 Author: Chao-Hsiung Liao Date: Fri Feb 4 13:17:53 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 550 ++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 567 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 540 insertions(+), 577 deletions(-) commit 772b9cc0774468ea21addb85ef843ee8dfef9e00 Author: Benjamin Otte Date: Fri Feb 4 03:44:16 2011 +0100 screenshot: Rewrite event handling in area selection The previous code was handling X events directly. This breaks when GTK decides to use XI2 and no more regular events arrive. Instead we now use the window we create anyway to catch the events. At the window, they'll arrive properly preprocessed by GTK in the way we expect them. As a bonus, this code does not rely on X11 anymore, so we can stop including gdkx.h. gnome-screenshot/screenshot-utils.c | 216 +++++++++++++++-------------------- 1 files changed, 92 insertions(+), 124 deletions(-)