Mercurial > emacs
changeset 35403:3e0a539a2d20
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 18 Jan 2001 14:49:07 +0000 |
parents | 302fbe91e359 |
children | 82012b72ca72 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * tooltip.el (tooltip-hide-delay): New user-option. + (tooltip-show): Use tooltip-hide-delay instead of the default. + 2001-01-18 Kenichi Handa <handa@etl.go.jp> * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
--- 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 <gerd@gnu.org> + * 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.