aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-03-14 11:38:46 +0100
committerMartin Rudalics2014-03-14 11:38:46 +0100
commitcfd5e825ae51150889b3a5d1b46d617cdab85b23 (patch)
tree8ba3f46a76a4a0ebb83f3ca7a37d66142ae265d3 /doc/lispref/ChangeLog
parent56759cf12aeea9a51020ad19784d6ca6c55ab36e (diff)
downloademacs-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 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 274d9fa4fea..047a7c6f3b7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,11 @@
12014-03-14 Martin Rudalics <rudalics@gmx.at>
2
3 * display.texi (Temporary Displays): Say that
4 with-temp-buffer-window makes its buffer current.
5 * frames.texi (Size and Position): Describe new option
6 `frame-resize-pixelwise'. Rewrite descriptions of
7 `set-frame-size', `set-frame-height' and `set-frame-width'.
8
12014-03-09 Martin Rudalics <rudalics@gmx.at> 92014-03-09 Martin Rudalics <rudalics@gmx.at>
2 10
3 * elisp.texi (Top): Rename section "Width" to "Size of Displayed 11 * elisp.texi (Top): Rename section "Width" to "Size of Displayed