# HG changeset patch # User Gerd Moellmann # Date 978617791 0 # Node ID cec37ec8365d5aeabd531e35d0ca3734ff981114 # Parent ff41a91e6f1bcd805ef4bdf2c58362ff957375d5 *** empty log message *** diff -r ff41a91e6f1b -r cec37ec8365d lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 04 14:15:49 2001 +0000 +++ b/lisp/ChangeLog Thu Jan 04 14:16:31 2001 +0000 @@ -1,5 +1,8 @@ 2001-01-04 Gerd Moellmann + * startup.el (fancy-splash-screens): Don't bind show-help-function + to nil. + * tooltip.el (tooltip-frame-parameters): Remove colors. (tooltip): New face (tooltip-set-param): New function. diff -r ff41a91e6f1b -r cec37ec8365d src/ChangeLog --- a/src/ChangeLog Thu Jan 04 14:15:49 2001 +0000 +++ b/src/ChangeLog Thu Jan 04 14:16:31 2001 +0000 @@ -1,5 +1,8 @@ 2001-01-04 Gerd Moellmann + * xfns.c (x_create_tip_frame): Call face-set-after-frame-default, + like in Fx_create_frame. + * xfaces.c (set_font_frame_param): Don't do anything for non-graphical frames.