diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2ff4d07973..06dac9fc64e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispextern.h (string_buffer_position): Add prototype. | ||
| 4 | |||
| 5 | * xdisp.c (string_buffer_position, display_prop_string_p) | ||
| 6 | (single_display_prop_string_p): New functions. | ||
| 7 | |||
| 8 | * xterm.c (note_mouse_highlight): If there's no help-echo on | ||
| 9 | a string, look at the buffer text ``under'' it. | ||
| 10 | |||
| 11 | * keyboard.c (make_lispy_event): Add string info to the event, | ||
| 12 | analogous to what's done on mode lines. | ||
| 13 | (read_key_sequence): For a click on a string, consider `local-map' | ||
| 14 | and `keymap' of that string. | ||
| 15 | |||
| 3 | * keyboard.c (make_lispy_event, make_lispy_movement): Adjust | 16 | * keyboard.c (make_lispy_event, make_lispy_movement): Adjust |
| 4 | calls to buffer_posn_from_coords to new format. | 17 | calls to buffer_posn_from_coords to new format. |
| 5 | 18 | ||