diff options
| author | Gerd Moellmann | 2000-07-21 15:38:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-21 15:38:39 +0000 |
| commit | 743934dbc8ff5151ebca1725e5c6c1606f4f0505 (patch) | |
| tree | b1b18a7511d767fcefe640191c6cc189cb2f2c48 /src/ChangeLog | |
| parent | 5b2ec2d060b02041604130dc84b42e517bc84796 (diff) | |
| download | emacs-743934dbc8ff5151ebca1725e5c6c1606f4f0505.tar.gz emacs-743934dbc8ff5151ebca1725e5c6c1606f4f0505.zip | |
(note_mouse_highlight): If help-echo was found in an
overlay, use that overlay as the object in which the help was
found.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 57f86bcf739..c174013452d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-07-21 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-07-21 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (show_help_echo, gen_help_event): Extend comments. | ||
| 4 | |||
| 5 | * xterm.c (note_mouse_highlight): If help-echo was found in an | ||
| 6 | overlay, use that overlay as the object in which the help was | ||
| 7 | found. | ||
| 8 | |||
| 3 | * window.c (foreach_window_1): Fix typo reversing an if-condition. | 9 | * window.c (foreach_window_1): Fix typo reversing an if-condition. |
| 4 | 10 | ||
| 5 | * window.c (foreach_window): Instead of a fake variable argument | 11 | * window.c (foreach_window): Instead of a fake variable argument |