comparison src/ChangeLog @ 56846:5817080daeba

* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings. Call ENCODE_MENU_STRING for top level menu names. * gtkutil.h (_widget_value): Added lname and lkey.
author Jan Dj?rv <jan.h.d@swipnet.se>
date Mon, 30 Aug 2004 19:42:53 +0000
parents 6bd9ebab1440
children 6079dd23b546
comparison
equal deleted inserted replaced
56845:8a28788cef84 56846:5817080daeba
1 2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
4 instead of name and key.
5 (update_submenu_strings): New function.
6 (set_frame_menubar): Remove call to inhibit_garbage_collection,
7 call update_submenu_strings. Call ENCODE_MENU_STRING for top level
8 menu names.
9
10 * gtkutil.h (_widget_value): Added lname and lkey.
11
1 2004-08-30 Steven Tamm <steventamm@mac.com> 12 2004-08-30 Steven Tamm <steventamm@mac.com>
2 13
3 * macmenu.c (mac_menu_show): Remove shadowing of menu variable 14 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
4 by using different names for inner loop variables. 15 by using different names for inner loop variables.
5 16