# HG changeset patch # User Gerd Moellmann # Date 984084985 0 # Node ID 8272cf0d49e72703aac43655bd335e14c880bc94 # Parent e3523940caad4ab1d0a44a4b9a5bf46d4a895a74 *** empty log message *** diff -r e3523940caad -r 8272cf0d49e7 src/ChangeLog --- a/src/ChangeLog Thu Mar 08 20:55:53 2001 +0000 +++ b/src/ChangeLog Thu Mar 08 20:56:25 2001 +0000 @@ -1,5 +1,19 @@ 2001-03-08 Gerd Moellmann + * xterm.c (note_mouse_highlight): Handle mouse-face and + help-echo in strings. + (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P. + (fast_find_string_pos): New function. + + * xdisp.c (handle_face_prop, face_before_or_after_it_pos) + (display_string): Call face_at_string_position with new + parameter. + + * xfaces.c (face_at_string_position): Add parameter MOUSE_P. + Handle `mouse-face'. + + * dispextern.h (face_at_string_position): Change prototype. + * dired.c (directory_files_internal): Handle EAGAIN more efficiently.