Mercurial > emacs
diff src/ChangeLog @ 111344:b775602e70c8
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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 Nov 2010 12:03:17 +0200 |
parents | f168d8610334 |
children | 8ed4db9b46e6 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 02 21:35:12 2010 +0200 +++ b/src/ChangeLog Fri Nov 05 12:03:17 2010 +0200 @@ -1,3 +1,16 @@ +2010-11-05 Eli Zaretskii <eliz@gnu.org> + + * 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 <eliz@gnu.org> * term.c: Remove static mouse_face_* variables. All users