diff options
| author | Eli Zaretskii | 2012-04-23 19:22:23 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-23 19:22:23 +0300 |
| commit | f0ee99a0d4aa7aa0f20e5ec673fb1936b5174eea (patch) | |
| tree | 4807e88952485f29a30084123de672519cefc785 /src/ChangeLog | |
| parent | 775ab3953f56703789d1666bf16aa7c381edb835 (diff) | |
| download | emacs-f0ee99a0d4aa7aa0f20e5ec673fb1936b5174eea.tar.gz emacs-f0ee99a0d4aa7aa0f20e5ec673fb1936b5174eea.zip | |
Avoid assertion violation when scrolling minibuffer windows.
src/xdisp.c (pos_visible_p): If the window start position is beyond
ZV, start the display from buffer beginning. Prevents assertion
violation in init_iterator when the minibuffer window is scrolled
via the scroll bar.
src/window.c (window_scroll_pixel_based): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index faa2a104337..906d17535c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-04-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (pos_visible_p): If the window start position is beyond | ||
| 4 | ZV, start the display from buffer beginning. Prevents assertion | ||
| 5 | violation in init_iterator when the minibuffer window is scrolled | ||
| 6 | via the scroll bar. | ||
| 7 | |||
| 8 | * window.c (window_scroll_pixel_based): Likewise. | ||
| 9 | |||
| 1 | 2012-04-23 Chong Yidong <cyd@gnu.org> | 10 | 2012-04-23 Chong Yidong <cyd@gnu.org> |
| 2 | 11 | ||
| 3 | * keymap.c (where_is_internal): Doc fix (Bug#10872). | 12 | * keymap.c (where_is_internal): Doc fix (Bug#10872). |