diff options
| author | Eli Zaretskii | 2011-11-01 20:57:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-01 20:57:03 +0200 |
| commit | bc17a887d1df07f5a75287ff7d551d548e10f387 (patch) | |
| tree | fcb7d3b33e23a4fbfaa95c2e59e732a9766d8512 /src/ChangeLog | |
| parent | 4ee88440781304fc7003d51e363c3e3a5cc2e8fd (diff) | |
| download | emacs-bc17a887d1df07f5a75287ff7d551d548e10f387.tar.gz emacs-bc17a887d1df07f5a75287ff7d551d548e10f387.zip | |
Fix mouse highlight in continued lines on a TTY.
src/xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
Don't stop backward scan on the continuation glyph, even though
its CHARPOS is positive.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37635555a0f..d27a8625407 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. | ||
| 4 | Don't stop backward scan on the continuation glyph, even though | ||
| 5 | its CHARPOS is positive. | ||
| 6 | |||
| 1 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.c (temp_output_buffer_show): Don't use | 9 | * window.c (temp_output_buffer_show): Don't use |