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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 930a33b277a..f1bdd150905 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-03-03 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * frame.c (adjust_frame_size): If the pixel sizes remain | ||
| 4 | unchanged but the number of lines or columns of the frame | ||
| 5 | changes, run `window--pixel-to-total' (Bug#19972). | ||
| 6 | (Qwindow_pixel_to_total): DEFSYM it. | ||
| 7 | |||
| 1 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | 8 | 2015-03-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 9 | ||
| 3 | * print.c (print_object): Print whether a finalizer has | 10 | * print.c (print_object): Print whether a finalizer has |