changeset 35507:5426c6545b7f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Jan 2001 14:21:11 +0000
parents 5ad77d538e08
children 0bd627ce1af8
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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