From e6a43b336efadc20263c0c0a882168f7bbb9730e Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 12 May 2004 04:24:55 +0000 Subject: * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the proposal of [ruby-talk:99671]) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20b90758c..d947240d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 12 13:20:19 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk/composite.rb: improve configure methods (based on + the proposal of [ruby-talk:99671]). + Wed May 12 11:51:08 2004 Dave Thomas * class.c (rb_obj_singleton_methods): fix rdoc -- cgit