# HG changeset patch # User Jan Dj¸«£rv # Date 1110481750 0 # Node ID 3eb9a295f0b3eb7d9689f5392882486d6227d54b # Parent 5aa4c4b8de08b1c052d1d2ef5338d7babfaf9fd9 * 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. diff -r 5aa4c4b8de08 -r 3eb9a295f0b3 src/ChangeLog --- 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 + * 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.