From 7b8e8ccd316a5db7891d85161538b3186709cd39 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 27 Nov 2003 08:39:33 +0000 Subject: * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode). TkTimer#wait recieves the exception of the callback. The exception is kept on @return_value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ae5e19a9..a8f68fe82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 27 17:36:42 2003 Hidetoshi NAGAI + + * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode). + TkTimer#wait recieves the exception of the callback. + The exception is kept on @return_value. + Thu Nov 27 16:58:48 2003 WATANABE Hirofumi * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device. -- cgit