diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-23 07:57:39 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-23 07:57:39 +0000 |
| commit | 368904876adf843f32c404982d0e17eae355b9c5 (patch) | |
| tree | 7c8598dfc74d6f27d99377c414f5680cba5f1ebe /ChangeLog | |
| parent | 1400c1abb9622e86993ca9d929ec5eec965752ec (diff) | |
| download | ruby-368904876adf843f32c404982d0e17eae355b9c5.tar.gz ruby-368904876adf843f32c404982d0e17eae355b9c5.tar.xz ruby-368904876adf843f32c404982d0e17eae355b9c5.zip | |
* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.
TkcGroup#exclude calls wrong method.
Add alias TkcGroup#add [ruby-talk:146049].
* ext/tk/lib/tk/canvas.rb: TkCanvas#dtag and some subcommands of
TkCanvas#addtag fail to treat a TkcTag argument.
* ext/tk/lib/tk/event.rb: add TkEvent::Event#generate to help to send
current event to other widgets.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu Jun 23 16:53:15 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items. + TkcGroup#exclude calls wrong method. + Add alias TkcGroup#add [ruby-talk:146049]. + + * ext/tk/lib/tk/canvas.rb: TkCanvas#dtag and some subcommands of + TkCanvas#addtag fail to treat a TkcTag argument. + + * ext/tk/lib/tk/event.rb: add TkEvent::Event#generate to help to send + current event to other widgets. + Mon Jun 20 18:44:04 2005 Tanaka Akira <akr@m17n.org> * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced |
