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 bb660036c17..f029daa684d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-04-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (window_scroll_line_based): Use a marker instead of | ||
| 4 | simple variables to record original value of point. (Bug#7952) | ||
| 5 | |||
| 3 | * doprnt.c (doprnt): Fix the case where a multibyte sequence | 6 | * doprnt.c (doprnt): Fix the case where a multibyte sequence |
| 4 | produced by %s or %c overflows available buffer space. (Bug#8545) | 7 | produced by %s or %c overflows available buffer space. (Bug#8545) |
| 5 | 8 | ||