From f7987213342edf6dd58d221a08f2f80074e92eee Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 26 Nov 2004 09:07:25 +0000 Subject: * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath * ext/tk/lib/tk/image.rb: bug fix * ext/tk/lib/tk/wm.rb: add 'iconphoto' method(Windows only) * ext/tk/lib/tkextlib/*: some methods uses TkWindow#epath git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f7ea180e5..c651e04a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Nov 26 18:02:44 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath + + * ext/tk/lib/tk/image.rb: bug fix + + * ext/tk/lib/tk/wm.rb: add 'iconphoto' method(Windows only) + + * ext/tk/lib/tkextlib/*: some methods uses TkWindow#epath + Fri Nov 26 13:49:06 2004 Yukihiro Matsumoto * eval.c (method_missing): raise TypeError for classes do not -- cgit v1.2.3