diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46bf2801849..5ce56f4df04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-12-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Correct same_at_end when restoring window points | ||
| 4 | * fileio.c (Finsert_file_contents): Compute same_at_end character | ||
| 5 | position using the old buffer size, not the new one, since | ||
| 6 | restore_window_points wants the old size. | ||
| 7 | Fixes: debbugs:19161 | ||
| 8 | |||
| 1 | 2014-12-14 Alan Mackenzie <acm@muc.de> | 9 | 2014-12-14 Alan Mackenzie <acm@muc.de> |
| 2 | 10 | ||
| 3 | New feature optionally to accelerate auto-repeated scrolling. | 11 | New feature optionally to accelerate auto-repeated scrolling. |