diff options
| author | “Martin | 2014-11-22 17:59:59 +0100 |
|---|---|---|
| committer | “Martin | 2014-11-22 17:59:59 +0100 |
| commit | db67afbd8cbebcb16d9fdc0d4316c32f6cee5feb (patch) | |
| tree | 2d93e92898576586599fd10baf90f5e06c3819a1 /src/ChangeLog | |
| parent | 46035c64e6f3036c37ef2bd1636afc41a8d0e809 (diff) | |
| download | emacs-db67afbd8cbebcb16d9fdc0d4316c32f6cee5feb.tar.gz emacs-db67afbd8cbebcb16d9fdc0d4316c32f6cee5feb.zip | |
Don't shrink frame when using desktop-save-mode (Bug#19048).
* w32fns.c (x_set_tool_bar_lines): Always call
x_change_tool_bar_height (Bug#19048).
(x_change_tool_bar_height): Mark frame as garbaged since
adjust_frame_size might not have done that.
* xfns.c (x_set_tool_bar_lines): Always call
x_change_tool_bar_height (Bug#19048).
(x_change_tool_bar_height): Mark frame as garbaged since
adjust_frame_size might not have done that.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8c9c5afd69..0f1d0478447 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-11-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Don't shrink frame when using desktop-save-mode (Bug#19048). | ||
| 4 | * w32fns.c (x_set_tool_bar_lines): Always call | ||
| 5 | x_change_tool_bar_height (Bug#19048). | ||
| 6 | (x_change_tool_bar_height): Mark frame as garbaged since | ||
| 7 | adjust_frame_size might not have done that. | ||
| 8 | * xfns.c (x_set_tool_bar_lines): Always call | ||
| 9 | x_change_tool_bar_height (Bug#19048). | ||
| 10 | (x_change_tool_bar_height): Mark frame as garbaged since | ||
| 11 | adjust_frame_size might not have done that. | ||
| 12 | |||
| 1 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> | 13 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 14 | ||
| 3 | * xml.c (parse_region): Take care of new optional parameter | 15 | * xml.c (parse_region): Take care of new optional parameter |