diff options
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 |