diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3b561a9370..e98cb2848a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p. | ||
| 4 | |||
| 5 | * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row | ||
| 6 | for fringe update if it has periodic bitmap. | ||
| 7 | (row_equal_p): Also compare left_fringe_offset, right_fringe_offset, | ||
| 8 | and fringe_bitmap_periodic_p. | ||
| 9 | |||
| 10 | * fringe.c (get_fringe_bitmap_data): New function. | ||
| 11 | (draw_fringe_bitmap_1, update_window_fringes): Use it. | ||
| 12 | (update_window_fringes): Record periodicity of fringe bitmap in glyph | ||
| 13 | row. Mark glyph row for fringe update if periodicity changed. | ||
| 14 | |||
| 15 | * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row | ||
| 16 | for fringe update unless it has periodic bitmap. | ||
| 17 | |||
| 18 | 2011-05-25 Kenichi Handa <handa@m17n.org> | ||
| 19 | |||
| 20 | * xdisp.c (get_next_display_element): Set correct it->face_id for | ||
| 21 | a static composition. | ||
| 22 | |||
| 1 | 2011-05-24 Leo Liu <sdl.web@gmail.com> | 23 | 2011-05-24 Leo Liu <sdl.web@gmail.com> |
| 2 | 24 | ||
| 3 | * deps.mk (fns.o): | 25 | * deps.mk (fns.o): |