Mercurial > emacs
changeset 75039:3acb94c294b1
*** empty log message ***
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 02 Jan 2007 16:48:35 +0000 |
parents | 9ce2dfd4d7ee |
children | 37202e2fc35f |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 02 11:28:50 2007 +0000 +++ b/src/ChangeLog Tue Jan 02 16:48:35 2007 +0000 @@ -1,3 +1,15 @@ +2007-01-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and + unhighlight_id. + + * gtkutil.c (menuitem_highlight_callback): Invoked widget is the + parent of the menu item. Get menu item widget from event. + (xg_create_one_menuitem, xg_update_menu_item): highlight_id and + unhighlight_id has been removed. + (create_menus): Connect enter/leave-notify-event to the menu instead + of individual items. + 2006-12-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with