aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 70df9cd3641..053a498392c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12013-12-26 Martin Rudalics <rudalics@gmx.at>
2
3 Some more tinkering with Bug#16051.
4 * window.c (resize_frame_windows): Don't let the size of the
5 root window drop below the frame's default character size.
6 Never ever delete any subwindows - let the window manager do the
7 clipping.
8
9 * w32fns.c (x_set_tool_bar_lines): Rewrite calculation of number
10 of toolbar lines needed when they exceed the height of the root
11 window.
12 (unwind_create_frame_1): New function.
13 (Fx_create_frame): Generally inhibit calling the window
14 configuration change hook here. Remove extra call to
15 change_frame_size - it's not needed when we don't run the
16 configuration change hook.
17
12013-12-26 Paul Eggert <eggert@cs.ucla.edu> 182013-12-26 Paul Eggert <eggert@cs.ucla.edu>
2 19
3 Fix core dumps with gcc -fsanitize=address and GNU/Linux. 20 Fix core dumps with gcc -fsanitize=address and GNU/Linux.