diff options
| author | Gerd Moellmann | 2000-02-25 13:35:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 13:35:37 +0000 |
| commit | f5b586154bd536c72e0fda305f688d701fc87928 (patch) | |
| tree | 7858b23e768203ea6649a34275236c2bfb2eae8f /src | |
| parent | 1d0a3ef4331dbdbbcc700e740ba6d90efd0ddb02 (diff) | |
| download | emacs-f5b586154bd536c72e0fda305f688d701fc87928.tar.gz emacs-f5b586154bd536c72e0fda305f688d701fc87928.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9992882ca1d..178dd598c74 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,35 @@ | |||
| 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (inhibit_busy_cursor, busy_count): Removed. | ||
| 4 | (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. | ||
| 5 | (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New | ||
| 6 | variables. | ||
| 7 | (DEFAULT_BUSY_CURSOR_DELAY): New define. | ||
| 8 | (start_busy_cursor, cancel_busy_cursor, show_busy_cursor) | ||
| 9 | (hide_busy_cursor): New functions. | ||
| 10 | (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay. | ||
| 11 | |||
| 12 | * minibuf.c (read_minibuf): Cancel busy-cursor. | ||
| 13 | |||
| 14 | * keyboard.c (command_loop_1): Call start_busy_cursor before | ||
| 15 | Fcommand_execute and cancel_busy_cursor after it. | ||
| 16 | (timer_check): Remove busy-cursor code. | ||
| 17 | (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy | ||
| 18 | cursor timer. | ||
| 19 | |||
| 20 | * process.c (wait_reading_process_input): Remove busy-cursor code. | ||
| 21 | |||
| 22 | * eval.c (Fsignal): Call cancel_busy_cursor instead of | ||
| 23 | Fx_hide_busy_cursor. | ||
| 24 | |||
| 25 | * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor): | ||
| 26 | Remove prototyoes. | ||
| 27 | (start_busy_cursor, cancel_busy_cursor): Add prototypes. | ||
| 28 | |||
| 29 | * lisp.h (Fx_hide_busy_cursor): Remove prototype. | ||
| 30 | |||
| 31 | * xterm.c (XTread_socket): Remove busy-cursor code. | ||
| 32 | |||
| 3 | * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. | 33 | * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. |
| 4 | (build_frame_matrix_from_leaf_window): Put code handling | 34 | (build_frame_matrix_from_leaf_window): Put code handling |
| 5 | glyph row's not being a slice of a frame row in #if 0. | 35 | glyph row's not being a slice of a frame row in #if 0. |