diff options
| author | Martin Rudalics | 2015-03-03 11:32:19 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-03-03 11:32:19 +0100 |
| commit | 1903e25c17a0dce03710143659c0fa9e9c6d6494 (patch) | |
| tree | 91d44d9ae771f4720de9e0775bd282637dbb3fbc /lisp/ChangeLog | |
| parent | 2cc23f170f920cbfc9df4c28bce6ca9d82c4e6cd (diff) | |
| download | emacs-1903e25c17a0dce03710143659c0fa9e9c6d6494.tar.gz emacs-1903e25c17a0dce03710143659c0fa9e9c6d6494.zip | |
Fix calculation of total window sizes after font size changes (Bug#19972).
* frame.c (adjust_frame_size): If the pixel sizes remain
unchanged but the number of lines or columns of the frame
changes, run `window--pixel-to-total' (Bug#19972).
(Qwindow_pixel_to_total): DEFSYM it.
* window.el (window--dump-frame): For pixel height return total
number of frame's lines.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aae09fda38f..16206e2b6e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-03 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (window--dump-frame): For pixel height return total | ||
| 4 | number of frame's lines. | ||
| 5 | |||
| 1 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | 6 | 2015-03-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun. | 8 | * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun. |