From 0aa408b85d2131032486bb0c3cecf57bacf3118f Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 13 Jul 2006 13:27:20 +0000 Subject: * ext/tk/lib/tk/composite.rb: improve handling of the classname on the option database for the widget class which includes TkComposite. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e829e706c..0b2a689cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 13 22:23:56 2006 Hidetoshi NAGAI + + * ext/tk/lib/tk/composite.rb: improve handling of the classname on the + option database for the widget class which includes TkComposite. + Thu Jul 13 20:32:19 2006 Kouhei Sutou * lib/rss/parser.rb: updated documents by a patch from -- cgit