From c47bf50af77734b6e43a02486d2bf779bc80e19e Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 3 Jul 2006 10:08:11 +0000 Subject: * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu widget embeddable (pack, grid, and so on) like as a general widget. However, an embeddable menu may require to be definied some event bindings for general use. * ext/tk/lib/tk/event.rb: [bug fix] Tk.callback_break and Tk.callback_continue don't work on MultiTkIp. * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/tk.rb: lack of Tk.callback_return. * ext/tk/lib/tk/menu.rb: improve creating clone menus. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da0a5d5b1f..97c1fabd7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Jul 3 19:04:38 2006 Hidetoshi NAGAI + + * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu + widget embeddable (pack, grid, and so on) like as a general widget. + However, an embeddable menu may require to be definied some event + bindings for general use. + + * ext/tk/lib/tk/event.rb: [bug fix] Tk.callback_break and + Tk.callback_continue don't work on MultiTkIp. + + * ext/tk/lib/multi-tk.rb: ditto. + + * ext/tk/lib/tk.rb: lack of Tk.callback_return. + + * ext/tk/lib/tk/menu.rb: improve creating clone menus. + Mon Jul 3 14:42:06 2006 Nobuyoshi Nakada * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion -- cgit v1.2.3