diff options
| author | Martin Rudalics | 2013-12-26 12:31:42 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-26 12:31:42 +0100 |
| commit | 0cbab19e6e5147fda4c89dcadd2826a35857b5ce (patch) | |
| tree | a76904f11f07268a412df3037e8f677213e7baae /src/ChangeLog | |
| parent | e76119d7542b19eb03f8d725480cbf98f7fa03d9 (diff) | |
| download | emacs-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/ChangeLog | 17 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-12-26 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-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. |