From 078395bf8072f1722a3893a0396bee9edfabb48e Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 9 Jul 2004 19:29:29 +0000 Subject: * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks. * ext/tk/lib/tk/msgcat.rb: ditto. * ext/tk/lib/tk/variable.rb: ditto. * ext/tk/lib/tk/timer.rb: ditto. * ext/tk/lib/tk/validation.rb: add Tk::ValidateConfigure.__def_validcmd() to define validatecommand methods easier git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12085bb7d..e33dbed70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Jul 10 04:21:56 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: better operation for SIGINT when processing + callbacks. + * ext/tk/lib/tk/msgcat.rb: ditto. + * ext/tk/lib/tk/variable.rb: ditto. + * ext/tk/lib/tk/timer.rb: ditto. + + * ext/tk/lib/tk/validation.rb (__def_validcmd): add a module + function of Tk::ValidateConfigure to define validatecommand + methods easier + Fri Jul 9 22:18:59 Hirokazu Yamamoto * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg -- cgit