diff options
| author | Gerd Moellmann | 2001-03-09 18:43:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-09 18:43:47 +0000 |
| commit | db14cfc5157c723d30f6437b1eca80e25574d094 (patch) | |
| tree | 37faa74472b82d4995b5a70849273c2ae793aa3c /src/ChangeLog | |
| parent | 7177d86b4b1036744c67a3c746facf24249d5757 (diff) | |
| download | emacs-db14cfc5157c723d30f6437b1eca80e25574d094.tar.gz emacs-db14cfc5157c723d30f6437b1eca80e25574d094.zip | |
(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.
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 | ||