# HG changeset patch # User Gerd Moellmann # Date 984163427 0 # Node ID 19e4df2dab5676483a8069aba41a0986d139ea18 # Parent 55c887a0c74291237d195bae92e6a3bb2eb63c7c *** empty log message *** diff -r 55c887a0c742 -r 19e4df2dab56 src/ChangeLog --- a/src/ChangeLog Fri Mar 09 18:43:15 2001 +0000 +++ b/src/ChangeLog Fri Mar 09 18:43:47 2001 +0000 @@ -1,5 +1,18 @@ 2001-03-09 Gerd Moellmann + * dispextern.h (string_buffer_position): Add prototype. + + * xdisp.c (string_buffer_position, display_prop_string_p) + (single_display_prop_string_p): New functions. + + * xterm.c (note_mouse_highlight): If there's no help-echo on + a string, look at the buffer text ``under'' it. + + * keyboard.c (make_lispy_event): Add string info to the event, + analogous to what's done on mode lines. + (read_key_sequence): For a click on a string, consider `local-map' + and `keymap' of that string. + * keyboard.c (make_lispy_event, make_lispy_movement): Adjust calls to buffer_posn_from_coords to new format.