From a77557a6b12033a845b1d2ef35e23210dccbb98e 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/branches/ruby_1_8@6608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ce6b8dc9..0cbbda5f7 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:36:36 Hirokazu Yamamoto * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg -- cgit