diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-01 05:15:19 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-01 05:15:19 +0000 |
commit | a4a9581ef06cff499659e1a36dce59e9198277d9 (patch) | |
tree | 41c01551c33c841155c96eb7f64b6e2ae44e19e3 /ext/tk/lib/tk.rb | |
parent | 7952ca80649e8666ad5d1ae752e20a4a11b73a77 (diff) | |
download | ruby-a4a9581ef06cff499659e1a36dce59e9198277d9.tar.gz ruby-a4a9581ef06cff499659e1a36dce59e9198277d9.tar.xz ruby-a4a9581ef06cff499659e1a36dce59e9198277d9.zip |
* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't
work (gives wrong order of arguments).
* ext/tk/lib/multi-tk.rb: add MultiTkIp#invoke_hidden_on_namespace
to support '-namespace' option of 'interp invokehidden' command
on Tcl8.5.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 576ba3b1f..c24f20970 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4437,7 +4437,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-08-10'.freeze + RELEASE_DATE = '2005-09-01'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |