Document pixelwise frame resizing and fix related bug on Windows.
authorMartin Rudalics <rudalics@gmx.at>
Fri, 14 Mar 2014 10:38:46 +0000 (11:38 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 14 Mar 2014 10:38:46 +0000 (11:38 +0100)
commitcfd5e825ae51150889b3a5d1b46d617cdab85b23
tree8ba3f46a76a4a0ebb83f3ca7a37d66142ae265d3
parent56759cf12aeea9a51020ad19784d6ca6c55ab36e
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'.
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/frames.texi
src/ChangeLog
src/w32term.c