From 1f0eca4d51e41017f71a33c475ca37970356f132 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 2 Sep 2003 05:04:30 +0000 Subject: * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception * ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb} : bug fix and improvement of font control git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a29f931c3..7e617126c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 2 14:02:19 2003 + + * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception + + * ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb} : + bug fix and improvement of font control + Tue Sep 2 09:51:36 2003 Nobuyoshi Nakada * eval.c (rb_eval): should not handle exceptions within rescue -- cgit