diff options
| author | Gerd Moellmann | 2001-02-21 14:10:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-21 14:10:41 +0000 |
| commit | ffc9ff0cf5dd18e59780fd7262681b252f3000f0 (patch) | |
| tree | afbd200d363a6850d2e869813125dc6c8f3e3465 /src/ChangeLog | |
| parent | 848c7757ae7848dd4572a9eba1d4140256d29329 (diff) | |
| download | emacs-ffc9ff0cf5dd18e59780fd7262681b252f3000f0.tar.gz emacs-ffc9ff0cf5dd18e59780fd7262681b252f3000f0.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eeff6cba68c..2253c41fcb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2001-02-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use | ||
| 4 | display_hourglass_p, start_hourglass, cancel_hourglass instead of | ||
| 5 | the old names. | ||
| 6 | |||
| 7 | * w32term.h (struct x_output): Rename busy_cursor to | ||
| 8 | hourglass_cursor, busy_window to hourglass_window, busy_p to | ||
| 9 | hourglass_p. | ||
| 10 | |||
| 11 | * msdos.h (struct x_output): Rename busy_window to | ||
| 12 | hourglass_window, busy_p to hourglass_p. | ||
| 13 | |||
| 14 | * xterm.h (struct x_output): Rename busy_cursor to | ||
| 15 | hourglass_cursor, busy_window to hourglass_window, busy_p to | ||
| 16 | hourglass_p. | ||
| 17 | |||
| 18 | * xfns.c: Rename everything containing *busy_cursor* and similar | ||
| 19 | to *hourglass*. | ||
| 20 | (syms_of_w32fns): Rename x-busy-pointer-shape to | ||
| 21 | x-hourglass-pointer-shape, display-busy-cursor to | ||
| 22 | display-hourglass, busy-cursor-delay to hourglass-delay. | ||
| 23 | |||
| 24 | * w32fns.c: Rename everything containing *busy_cursor* and similar | ||
| 25 | to *hourglass*. | ||
| 26 | (syms_of_w32fns): Rename x-busy-pointer-shape to | ||
| 27 | x-hourglass-pointer-shape, display-busy-cursor to | ||
| 28 | display-hourglass, busy-cursor-delay to hourglass-delay. | ||
| 29 | |||
| 30 | * xterm.c (XTread_socket): Test x_output's hourglass_p instead | ||
| 31 | of its busy_p flag. | ||
| 32 | |||
| 33 | * dispextern.h (start_hourglass, cancel_hourglass) | ||
| 34 | (display_hourglass_p): Renamed from *busy_cursor*. | ||
| 35 | |||
| 1 | 2001-02-20 Gerd Moellmann <gerd@gnu.org> | 36 | 2001-02-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 37 | ||
| 3 | * keyboard.c (read_char): When an event from unread-command-events | 38 | * keyboard.c (read_char): When an event from unread-command-events |