From b277d2fdfdd159dede90805b6b9cdeff8aabb552 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 1 Sep 2006 05:09:51 +0000 Subject: * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. * ext/tk/lib/tk.rb: update RELEASE_DATE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6148ec3d1..e684030f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 1 13:52:57 2006 Hidetoshi NAGAI + + * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work + on Tcl/Tk8.x. + Thu Aug 31 12:46:55 2006 why the lucky stiff * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, -- cgit