diff options
| author | Eli Zaretskii | 2010-11-02 21:35:12 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-02 21:35:12 +0200 |
| commit | cf482c50792a60e9fa015f4cb95a8ff1cbb5e108 (patch) | |
| tree | 3be1a1a03a80c3b68ba1c10df1ca386132014f9c /src/ChangeLog | |
| parent | 34574c0221167dd73b20cd645e240316e83dd6f8 (diff) | |
| download | emacs-cf482c50792a60e9fa015f4cb95a8ff1cbb5e108.tar.gz emacs-cf482c50792a60e9fa015f4cb95a8ff1cbb5e108.zip | |
Reflect mouse-highlight redesign in term.c
term.c: Remove static mouse_face_* variables. All users changed.
(term_show_mouse_face, term_clear_mouse_face)
(fast_find_position, term_mouse_highlight): Functions deleted.
(tty_draw_row_with_mouse_face): New function.
(term_mouse_movement): Call note_mouse_highlight instead of
term_mouse_highlight.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 43167c12a63..0e9d549e54a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * term.c: Remove static mouse_face_* variables. All users | ||
| 4 | changed. | ||
| 5 | (term_show_mouse_face, term_clear_mouse_face) | ||
| 6 | (fast_find_position, term_mouse_highlight): Functions deleted. | ||
| 7 | (tty_draw_row_with_mouse_face): New function. | ||
| 8 | (term_mouse_movement): Call note_mouse_highlight instead of | ||
| 9 | term_mouse_highlight. | ||
| 10 | |||
| 1 | 2010-11-01 Eli Zaretskii <eliz@gnu.org> | 11 | 2010-11-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * msdos.c (dos_set_window_size, draw_row_with_mouse_face) | 13 | * msdos.c (dos_set_window_size, draw_row_with_mouse_face) |