From 3da285816949ea796deffb2f15abae9b8d0d1ae8 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 21 May 2004 20:45:27 +0000 Subject: * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsend * ext/tk/lib/tk.rb, ext/tk/lib/tk/*.rb : replace obj.send() -> obj.__send__() * ext/tk/lib/remote-tk.rb: add a new library which create an object to control a Tk interpreter on the other process git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0bb25961..200765627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 22 05:37:11 2004 Hidetoshi NAGAI + + * ext/tk/lib/remote-tk.rb: (NEW library) controll Tk interpreters + on the other processes by Tcl/Tk's 'send' command + Fri May 21 09:22:05 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_parameters): -- cgit