From b78607e7255380e62c82cfd5c8a82544473223a2 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 7 Nov 2006 09:11:38 +0000 Subject: * ext/tk/lib/tk/itemconfig.rb: minor bug fix. * ext/tk/lib/tkextlib/tile/treeview.rb : ditto. * ext/tk/lib/tkextlib/blt/table.rb: fix bugs which forbade use of '::blt::table' command. Now, probably, it'll works properly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c096ceab..3f1379560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 7 18:05:01 2006 Hidetoshi NAGAI + + * ext/tk/lib/tk/itemconfig.rb: minor bug fix. + Tue Nov 7 17:52:08 2006 Yukihiro Matsumoto * class.c (rb_include_module): revert duplicate inclusion of -- cgit