diff options
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 6 insertions, 0 deletions
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 <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. 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 <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. |