Mercurial > emacs
comparison src/ChangeLog @ 96670:ad5af326b088
s/xxxfns.c/xfns.c/
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 15 Jul 2008 14:17:25 +0000 |
parents | b306a69b9d7f |
children | ff312a846b25 |
comparison
equal
deleted
inserted
replaced
96669:007868df5b58 | 96670:ad5af326b088 |
---|---|
1 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
2 | 2 |
3 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern | 3 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern |
4 variables (formerly in xxxfns.c). | 4 variables (formerly in xfns.c). |
5 (show_hourglass, hide_hourglass): New prototypes (same). | 5 (show_hourglass, hide_hourglass): New prototypes (same). |
6 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer) | 6 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer) |
7 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly | 7 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly |
8 in xxxfns.c). | 8 in xfns.c). |
9 (syms_of_xdisp): Declare/initialize display-hourglass, | 9 (syms_of_xdisp): Declare/initialize display-hourglass, |
10 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p. | 10 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p. |
11 (hourglass_started, start_hourglass, cancel_hourglass): New functions, | 11 (hourglass_started, start_hourglass, cancel_hourglass): New functions, |
12 formerly in xxxfns.c. | 12 formerly in xfns.c. |
13 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p) | 13 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p) |
14 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started) | 14 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started) |
15 (start_hourglass, cancel_hourglass): Remove. | 15 (start_hourglass, cancel_hourglass): Remove. |
16 (show_hourglass, hide_hourglass): Remove prototypes and static | 16 (show_hourglass, hide_hourglass): Remove prototypes and static |
17 modifiers. | 17 modifiers. |