changeset 89710:48887be1efd8

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 15 Jan 2004 06:58:31 +0000
parents 688136a6cab5
children fca3686ff6bb
files src/ChangeLog.22
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Thu Jan 15 06:58:07 2004 +0000
+++ b/src/ChangeLog.22	Thu Jan 15 06:58:31 2004 +0000
@@ -1,3 +1,14 @@
+2004-01-15  Kenichi Handa  <handa@m17n.org>
+
+	* macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
+	OBJECT args.
+
+	* xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
+	OBJECT args for composition too.
+
+	* w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
+	OBJECT args.
+
 2004-01-13  Kenichi Handa  <handa@m17n.org>
 
 	* dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.