Mercurial > emacs
diff src/ChangeLog @ 58168:ab22e6ae6fac
* xmenu.c (x_menu_wait_for_event): New function.
(popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
to handle timers.
(xmenu_show): Call XMenuActivateSetWaitFunction so that
x_menu_wait_for_event is called by XMenuActivate.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Fri, 12 Nov 2004 08:33:51 +0000 |
| parents | 6f1bde62e20e |
| children | 611113427737 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 12 08:28:57 2004 +0000 +++ b/src/ChangeLog Fri Nov 12 08:33:51 2004 +0000 @@ -1,3 +1,11 @@ +2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xmenu.c (x_menu_wait_for_event): New function. + (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event + to handle timers. + (xmenu_show): Call XMenuActivateSetWaitFunction so that + x_menu_wait_for_event is called by XMenuActivate. + 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
