diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-06 03:44:00 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-06 03:44:00 +0000 |
| commit | 8734312ea6b2960de1a6fbeeeb04e686342c962e (patch) | |
| tree | f85db3e7d924e7892c5221dc7e56d6330eb22034 /ChangeLog | |
| parent | d9a5fc6a5d1e7edb2e2fe0bab1dc37ae8b68df7c (diff) | |
| download | ruby-8734312ea6b2960de1a6fbeeeb04e686342c962e.tar.gz ruby-8734312ea6b2960de1a6fbeeeb04e686342c962e.tar.xz ruby-8734312ea6b2960de1a6fbeeeb04e686342c962e.zip | |
* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure creates
TkVariable if key name is 'variable' or 'textvariable'
by default. [ruby-dev:26749]
* ext/tk/lib/tk/{label,radiobutton}.rb: removed its own
{variable,textvariable} function.
* ext/tk/lib/tk/variable.rb: retains backward conpatibility.
(written by Hidetoshi NAGAI)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Aug 6 12:35:24 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure creates + TkVariable if key name is 'variable' or 'textvariable' + by default. [ruby-dev:26749] + + * ext/tk/lib/tk/{label,radiobutton}.rb: removed its own + {variable,textvariable} function. + + * ext/tk/lib/tk/variable.rb: retains backward conpatibility. + Fri Aug 5 12:48:31 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raised |
