diff options
| author | Adrian Robert | 2008-07-15 13:04:01 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-15 13:04:01 +0000 |
| commit | 1885ab29b707bfd00da64e6a12b5fb15b57609e8 (patch) | |
| tree | c1eb94bf36b628f0b9665e198bbc3f05d4b3e554 /src/ChangeLog | |
| parent | f5ab8ccc33beedd222e3100453f956b0b3846d4d (diff) | |
| download | emacs-1885ab29b707bfd00da64e6a12b5fb15b57609e8.tar.gz emacs-1885ab29b707bfd00da64e6a12b5fb15b57609e8.zip | |
applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85b81de2c29..80eb85bb3f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 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. |