diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-05 21:29:32 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-05 21:29:32 +0000 |
| commit | 547632626efe56b1e3f9cb24ee5ed179ab2fe23c (patch) | |
| tree | 3331815a48d58f514ff661e3c53d60abfd511c56 /ChangeLog | |
| parent | ec9089637eea240b60bb340bf82737926c753a84 (diff) | |
| download | ruby-547632626efe56b1e3f9cb24ee5ed179ab2fe23c.tar.gz ruby-547632626efe56b1e3f9cb24ee5ed179ab2fe23c.tar.xz ruby-547632626efe56b1e3f9cb24ee5ed179ab2fe23c.zip | |
* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***
'tags' option of a TkcItem object gives a list of TkcTag objects.
* ext/tk/lib/tkextlib/vu/dial.rb: fix logical bug.
* ext/tk/lib/tk/canvas.rb, ext/tk/lib/tkextlib/blt/component.rb:
lack of support for methodcall_optkeys.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Oct 6 06:26:00 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE *** + 'tags' option of a TkcItem object should give a list of TkcTag objs. + + * ext/tk/lib/tkextlib/vu/dial.rb: fix logical bug. + + * ext/tk/lib/tk/canvas.rb, ext/tk/lib/tkextlib/blt/component.rb: + lack of support for methodcall_optkeys. + Mon Oct 5 12:22:12 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro |
