aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-23 21:24:25 +0200
committerEli Zaretskii2013-12-23 21:24:25 +0200
commitcdcec25959e82297a2af58073084d45f353aefb7 (patch)
tree846e3ba170cc3caa3df30d353c6d94c2c1da336d /src/ChangeLog
parent631357625658a08121b441d45da697f18780c85e (diff)
downloademacs-cdcec25959e82297a2af58073084d45f353aefb7.tar.gz
emacs-cdcec25959e82297a2af58073084d45f353aefb7.zip
Last portion of fix for bug #16051 with redisplay loops.
src/xdisp.c (redisplay_tool_bar): Modify the tool-bar-lines frame parameter only when the new size is different from the old one, and the new size can be achieved given the frame height.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1df65bbfe8..818ff2784be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 redisplay_tool_bar does. Improve and fix commentary. 5 redisplay_tool_bar does. Improve and fix commentary.
6 (hscroll_window_tree): Don't assume w->cursor.vpos is within the 6 (hscroll_window_tree): Don't assume w->cursor.vpos is within the
7 limits of the glyph matrices. (Bug#16051) 7 limits of the glyph matrices. (Bug#16051)
8 (redisplay_tool_bar): Modify the tool-bar-lines frame parameter
9 only when the new size is different from the old one, and the new
10 size can be achieved given the frame height.
8 11
92013-12-23 Jan Djärv <jan.h.d@swipnet.se> 122013-12-23 Jan Djärv <jan.h.d@swipnet.se>
10 13