comparison src/ChangeLog @ 96664:b306a69b9d7f

applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 15 Jul 2008 13:04:01 +0000
parents 5418ff994d7c
children ad5af326b088
comparison
equal deleted inserted replaced
96663:4d8d83c2373a 96664:b306a69b9d7f
1 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
4 variables (formerly in xxxfns.c).
5 (show_hourglass, hide_hourglass): New prototypes (same).
6 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8 in xxxfns.c).
9 (syms_of_xdisp): Declare/initialize display-hourglass,
10 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12 formerly in xxxfns.c.
13 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
15 (start_hourglass, cancel_hourglass): Remove.
16 (show_hourglass, hide_hourglass): Remove prototypes and static
17 modifiers.
18 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
19 hourglass_atimer, hourglass_shown_p declaration/initialization.
20 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
21 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
22 (start_hourglass, cancel_hourglass): Remove.
23 (show_hourglass, hide_hourglass): Remove prototypes and static
24 modifiers.
25 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
26 hourglass_atimer, hourglass_shown_p declaration/initialization.
27 * w32fns.c (display_hourglass_p, Vhourglass_delay)
28 (DEFAULT_HOURGLASS_DELAY): Remove.
29 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
30 hourglass_shown_p declaration/initialization.
31
1 2008-07-14 Jason Rumney <jasonr@gnu.org> 32 2008-07-14 Jason Rumney <jasonr@gnu.org>
2 33
3 * w32fns.c (w32_get_arg): Remove wrapper function. 34 * w32fns.c (w32_get_arg): Remove wrapper function.
4 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg 35 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
5 directly. 36 directly.