aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-26 17:42:08 +0200
committerEli Zaretskii2014-10-26 17:42:08 +0200
commit475e766a94eddad2419474aa9c4c38ff278af2f7 (patch)
tree3c41e8a6235f690ed1d6762882cb56217da339b5 /src/ChangeLog
parent73fd041d910f737746b952f2845fbf419f6ab0d3 (diff)
downloademacs-475e766a94eddad2419474aa9c4c38ff278af2f7.tar.gz
emacs-475e766a94eddad2419474aa9c4c38ff278af2f7.zip
Fix bug #18839 with incorrect image size returned by posn-at-point.
src/dispnew.c (buffer_posn_from_coords): Use WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to account for the header-line height.
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 28af5026928..da3e4d682d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-10-26 Eli Zaretskii <eliz@gnu.org>
2
3 * dispnew.c (buffer_posn_from_coords): Use
4 WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to
5 account for the header-line height. (Bug#18839)
6
12014-10-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72014-10-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. 9 * xdisp.c (draw_glyphs): Set clipping to highlight boundaries.