comparison src/ChangeLog @ 57813:6cc2262110d2

* xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to tool_bar_items and assign the result to f->tool_bar_items if not equal. Move BLOCK/UNBLOCK_INPUT from around call to tool_bar_items to assignment of result.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 31 Oct 2004 15:11:31 +0000
parents 938845bec845
children 1f473607c4a9
comparison
equal deleted inserted replaced
57812:938845bec845 57813:6cc2262110d2
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
3 * 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
5 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
6 tool_bar_items to assignment of result.
2 7
3 * atimer.c (alarm_signal_handler): Do not call set_alarm if 8 * atimer.c (alarm_signal_handler): Do not call set_alarm if
4 pending_atmers is non-zero. 9 pending_atmers is non-zero.
5 10
6 2004-10-31 Kim F. Storm <storm@cua.dk> 11 2004-10-31 Kim F. Storm <storm@cua.dk>