From e24f4334ea0cea9ca3fb1f6f072a4fd6addc9183 Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 15 Jun 2005 09:30:54 +0000 Subject: * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3] * ext/tk/tk/namespace.rb: support "namespace path" sub-command and 'namespace ensemble' sub-command. [for Tcl/Tk8.5a3] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55bf1ff09..5bc2f9941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 15 18:26:39 2005 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: support "tk inactive" sub-command [for Tcl/Tk8.5a3] + + * ext/tk/lib/tk/namespace.rb: support "namespace path" sub-command and + 'namespace ensemble' sub-command [for Tcl/Tk8.5a3] + Tue Jun 14 02:02:43 2005 Hidetoshi NAGAI * ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) & -- cgit