diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-21 20:45:27 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-21 20:45:27 +0000 |
| commit | 3da285816949ea796deffb2f15abae9b8d0d1ae8 (patch) | |
| tree | 32d75a053657af1e0fd7d0b50956b5e55cdd4e93 /ChangeLog | |
| parent | 813de4b34502b103d749f7305413504e6d8e651c (diff) | |
| download | ruby-3da285816949ea796deffb2f15abae9b8d0d1ae8.tar.gz ruby-3da285816949ea796deffb2f15abae9b8d0d1ae8.tar.xz ruby-3da285816949ea796deffb2f15abae9b8d0d1ae8.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat May 22 05:37:11 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * 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 <dave@pragprog.com> * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_parameters): |
