# HG changeset patch # User Gerd Moellmann # Date 980346071 0 # Node ID 5426c6545b7f8a173207577116e438b5999212f5 # Parent 5ad77d538e083b7378bde35c44d858f20e5947d3 *** empty log message *** diff -r 5ad77d538e08 -r 5426c6545b7f src/ChangeLog --- 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 + + * 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 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as