diff options
| author | Eli Zaretskii | 2011-08-19 14:30:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-19 14:30:29 +0300 |
| commit | 823564e519dd1f3e81a79949e1abc033c9e7c0a5 (patch) | |
| tree | 78a8db3f551b4d3f9c7219f00350c0c5e834d642 /src/ChangeLog | |
| parent | 54a1215bccc20584285799c015a81f668b266bbc (diff) | |
| download | emacs-823564e519dd1f3e81a79949e1abc033c9e7c0a5.tar.gz emacs-823564e519dd1f3e81a79949e1abc033c9e7c0a5.zip | |
Avoid a crash in mouse-highlight of Speedbar frames.
src/xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
from an Org mode buffer to a Speedbar frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2011-08-19 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-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 |