aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5474fcc55b..85a55b2b7c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-08-19 Eli Zaretskii <eliz@gnu.org> 12011-08-19 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
4 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
5 from an Org mode buffer to a Speedbar frame.
6
3 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from 7 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
4 a composition, take its buffer position from IT->cmp_it.charpos. 8 a composition, take its buffer position from IT->cmp_it.charpos.
5 Fixes cursor positioning at the beginning of a line that begins 9 Fixes cursor positioning at the beginning of a line that begins