From a4a9581ef06cff499659e1a36dce59e9198277d9 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 1 Sep 2005 05:15:19 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49709f54c..739d5a0cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Sep 1 14:12:45 2005 Hidetoshi NAGAI + + * 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. + Wed Aug 31 14:41:30 2005 NAKAMURA Usaku * win32/Makefile.sub (OPTFLAGS): default global optimization to -- cgit