diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-01-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 11 | 2004-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 |