From e4472f0b8f13ad338fd3beaafcc6ea301c2e0c52 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 26 Jan 2007 03:18:45 +0000 Subject: * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): make them private [ruby-dev:30074]. * ext/tk/lib/tk/txtwin_abst.rb: fix typo [ruby-dev:30073]. * ext/tk/lib/tk/canvas.rb (TkCanvas#scan_dragto): lack of an argument. * ext/tk/lib/tk/canvas.rb: clarify the including module name [ruby-dev:30080]. * ext/tk/lib/tk/scrollable.rb: change primary name of modules [ruby-dev:30080]. * ext/tk/lib/tkextlib/iwidgets/checkbox.rb: wrong number of arguments [ruby-Bugs-7776]. * ext/tk/lib/tkextlib/iwidgets/radiobox.rb: ditto. * ext/tk/lib/tkextlib/blt/tile/checkbutton.rb: change primary name of class [ruby-dev:30080]. * ext/tk/lib/tkextlib/blt/tile/radiobutton.rb: ditto. * ext/tk/ChangeLog.tkextlib: update. * ext/tk/lib/tkextlib/version.rb: update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d19f99270..63416dc5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Fri Jan 26 12:03:39 2007 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd, + __conv_keyonly_optkeys): make them private [ruby-dev:30074]. + + * ext/tk/lib/tk/txtwin_abst.rb: fix typo [ruby-dev:30073]. + + * ext/tk/lib/tk/canvas.rb (TkCanvas#scan_dragto): lack of an argument. + + * ext/tk/lib/tk/canvas.rb: clarify the including module name + [ruby-dev:30080]. + + * ext/tk/lib/tk/scrollable.rb: change primary name of modules + [ruby-dev:30080]. + Fri Jan 26 07:48:57 2007 Yukihiro Matsumoto * enumerator.c (enumerator_init_copy): need to copy internal -- cgit