diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-08 06:23:41 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-08 06:23:41 +0000 |
| commit | 1d3fa4531991d8e2a7c4f698f4988e1f75d56b9b (patch) | |
| tree | c50e8744a4c5ee877f4740dbb6f796b3f449e5aa /ChangeLog | |
| parent | 4a962c6c911714be5ec6e8c877c4c01409ac80ef (diff) | |
| download | ruby-1d3fa4531991d8e2a7c4f698f4988e1f75d56b9b.tar.gz ruby-1d3fa4531991d8e2a7c4f698f4988e1f75d56b9b.tar.xz ruby-1d3fa4531991d8e2a7c4f698f4988e1f75d56b9b.zip | |
* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
* ext/tk/lib/multi-tk.rb: improve 'exit' operation, security check, and error treatment
* ext/tk/lib/multi-tk.rb: allow a trusted slave IP to create slave IPs.
* ext/tk/lib/tk/listbox.rb: add TkListbox#value, value=, clear, and erase
* ext/tk/lib/tk/text.rb: add TkText#clear and erase
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4 + + * ext/tk/lib/multi-tk.rb: improve 'exit' operation, security check, + and error treatment + + * ext/tk/lib/multi-tk.rb: allow a trusted slave IP to create slave IPs + + * ext/tk/lib/tk/listbox.rb: add TkListbox#value, value=, clear, and + erase + + * ext/tk/lib/tk/text.rb: add TkText#clear and erase + Tue Sep 7 12:48:22 2004 NAKAMURA Usaku <usa@ruby-lang.org> * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. |
