comparison src/ChangeLog @ 111941:538894189022

Fix bug #7398 with truncated glyphs in tooltip display on w32. w32fns.c (Fx_show_tip): Call try_window with last argument TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem solved. Round up the tip height to an integral multiple of the frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Dec 2010 17:20:11 +0200
parents 2b22180fb92e
children 25ce072b5bd9
comparison
equal deleted inserted replaced
111940:2b22180fb92e 111941:538894189022
1 2010-12-11 Eli Zaretskii <eliz@gnu.org> 1 2010-12-11 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (Fx_show_tip): Call try_window with last argument
4 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
5 solved. Round up the tip height to an integral multiple of the
6 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
7 (Bug#7398)
2 8
3 * xdisp.c (string_pos_nchars_ahead, c_string_pos) 9 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
4 (face_before_or_after_it_pos, next_element_from_string) 10 (face_before_or_after_it_pos, next_element_from_string)
5 (next_element_from_c_string, produce_stretch_glyph): Remove unused 11 (next_element_from_c_string, produce_stretch_glyph): Remove unused
6 calculations of maximum string length before calling 12 calculations of maximum string length before calling