aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-02 19:42:53 +0200
committerEli Zaretskii2010-10-02 19:42:53 +0200
commite1291a3605edf76f414c7f2919b02d714d41e827 (patch)
treea78fb8f4c5420effad9c5525f091be370481cce4 /src/ChangeLog
parent1f382a02c1ca5043c2b2cbaca314578da98af24c (diff)
downloademacs-e1291a3605edf76f414c7f2919b02d714d41e827.tar.gz
emacs-e1291a3605edf76f414c7f2919b02d714d41e827.zip
Fix beg_col calculation when painting from window start.
xdisp.c (mouse_face_from_buffer_pos): Don't compute beg_col if already decided to paint from beginning of window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61afecff203..25649a1a83b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,7 +12,8 @@
12 (mouse_face_from_buffer_pos): Rewrite to not assume that 12 (mouse_face_from_buffer_pos): Rewrite to not assume that
13 START_CHARPOS is always in mouse_face_beg_row. If necessary, swap 13 START_CHARPOS is always in mouse_face_beg_row. If necessary, swap
14 mouse_face_beg_row and mouse_face_end_row so that the former is 14 mouse_face_beg_row and mouse_face_end_row so that the former is
15 always above the latter or identical to it. 15 always above the latter or identical to it. Don't compute beg_col
16 if already decided to paint from beginning of window.
16 17
172010-08-28 Eli Zaretskii <eliz@gnu.org> 182010-08-28 Eli Zaretskii <eliz@gnu.org>
18 19