diff options
| author | Kan-Ru Chen | 2014-09-18 14:06:17 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2014-09-18 14:06:17 +0200 |
| commit | df2ead390d7d54cb6c368e3099fb910a182ac7af (patch) | |
| tree | c60a4615681342a56a4ee0725fa49751824cccf1 /lisp/ChangeLog | |
| parent | 534f1f7cb6b25f05472d59b6b4757cb345f29b8d (diff) | |
| download | emacs-df2ead390d7d54cb6c368e3099fb910a182ac7af.tar.gz emacs-df2ead390d7d54cb6c368e3099fb910a182ac7af.zip | |
Fix `fit-window-to-buffer' (Bug#18498).
* window.el (fit-window-to-buffer): When counting buffer width,
count the whole visible buffer. Correctly convert the body-height
to pixel size for window-text-pixel-size (Bug#18498).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b696eb61ab9..0a72fa4aa2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-18 Kan-Ru Chen <kanru@kanru.info> | ||
| 2 | |||
| 3 | * window.el (fit-window-to-buffer): When counting buffer width, | ||
| 4 | count the whole visible buffer. Correctly convert the body-height | ||
| 5 | to pixel size for window-text-pixel-size (Bug#18498). | ||
| 6 | |||
| 1 | 2014-09-14 Glenn Morris <rgm@gnu.org> | 7 | 2014-09-14 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * image.el (image-multi-frame-p): Fix thinko - do not force | 9 | * image.el (image-multi-frame-p): Fix thinko - do not force |