From 9138b29822aa326e23bb948ec3f25faa001702ef 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ab1da53ae..dfeb28fa68 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:43:15 2005 NAKAMURA Usaku * win32/Makefile.sub (OPTFLAGS): default global optimization to -- cgit v1.2.3