diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f66e82bfc6..b680abe8d4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,8 +3,13 @@ | |||
| 3 | * xmenu.c (x_menu_wait_for_event): New function. | 3 | * xmenu.c (x_menu_wait_for_event): New function. |
| 4 | (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event | 4 | (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event |
| 5 | to handle timers. | 5 | to handle timers. |
| 6 | (popup_widget_loop): Add argument do_timers. | ||
| 7 | (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for | ||
| 8 | do_timers to popup_widget_loop. | ||
| 6 | (xmenu_show): Call XMenuActivateSetWaitFunction so that | 9 | (xmenu_show): Call XMenuActivateSetWaitFunction so that |
| 7 | x_menu_wait_for_event is called by XMenuActivate. | 10 | x_menu_wait_for_event is called by XMenuActivate. |
| 11 | (create_and_show_popup_menu): Pass 1 for do_timers to | ||
| 12 | popup_get_selection. | ||
| 8 | 13 | ||
| 9 | 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 10 | 15 | ||