# HG changeset patch # User Nick Roberts # Date 1180657028 0 # Node ID aab5b38eb929fa732312bb36c6e838ad05a8d5d4 # Parent b84e4baa4d875f844b4e39381c043e8d55507978 *** empty log message *** diff -r b84e4baa4d87 -r aab5b38eb929 src/ChangeLog --- a/src/ChangeLog Thu May 31 21:10:49 2007 +0000 +++ b/src/ChangeLog Fri Jun 01 00:17:08 2007 +0000 @@ -1,3 +1,22 @@ +2007-05-30 Nick Roberts + + * sysdep.c (init_sys_modes): Add rather than replace with + O_NONBLOCK. + + * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to + term_mouse_moveto. + + * termhooks.h (term_mouse_moveto): New extern. + + * term.c (mouse_face_window): Rename... + (Qmouse_face_window): ...to this. + (term_show_mouse_face, term_clear_mouse_face) + (term_mouse_highlight): Use Qmouse_face_window. + (term_mouse_moveto): New function. + (term_mouse_position): Make it work. + (syms_of_term): Uncomment assignment to mouse_position_hook. + Staticpro Qmouse_face_window. + 2007-05-28 YAMAMOTO Mitsuharu * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t