diff options
| author | Jan Djärv | 2004-11-14 10:55:45 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-11-14 10:55:45 +0000 |
| commit | a130b9017fde7be1abfcab3bd2b74ab0b50bf1a5 (patch) | |
| tree | ccd5acfb0cb1ebf7fa96475a5a20650b0a680b25 /src/ChangeLog | |
| parent | 24ca7c5a6fba97df0e29f3de6dd7d5e16b028bf2 (diff) | |
| download | emacs-a130b9017fde7be1abfcab3bd2b74ab0b50bf1a5.tar.gz emacs-a130b9017fde7be1abfcab3bd2b74ab0b50bf1a5.zip | |
* xmenu.c (pop_down_menu): Remove global variable current_menu,
extract pointer from arg with XSAVE_VALUE.
(create_and_show_popup_menu, create_and_show_dialog,
xmenu_show): Construct arg to record_unwind_protect with
make_save_value.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfd3aac6c48..7977fd9c9a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xmenu.c (pop_down_menu): Remove global variable current_menu, | ||
| 4 | extract pointer from arg with XSAVE_VALUE. | ||
| 5 | (create_and_show_popup_menu, create_and_show_dialog, | ||
| 6 | xmenu_show): Construct arg to record_unwind_protect with | ||
| 7 | make_save_value. | ||
| 8 | |||
| 1 | 2004-11-13 Richard M. Stallman <rms@gnu.org> | 9 | 2004-11-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (reseat_at_previous_visible_line_start): No longer static. | 11 | * xdisp.c (reseat_at_previous_visible_line_start): No longer static. |