From: Kenichi Handa Date: Thu, 15 Jan 2004 06:58:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a85d48230682e3547603d7589cff176af4bac73;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 2cce53840c8..a52e6f8f4a1 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,14 @@ +2004-01-15 Kenichi Handa + + * 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 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.