diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 09:41:57 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 09:41:57 +0000 |
| commit | 92d6104022fb94e925480ece8a867f5a5b077400 (patch) | |
| tree | 17c15edd3de13818905acc92bae66ca8e1c91ace /ChangeLog | |
| parent | 2029428e81fa79eb4dfd497b9b4a4a7665fe51f4 (diff) | |
| download | ruby-92d6104022fb94e925480ece8a867f5a5b077400.tar.gz ruby-92d6104022fb94e925480ece8a867f5a5b077400.tar.xz ruby-92d6104022fb94e925480ece8a867f5a5b077400.zip | |
* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.
* ext/tk/tcltklib.c: add nativethread consistency check.
* ext/tk/stubs.c: ditto.
* ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding=
when Tcl is 7.6 or 8.0.
* ext/tk/lib/tk/wm.rb: support to make some methods as options of
root or toplevel widget. [ruby-talk:150336]
* ext/tk/lib/tk/root.rb: ditto.
* ext/tk/lib/tk/toplevel.rb: ditto.
* ext/tk/lib/tkextlib/SUPPRT_STATUS: update RELEASE_DATE
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. + + * ext/tk/tcltklib.c: add nativethread consistency check. + + * ext/tk/stubs.c: ditto. + + * ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding= + when Tcl is 7.6 or 8.0. + + * ext/tk/lib/tk/wm.rb: support to make some methods as options of + root or toplevel widget. [ruby-talk:150336] + + * ext/tk/lib/tk/root.rb: ditto. + + * ext/tk/lib/tk/toplevel.rb: ditto. + + * ext/tk/lib/tkextlib/SUPPRT_STATUS: update RELEASE_DATE + Thu Aug 4 13:30:15 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * numeric.c (fix_div): should not convert the result into |
