comparison src/ChangeLog @ 35403:3e0a539a2d20

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 18 Jan 2001 14:49:07 +0000
parents 469f371f0206
children 82012b72ca72
comparison
equal deleted inserted replaced
35402:302fbe91e359 35403:3e0a539a2d20
1 2001-01-18 Gerd Moellmann <gerd@gnu.org> 1 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (Qcancel_timer): New variable.
4 (syms_of_xfns): Initialize and staticpro it.
5 (Fx_hide_tip, Fx_show_tip): Use it.
6 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
7 the timer.
8 (toplevel): Lisp code for generating parts of syms_of_xfns removed.
2 9
3 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P. 10 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
4 11
5 * window.h (WINDOW_LIVE_P): New macro. 12 * window.h (WINDOW_LIVE_P): New macro.
6 13