comparison src/ChangeLog @ 107819:834292200403

xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 10 Apr 2010 19:59:46 +0900
parents c7670de45d8a
children 46975e084e0c
comparison
equal deleted inserted replaced
107818:c7670de45d8a 107819:834292200403
7 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is 7 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
8 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use 8 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
9 TRY_WINDOW_CHECK_MARGINS. 9 TRY_WINDOW_CHECK_MARGINS.
10 10
11 * xfns.c (Fx_show_tip): Undo last change. Call try_window with 11 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
12 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). 12 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
13 width only when it is for padding.
13 14
14 2010-04-09 Jan Djärv <jan.h.d@swipnet.se> 15 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
15 16
16 * xfns.c (Fx_show_tip): Call try_window in a loop until 17 * xfns.c (Fx_show_tip): Call try_window in a loop until
17 fonts_changed_p is zero (Bug#2423). 18 fonts_changed_p is zero (Bug#2423).