# HG changeset patch # User Gerd Moellmann # Date 979829347 0 # Node ID 3e0a539a2d20faf86fb006d39d1bf45190f6a224 # Parent 302fbe91e3594a7d4599a1147ce2bce779cef384 *** empty log message *** diff -r 302fbe91e359 -r 3e0a539a2d20 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 18 14:48:38 2001 +0000 +++ b/lisp/ChangeLog Thu Jan 18 14:49:07 2001 +0000 @@ -1,3 +1,8 @@ +2001-01-18 Gerd Moellmann + + * tooltip.el (tooltip-hide-delay): New user-option. + (tooltip-show): Use tooltip-hide-delay instead of the default. + 2001-01-18 Kenichi Handa * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because diff -r 302fbe91e359 -r 3e0a539a2d20 src/ChangeLog --- a/src/ChangeLog Thu Jan 18 14:48:38 2001 +0000 +++ b/src/ChangeLog Thu Jan 18 14:49:07 2001 +0000 @@ -1,5 +1,12 @@ 2001-01-18 Gerd Moellmann + * xfns.c (Qcancel_timer): New variable. + (syms_of_xfns): Initialize and staticpro it. + (Fx_hide_tip, Fx_show_tip): Use it. + (Fx_show_tip): Make sure to set tip_timer to nil when canceling + the timer. + (toplevel): Lisp code for generating parts of syms_of_xfns removed. + * window.c (Fwindow_live_p): Use WINDOW_LIVE_P. * window.h (WINDOW_LIVE_P): New macro.