diff src/ChangeLog @ 35507:5426c6545b7f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Jan 2001 14:21:11 +0000
parents 013f3a5bfe5d
children 16956b0d13f8
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 24 14:20:34 2001 +0000
+++ b/src/ChangeLog	Wed Jan 24 14:21:11 2001 +0000
@@ -1,3 +1,11 @@
+2001-01-24  Gerd Moellmann  <gerd@gnu.org>
+
+	* xterm.c (x_new_font): Don't change a tooltip's size.
+
+	* xfns.c (x_create_tip_frame): Prevent changing the tooltip's
+	background color by specifying a color for the default font
+	in .Xdefaults.
+
 2001-01-24  Kenichi Handa  <handa@etl.go.jp>
 
 	* ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as