# HG changeset patch # User Chong Yidong # Date 1211857869 0 # Node ID efd8500fd7f02a62178ed830531bd3bed21a6e41 # Parent 19d7a2118511631de178987c1ae44fe9de0c4c45 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to draw overlap glyphs with appropriate highlighting. diff -r 19d7a2118511 -r efd8500fd7f0 src/ChangeLog --- a/src/ChangeLog Tue May 27 02:14:59 2008 +0000 +++ b/src/ChangeLog Tue May 27 03:11:09 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-27 Chong Yidong + + * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to + draw overlap glyphs with appropriate highlighting. + 2008-05-27 Kenichi Handa * xfont.c (xfont_open): Fix calculation of font->average_width.