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 3504fa76084..2864d8f1296 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2002-03-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2002-03-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (move_it_vertically_backward): At the end of the | ||
| 4 | function, when moving forward by lines, treat terminal frames | ||
| 5 | specially. | ||
| 6 | |||
| 3 | * keyboard.c (echo_char): Make sure to add a separator between | 7 | * keyboard.c (echo_char): Make sure to add a separator between |
| 4 | keys even if echo_dash hasn't been called. | 8 | keys even if echo_dash hasn't been called. |
| 5 | 9 | ||