diff options
| author | Eli Zaretskii | 2013-12-23 18:36:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-23 18:36:34 +0200 |
| commit | 0db7548bea067f74998d8219d524220d8ff1269b (patch) | |
| tree | b503a5b286574bde4ac25845c33f1d760a6f512d /src/ChangeLog | |
| parent | 4157ea7faf2815b8903a981f6375af529c7047ae (diff) | |
| download | emacs-0db7548bea067f74998d8219d524220d8ff1269b.tar.gz emacs-0db7548bea067f74998d8219d524220d8ff1269b.zip | |
Fix most of bug #16051 with redisplay loops when resizing tool-bar.
src/xdisp.c (tool_bar_height): Use WINDOW_PIXEL_WIDTH to set up the
iterator X limits, not FRAME_TOTAL_COLS, for consistency with what
redisplay_tool_bar does. Improve and fix commentary.
(hscroll_window_tree): Don't assume w->cursor.vpos is within the
limits of the glyph matrices.
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 04b4cab3ddb..e1df65bbfe8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-12-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (tool_bar_height): Use WINDOW_PIXEL_WIDTH to set up the | ||
| 4 | iterator X limits, not FRAME_TOTAL_COLS, for consistency with what | ||
| 5 | redisplay_tool_bar does. Improve and fix commentary. | ||
| 6 | (hscroll_window_tree): Don't assume w->cursor.vpos is within the | ||
| 7 | limits of the glyph matrices. (Bug#16051) | ||
| 8 | |||
| 1 | 2013-12-23 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2013-12-23 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * conf_post.h: Use unsigned it for bool_bf if GNUSTEP (Bug#16210). | 11 | * conf_post.h: Use unsigned it for bool_bf if GNUSTEP (Bug#16210). |