diff options
| author | Eli Zaretskii | 2010-10-16 18:14:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-10-16 18:14:16 +0200 |
| commit | d0010be502380e58590d6e771f7b1853b99897aa (patch) | |
| tree | e6c2207007f06a2406ad35cc1ed8ad8359eba1d8 /src/ChangeLog | |
| parent | d2038a612693faa218797ba5a8b39ce86ecbd675 (diff) | |
| download | emacs-d0010be502380e58590d6e771f7b1853b99897aa.tar.gz emacs-d0010be502380e58590d6e771f7b1853b99897aa.zip | |
Finished work on mouse highlight that comes from display strings.
Not tested yet.
xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
(mouse_face_from_string_pos): New function, replaces fast_find_string_pos.
(note_mouse_highlight): Call it instead of fast_find_string_pos.
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 5f6fed12620..04861f77082 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-10-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-10-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore. | ||
| 4 | (mouse_face_from_string_pos): New function, replaces | ||
| 5 | fast_find_string_pos. | ||
| 6 | (note_mouse_highlight): Call it instead of fast_find_string_pos. | ||
| 7 | |||
| 8 | 2010-10-16 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Support | 10 | * xdisp.c (note_mode_line_or_margin_highlight): Support |
| 4 | bidi-reordered strings and R2L glyph rows. Fix more comments. | 11 | bidi-reordered strings and R2L glyph rows. Fix more comments. |
| 5 | 12 | ||