diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7bdb0b2d84..e10a6a43dfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-10-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-10-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting | ||
| 4 | screen dimensions in tty->Wcm. | ||
| 5 | |||
| 3 | * xdisp.c (set_cursor_from_row): When the row is truncated and | 6 | * xdisp.c (set_cursor_from_row): When the row is truncated and |
| 4 | point is outside the range of displayed characters, position the | 7 | point is outside the range of displayed characters, position the |
| 5 | cursor inside the scroll margin. (Bug#6349) | 8 | cursor inside the scroll margin. (Bug#6349) |