Mercurial > emacs
changeset 35047:cec37ec8365d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 04 Jan 2001 14:16:31 +0000 |
parents | ff41a91e6f1b |
children | 0b4c50eb2002 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.
--- 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 <gerd@gnu.org> + * 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.