From 4e71915e68afd62bef99aa2c9c3fe36377c37d11 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 26 Jan 2007 03:18:23 +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/branches/ruby_1_8@11576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9df203bda..9a523893f 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]. + Wed Jan 24 18:05:39 2007 Yukihiro Matsumoto * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix -- cgit