Mercurial > emacs
changeset 60557:3eb9a295f0b3
* xfns.c (hourglass_started): New function.
* dispextern.h: Declare hourglass_started.
* keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 10 Mar 2005 19:09:10 +0000 |
parents | 5aa4c4b8de08 |
children | 474d659beb95 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 10 19:08:31 2005 +0000 +++ b/src/ChangeLog Thu Mar 10 19:09:10 2005 +0000 @@ -1,5 +1,12 @@ 2005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + * xfns.c (hourglass_started): New function. + + * dispextern.h: Declare hourglass_started. + + * keyboard.c (Fexecute_extended_command): Restart hourglass + after call to Fcompleting_read if already started. + * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the GTK main loop is entered in xterm.c, thus doing the redraw.