diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e336e3dfe89..2537cd77fdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-09-09 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-09-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the | ||
| 4 | left fringe if the window has a left margin. This avoids leaving | ||
| 5 | traces of the cursor because its leftmost pixel is not drawn over. | ||
| 6 | |||
| 3 | * dispnew.c (update_window_line): When the left margin area of a | 7 | * dispnew.c (update_window_line): When the left margin area of a |
| 4 | screen line is updated, set the redraw_fringe_bitmaps_p flag of | 8 | screen line is updated, set the redraw_fringe_bitmaps_p flag of |
| 5 | that screen line. (Bug#12277) | 9 | that screen line. (Bug#12277) |