diff src/ChangeLog @ 111879:4a0faa1cecc2

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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Dec 2010 17:41:04 +0200
parents 5d681b05ce9f
children c00190a8c8ef
line wrap: on
line diff
--- a/src/ChangeLog	Fri Dec 10 18:54:07 2010 -0800
+++ b/src/ChangeLog	Sat Dec 11 17:41:04 2010 +0200
@@ -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.