diff options
| author | Eli Zaretskii | 2012-01-09 22:45:49 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-09 22:45:49 +0200 |
| commit | a0db8d43d73d107fd786f01eb70547e16b62fb8f (patch) | |
| tree | 77a5f9b4e49af00efd42207e4103500f88500d05 /src/ChangeLog | |
| parent | 7655cb66d86564e792b825f1a0e1a4de7d6e6db5 (diff) | |
| download | emacs-a0db8d43d73d107fd786f01eb70547e16b62fb8f.tar.gz emacs-a0db8d43d73d107fd786f01eb70547e16b62fb8f.zip | |
Fix bug #10464 with mouse highlight of display strings.
src/xdisp.c (rows_from_pos_range): Accept additional argument
DISP_STRING, and accept any glyph in a row whose object is that
string as eligible for mouse highlight. Fixes mouse highlight of
display strings from overlays.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ef11faea19..9af9b88feef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (rows_from_pos_range): Accept additional argument | ||
| 4 | DISP_STRING, and accept any glyph in a row whose object is that | ||
| 5 | string as eligible for mouse highlight. Fixes mouse highlight of | ||
| 6 | display strings from overlays. (Bug#10464) | ||
| 7 | |||
| 1 | 2012-01-07 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-01-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | emacs: fix an auto-save permissions race condition (Bug#10400) | 10 | emacs: fix an auto-save permissions race condition (Bug#10400) |