diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-26 09:07:25 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-26 09:07:25 +0000 |
| commit | e1cc84a43b721fb3413cae87398f5b3fee521f49 (patch) | |
| tree | be31dc73639d42c1ef4814bf730f1e4675f3cb57 /ChangeLog | |
| parent | 2b06b72c2450d56ab51ff717e996a7f171c5f9bb (diff) | |
| download | ruby-e1cc84a43b721fb3413cae87398f5b3fee521f49.tar.gz ruby-e1cc84a43b721fb3413cae87398f5b3fee521f49.tar.xz ruby-e1cc84a43b721fb3413cae87398f5b3fee521f49.zip | |
* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath
* ext/tk/lib/tk/image.rb: bug fix
* ext/tk/lib/tk/wm.rb: add 'iconphoto' method(Windows only)
* ext/tk/lib/tkextlib/*: some methods uses TkWindow#epath
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7386 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 @@ +Fri Nov 26 18:02:44 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath + + * ext/tk/lib/tk/image.rb: bug fix + + * ext/tk/lib/tk/wm.rb: add 'iconphoto' method(Windows only) + + * ext/tk/lib/tkextlib/*: some methods uses TkWindow#epath + Fri Nov 26 14:29:39 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (rb_io_initialize): [ruby-dev:24963] |
