diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8778dd4dc5a..c628583e431 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-11-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (forward_to_next_line_start): If already on a newline, | ||
| 4 | just consume it to avoid unintended skipping over invisible text | ||
| 5 | below. | ||
| 6 | |||
| 3 | * keyboard.c (lucid_event_type_list_p): Handle `help-echo', | 7 | * keyboard.c (lucid_event_type_list_p): Handle `help-echo', |
| 4 | `vertical-line', `mode-line' and `header-line' events. | 8 | `vertical-line', `mode-line' and `header-line' events. |
| 5 | 9 | ||