diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2010-12-11 17:41:04 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2010-12-11 17:41:04 +0200 |
| commit | 39321b94bfa4e50401e30caedfd09a06629f5bd2 (patch) | |
| tree | 61fdb729ce92638e32ee9827b595a97efb9b90c7 /src/ChangeLog | |
| parent | 2b404597762b85483fc89f716848efac34847aa9 (diff) | |
Fix bug #7398 with truncated glyphs in w32 tooltips.
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index abe90235bf3..18c482c2e92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2010-12-11 Eli Zaretskii <eliz@gnu.org> + + * 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. + (Bug#7398) + 2010-12-08 Glenn Morris <rgm@gnu.org> * fileio.c (Fverify_visited_file_modtime): Default to current buffer. |
