From: Chong Yidong Date: Tue, 27 May 2008 03:11:09 +0000 (+0000) Subject: * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to X-Git-Tag: emacs-pretest-23.0.90~5271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7385fe74a1bf48ca92d97762a861c762ef8e1125;p=emacs.git * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to draw overlap glyphs with appropriate highlighting. --- diff --git a/src/ChangeLog b/src/ChangeLog index d72f1b54057..fdcbc3469c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.