diff options
| author | Eli Zaretskii | 2011-04-29 21:03:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-29 21:03:00 +0300 |
| commit | 03ab8921a811be962c0fc0b6879fb59e08e7952c (patch) | |
| tree | 77fd111f869901106c6020f20d72f42877247ab5 /src/ChangeLog | |
| parent | 7eabc1bec835d723ed5128441cffae163c4592f1 (diff) | |
| download | emacs-03ab8921a811be962c0fc0b6879fb59e08e7952c.tar.gz emacs-03ab8921a811be962c0fc0b6879fb59e08e7952c.zip | |
Fix bug #7952 with vertical motion in Grep buffers.
src/window.c (window_scroll_line_based): Use a marker instead of
simple variables to record original value of point.
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 | ||