diff options
| author | Martin Rudalics | 2014-03-14 11:38:46 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-14 11:38:46 +0100 |
| commit | cfd5e825ae51150889b3a5d1b46d617cdab85b23 (patch) | |
| tree | 8ba3f46a76a4a0ebb83f3ca7a37d66142ae265d3 /src/ChangeLog | |
| parent | 56759cf12aeea9a51020ad19784d6ca6c55ab36e (diff) | |
| download | emacs-cfd5e825ae51150889b3a5d1b46d617cdab85b23.tar.gz emacs-cfd5e825ae51150889b3a5d1b46d617cdab85b23.zip | |
Document pixelwise frame resizing and fix related bug on Windows.
* w32term.c (x_set_window_size): When frame-resize-pixelwise is
nil, always resize character wise to avoid potential loss of the
mode line (Bug#16923 related).
* display.texi (Temporary Displays): Say that
with-temp-buffer-window makes its buffer current.
* frames.texi (Size and Position): Describe new option
`frame-resize-pixelwise'. Rewrite descriptions of
`set-frame-size', `set-frame-height' and `set-frame-width'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 013409ff406..0512b0d9b68 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-14 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * w32term.c (x_set_window_size): When frame-resize-pixelwise is | ||
| 4 | nil, always resize character wise to avoid potential loss of the | ||
| 5 | mode line (Bug#16923 related). | ||
| 6 | |||
| 1 | 2014-03-12 Martin Rudalics <rudalics@gmx.at> | 7 | 2014-03-12 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * frame.c (x_set_frame_parameters): Always calculate new sizes | 9 | * frame.c (x_set_frame_parameters): Always calculate new sizes |