From 28118eb6e58a8461e2deef53b68fea513eaef825 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 Nov 2010 12:03:17 +0200 Subject: 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. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0e9d549e54a..db3582db7bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2010-11-05 Eli Zaretskii + + * 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 with + GPM implementation. + + * msdos.h (Display_Info): Restore typedef. + 2010-11-02 Eli Zaretskii * term.c: Remove static mouse_face_* variables. All users -- cgit v1.3