From 188bc1dec312d9bc1db029983b2fe88b52aa2357 Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 8 Sep 2004 06:23:41 +0000 Subject: * 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/branches/ruby_1_8@6871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e406d7b4..8d3c17c3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI + + * 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 + Mon Sep 6 11:08:50 2004 Hirokazu Yamamoto * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method -- cgit