From: Gerd Moellmann Date: Thu, 4 Jan 2001 14:16:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f2ac578ce57273e4f89dadcca864b80e44765a9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0534cee8953..f7b4ccd7bd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 44ae4668455..fc1c2949e10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.