diff options
| author | Eli Zaretskii | 2010-11-05 12:03:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-05 12:03:17 +0200 |
| commit | 28118eb6e58a8461e2deef53b68fea513eaef825 (patch) | |
| tree | 657015742b2f15fd87145c8929db1cfe63a0e481 /src/ChangeLog | |
| parent | cf482c50792a60e9fa015f4cb95a8ff1cbb5e108 (diff) | |
| download | emacs-28118eb6e58a8461e2deef53b68fea513eaef825.tar.gz emacs-28118eb6e58a8461e2deef53b68fea513eaef825.zip | |
Cleanup fallout from redesigning mouse highlight.
dispextern.h (tty_draw_row_with_mouse_face): Add prototype.
xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS.
Call tty_draw_row_with_mouse_face on MSDOS as well.
msdos.c (tty_draw_row_with_mouse_face): Renamed from
draw_row_with_mouse_face. Make the argument list identical to the
GPM implementation.
msdos.h (Display_Info): Restore typedef.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e9d549e54a..db3582db7bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (tty_draw_row_with_mouse_face): Add prototype. | ||
| 4 | |||
| 5 | * xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS. | ||
| 6 | Call tty_draw_row_with_mouse_face on MSDOS as well. | ||
| 7 | |||
| 8 | * msdos.c (tty_draw_row_with_mouse_face): Renamed from | ||
| 9 | draw_row_with_mouse_face. Make the argument list identical with | ||
| 10 | GPM implementation. | ||
| 11 | |||
| 12 | * msdos.h (Display_Info): Restore typedef. | ||
| 13 | |||
| 1 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> | 14 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * term.c: Remove static mouse_face_* variables. All users | 16 | * term.c: Remove static mouse_face_* variables. All users |