aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-05-24 20:45:04 -0700
committerGlenn Morris2011-05-24 20:45:04 -0700
commitb9345dfd4b5479ec624f1870723a8ea5c9c719e7 (patch)
treeffe98c92f47b03463683ce41a1046d7dda5b13ca /src/ChangeLog
parente949074338d3f5ccc7475721c7421eef6aea68d4 (diff)
parente61124cd850ad6e0fc511dc995031db77b3535cd (diff)
downloademacs-b9345dfd4b5479ec624f1870723a8ea5c9c719e7.tar.gz
emacs-b9345dfd4b5479ec624f1870723a8ea5c9c719e7.zip
Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
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 @@
12011-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
182011-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
12011-05-24 Leo Liu <sdl.web@gmail.com> 232011-05-24 Leo Liu <sdl.web@gmail.com>
2 24
3 * deps.mk (fns.o): 25 * deps.mk (fns.o):