Mercurial > emacs
changeset 36706:19e4df2dab56
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 09 Mar 2001 18:43:47 +0000 |
parents | 55c887a0c742 |
children | 1a49c651ad21 |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.