aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-18 14:49:07 +0000
committerGerd Moellmann2001-01-18 14:49:07 +0000
commit8962e30335b8cb870dfac214ce179369a2858cc7 (patch)
treecf33e0796035a1c25cde96d91d2ccdb6a8bc534c /src
parentae782866b6f5602ac113a7058feeb9b3b422d50a (diff)
downloademacs-8962e30335b8cb870dfac214ce179369a2858cc7.tar.gz
emacs-8962e30335b8cb870dfac214ce179369a2858cc7.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dc8252bd3c..b5a785542d9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12001-01-18 Gerd Moellmann <gerd@gnu.org> 12001-01-18 Gerd Moellmann <gerd@gnu.org>
2 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.
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.