From ffc9ff0cf5dd18e59780fd7262681b252f3000f0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 21 Feb 2001 14:10:41 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 6 +++--- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 5cea99cf804..9b6101ec968 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -652,10 +652,10 @@ displayed if point is at the end of the line containing the whitespace. +++ -** Busy-cursor. +** Hourglass pointer -Emacs can optionally display a busy-cursor under X. You can turn the -display on or off by customizing group `cursor'. +Emacs can optionally display an hourglass pointer under X. You can +turn the display on or off by customizing group `cursor'. +++ ** Blinking cursor diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 700d5fbd0dc..258cebedfb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-02-21 Gerd Moellmann + + * startup.el (fancy-splash-screens): Use display-hourglass + instead of display-busy-cursor. + + * frame.el (display-hourglass): Renamed from busy-cursor. + (hourglass-delay): Renamed from busy-cursor-delay-seconds. + (show-cursor-in-non-selected-windows): Doc fix. + 2001-02-20 Dave Love * international/utf-8.el: Doc and commentary fixes. diff --git a/src/ChangeLog b/src/ChangeLog index eeff6cba68c..2253c41fcb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,38 @@ +2001-02-21 Gerd Moellmann + + * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use + display_hourglass_p, start_hourglass, cancel_hourglass instead of + the old names. + + * w32term.h (struct x_output): Rename busy_cursor to + hourglass_cursor, busy_window to hourglass_window, busy_p to + hourglass_p. + + * msdos.h (struct x_output): Rename busy_window to + hourglass_window, busy_p to hourglass_p. + + * xterm.h (struct x_output): Rename busy_cursor to + hourglass_cursor, busy_window to hourglass_window, busy_p to + hourglass_p. + + * xfns.c: Rename everything containing *busy_cursor* and similar + to *hourglass*. + (syms_of_w32fns): Rename x-busy-pointer-shape to + x-hourglass-pointer-shape, display-busy-cursor to + display-hourglass, busy-cursor-delay to hourglass-delay. + + * w32fns.c: Rename everything containing *busy_cursor* and similar + to *hourglass*. + (syms_of_w32fns): Rename x-busy-pointer-shape to + x-hourglass-pointer-shape, display-busy-cursor to + display-hourglass, busy-cursor-delay to hourglass-delay. + + * xterm.c (XTread_socket): Test x_output's hourglass_p instead + of its busy_p flag. + + * dispextern.h (start_hourglass, cancel_hourglass) + (display_hourglass_p): Renamed from *busy_cursor*. + 2001-02-20 Gerd Moellmann * keyboard.c (read_char): When an event from unread-command-events -- 2.11.4.GIT