From 8962e30335b8cb870dfac214ce179369a2858cc7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 18 Jan 2001 14:49:07 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f917e27fda5..629c0ee3c71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 3dc8252bd3c..b5a785542d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5