aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9be8ee136e4..d015326e5ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12014-01-10 Martin Rudalics <rudalics@gmx.at>
2
3 Fix handling of internal borders (Bug#16348).
4 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Remove
5 internal border width from pixel width of windows.
6 (change_frame_size_1): Don't return early when frame's pixel
7 size changes - we still have to record the new sizes in the
8 frame structure.
9 * w32fns.c (x_set_tool_bar_lines): Clear internal border width
10 also when toolbar gets larger.
11 * window.c (check_frame_size): Include internal_border_width in
12 check.
13 * xdisp.c (Ftool_bar_height): Fix doc-string typo.
14 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): In
15 non-toolkit/non-GTK version clear internal border.
16 * xterm.c (x_clear_under_internal_border): New function for
17 non-toolkit/non-GTK version.
18 (x_after_update_window_line): In non-toolkit/non-GTK version
19 don't do that.
20 (handle_one_xevent, x_set_window_size): Call
21 x_clear_under_internal_border in non-toolkit/non-GTK version.
22 * xterm.h (x_clear_under_internal_border): Extern it.
23
12014-01-07 Paul Eggert <eggert@cs.ucla.edu> 242014-01-07 Paul Eggert <eggert@cs.ucla.edu>
2 25
3 Fix misdisplay of interlaced GIFs with libgif5 (Bug#16372). 26 Fix misdisplay of interlaced GIFs with libgif5 (Bug#16372).