aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-11-12 13:47:13 +0000
committerKim F. Storm2004-11-12 13:47:13 +0000
commitb9de078aa68bc403b9da6c801cdbd37eb77af44a (patch)
tree865e869ab7a4fd4cdce3c939cd59e0e6f5f244d1 /src/ChangeLog
parentf1d1cd24db8ab975bbe9bf0c4260bd8025e8bd75 (diff)
downloademacs-b9de078aa68bc403b9da6c801cdbd37eb77af44a.tar.gz
emacs-b9de078aa68bc403b9da6c801cdbd37eb77af44a.zip
(pop_down_menu): Return nil.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 89002eaadd1..43283cc83e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-11-12 Kim F. Storm <storm@cua.dk>
2
3 * xmenu.c (pop_down_menu): Return nil.
4
12004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * xmenu.c (x_menu_wait_for_event): New function. 7 * xmenu.c (x_menu_wait_for_event): New function.
@@ -8,7 +12,7 @@
8 do_timers to popup_widget_loop. 12 do_timers to popup_widget_loop.
9 (xmenu_show): Call XMenuActivateSetWaitFunction so that 13 (xmenu_show): Call XMenuActivateSetWaitFunction so that
10 x_menu_wait_for_event is called by XMenuActivate. 14 x_menu_wait_for_event is called by XMenuActivate.
11 (create_and_show_popup_menu): Pass 1 for do_timers to 15 (create_and_show_popup_menu): Pass 1 for do_timers to
12 popup_get_selection. 16 popup_get_selection.
13 (pop_down_menu): New function. 17 (pop_down_menu): New function.
14 (popup_get_selection, popup_widget_loop): Unwind protect to 18 (popup_get_selection, popup_widget_loop): Unwind protect to