diff options
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). |