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 | 7c86f44283b5b88123651ed550268d646d9d657b (patch) | |
| tree | 577835e82903eb19d713f91c830ef62bd6e08f40 /ChangeLog | |
| parent | a121a94e2f988fee15fbe145e2a52346ecbc1599 (diff) | |
| download | ruby-7c86f44283b5b88123651ed550268d646d9d657b.tar.gz ruby-7c86f44283b5b88123651ed550268d646d9d657b.tar.xz ruby-7c86f44283b5b88123651ed550268d646d9d657b.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/branches/ruby_1_8@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): |
