aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-12-26 12:31:42 +0100
committerMartin Rudalics2013-12-26 12:31:42 +0100
commit0cbab19e6e5147fda4c89dcadd2826a35857b5ce (patch)
treea76904f11f07268a412df3037e8f677213e7baae /src/ChangeLog
parente76119d7542b19eb03f8d725480cbf98f7fa03d9 (diff)
downloademacs-0cbab19e6e5147fda4c89dcadd2826a35857b5ce.tar.gz
emacs-0cbab19e6e5147fda4c89dcadd2826a35857b5ce.zip
Some more tinkering with Bug#16051.
* window.c (resize_frame_windows): Don't let the size of the root window drop below the frame's default character size. Never ever delete any subwindows - let the window manager do the clipping. * w32fns.c (x_set_tool_bar_lines): Rewrite calculation of number of toolbar lines needed when they exceed the height of the root window. (unwind_create_frame_1): New function. (Fx_create_frame): Generally inhibit calling the window configuration change hook here. Remove extra call to change_frame_size - it's not needed when we don't run the configuration change hook.
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.