From 3f3eeec54d7f1af92d1ff5cbfb60d59607bbe6d6 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 26 Apr 2005 14:00:20 +0000 Subject: * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown" command when can't get information of target command. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 424a37b9d..f86afa6f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 26 22:58:00 2005 Hidetoshi NAGAI + + * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown" + command when can't get information of target command. + Mon Apr 25 13:54:55 2005 speakillof * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were -- cgit