changeset 95334:efd8500fd7f0

* xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to draw overlap glyphs with appropriate highlighting.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 May 2008 03:11:09 +0000
parents 19d7a2118511
children 23247857c2d7
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
+	draw overlap glyphs with appropriate highlighting.
+
 2008-05-27  Kenichi Handa  <handa@m17n.org>
 
 	* xfont.c (xfont_open): Fix calculation of font->average_width.