From 7c7dc83918e6ade36cff63d2c99e7a30dfaa7246 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: http://svn.ruby-lang.org/repos/ruby/trunk@10461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b296561ae..5337c7e07 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