aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-01-12 01:46:49 +0000
committerJan Djärv2004-01-12 01:46:49 +0000
commit66070bd113a6a6f7397fb0af264495c5daaea43c (patch)
tree98f2c529399de75a98afbffd8bc0d685e59316e0 /src/ChangeLog
parent244c93fe5767497dd45bb3d3ad22a9c72ccc2d5b (diff)
downloademacs-66070bd113a6a6f7397fb0af264495c5daaea43c.tar.gz
emacs-66070bd113a6a6f7397fb0af264495c5daaea43c.zip
* xmenu.c (popup_get_selection): Check new parameter down_on_keypress
if a key press should pop down. Only pop down if a key is pressed outside the menu/dialog. (create_and_show_popup_menu): Pass 0 for down_on_keypress to popup_get_selection. (create_and_show_dialog): Pass 1 for down_on_keypress to popup_get_selection.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b6160fb5eb..9c21defd658 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12004-01-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
4 if a key press should pop down. Only pop down if a key is pressed
5 outside the menu/dialog.
6 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
7 popup_get_selection.
8 (create_and_show_dialog): Pass 1 for down_on_keypress to
9 popup_get_selection.
10
12004-01-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 112004-01-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 12
3 * alloc.c (allocate_vectorlike): Surround calls to mallopt with 13 * alloc.c (allocate_vectorlike): Surround calls to mallopt with