aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-01-13 12:30:30 +0100
committerMartin Rudalics2014-01-13 12:30:30 +0100
commita3f2bf1b86895ef5ab609abd789c70b3d59b49be (patch)
tree71bd5f47b575f1fd625aac17aa99051327d5242e /src/ChangeLog
parentd791cc3bc2781435f7b54fb9b45c690c7e4e0ee6 (diff)
downloademacs-a3f2bf1b86895ef5ab609abd789c70b3d59b49be.tar.gz
emacs-a3f2bf1b86895ef5ab609abd789c70b3d59b49be.zip
Fix bug when resizing mini window (Bug#16424).
* xdisp.c (resize_mini_window): Round height to a multiple of frame's line height. Fix bug in calculation of window start position (Bug#16424).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 381a3fe7869..950d4a34b12 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-01-13 Martin Rudalics <rudalics@gmx.at>
2
3 * xdisp.c (resize_mini_window): Round height to a multiple of
4 frame's line height. Fix bug in calculation of window start
5 position (Bug#16424).
6
12014-01-13 Jan Djärv <jan.h.d@swipnet.se> 72014-01-13 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * macfont.m: Include termchar.h. 9 * macfont.m: Include termchar.h.