Bug#768910: Missed one timer arg

2014-11-14 Thread Tatsuya Kinoshita
On November 12, 2014 at 11:48PM +0900, tats (at debian.org) wrote: https://github.com/wanderlust/wanderlust/pull/85 Ths real problem is in `wl-biff-event-handler`, not the arguments. So, I'll update the patch in the next upload. cf. https://github.com/wanderlust/wanderlust/pull/52 Thanks, --

Bug#768910: Missed one timer arg

2014-11-12 Thread Tatsuya Kinoshita
Control: tags -1 + fixed-upstream https://github.com/wanderlust/wanderlust/pull/85 Merged in upstream, and the patched version will soon be uploaded. Thanks, -- Tatsuya Kinoshita pgprCZZukSJJR.pgp Description: PGP signature

Bug#768910: Missed one timer arg

2014-11-11 Thread Tatsuya Kinoshita
Control: tags -1 - fixed-upstream Control: forwarded -1 https://github.com/wanderlust/wanderlust/pull/85 Thanks, -- Tatsuya Kinoshita pgpMGxCBsMv5m.pgp Description: PGP signature

Bug#768910: Missed one timer arg

2014-11-10 Thread Peter Chubb
If wl-biff-use-idle-timer is non-nil, there's another place that needs to be switched from a bool to an integer. Updated patch attached. --- wl-beta-2.15.9+0.20141019/wl/wl-util.el 2014-10-19 19:07:15.0 +1100 +++ wl-beta-fixed/wl/wl-util.el 2014-11-11 08:52:13.764418131 +1100 @@