diff options
| author | Jan Djärv | 2004-10-31 15:11:31 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-31 15:11:31 +0000 |
| commit | 12e6566a256a5c18a018645e6cbd461eb8662e62 (patch) | |
| tree | 4bdaef28c6d1960bcbfee5a16ff220aee5caa199 /src/ChangeLog | |
| parent | fcdb28b473b74bd2a2d79675280764d3abde0659 (diff) | |
| download | emacs-12e6566a256a5c18a018645e6cbd461eb8662e62.tar.gz emacs-12e6566a256a5c18a018645e6cbd461eb8662e62.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8de855df2e3..76a6676a0cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 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 | * 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. | ||
| 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 | ||