diff options
| author | Jan Djärv | 2004-10-31 15:29:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-31 15:29:04 +0000 |
| commit | 495ef86be2c07050a83606ccc476fc3a2cf6479f (patch) | |
| tree | 19819da873d1e5e6fbac0754b8421ac3bdbfc3b7 /src/ChangeLog | |
| parent | 12e6566a256a5c18a018645e6cbd461eb8662e62 (diff) | |
| download | emacs-495ef86be2c07050a83606ccc476fc3a2cf6479f.tar.gz emacs-495ef86be2c07050a83606ccc476fc3a2cf6479f.zip | |
* xmenu.c: Add prototypes for forward function declarations.
(popup_get_selection): Remove parameter do_timers, remove call to
timer_check.
(create_and_show_popup_menu, create_and_show_dialog): Remove
parameter do_timers from call to popup_get_selection.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76a6676a0cf..77f6f2d073f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2004-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * xmenu.c: Add prototypes for forward function declarations. | ||
| 4 | (popup_get_selection): Remove parameter do_timers, remove call to | ||
| 5 | timer_check. | ||
| 6 | (create_and_show_popup_menu, create_and_show_dialog): Remove | ||
| 7 | parameter do_timers from call to popup_get_selection. | ||
| 8 | |||
| 3 | * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to | 9 | * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to |
| 4 | tool_bar_items and assign the result to f->tool_bar_items if | 10 | tool_bar_items and assign the result to f->tool_bar_items if |
| 5 | not equal. Move BLOCK/UNBLOCK_INPUT from around call to | 11 | not equal. Move BLOCK/UNBLOCK_INPUT from around call to |