From cfd76f191021714d6cc3eb13d84acd101202004a Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 3 Jan 2008 13:57:26 +0000 Subject: Reviewed by: Gustavo 2008-01-03 Johan Dahlin Reviewed by: Gustavo * configure.ac: * gobject/pygmainloop.c (pyg_signal_watch_prepare): Optinally use PySignal_SetWakeupFd to avoid having to do a timeout to find out if there are any pending signals from python. Fixes #481569 svn path=/trunk/; revision=723 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ed03d8..1cc35d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-01-03 Johan Dahlin + + Reviewed by: Gustavo + + * configure.ac: + * gobject/pygmainloop.c (pyg_signal_watch_prepare): Optinally + use PySignal_SetWakeupFd to avoid having to do a timeout to find + out if there are any pending signals from python. + Fixes #481569 + 2008-01-02 Sebastian Rittau * gobject/gobjectmodule.c -- cgit