diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-26 03:18:45 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-26 03:18:45 +0000 |
| commit | e4472f0b8f13ad338fd3beaafcc6ea301c2e0c52 (patch) | |
| tree | 83f32f76d8b3c92528097dc49ff91d80573d8c83 /ChangeLog | |
| parent | 43361e90b70e555566d225413e27094887712d77 (diff) | |
| download | ruby-e4472f0b8f13ad338fd3beaafcc6ea301c2e0c52.tar.gz ruby-e4472f0b8f13ad338fd3beaafcc6ea301c2e0c52.tar.xz ruby-e4472f0b8f13ad338fd3beaafcc6ea301c2e0c52.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Fri Jan 26 12:03:39 2007 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * 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 <matz@ruby-lang.org> * enumerator.c (enumerator_init_copy): need to copy internal |
