From: Jan Djärv Date: Thu, 10 Mar 2005 19:09:10 +0000 (+0000) Subject: * xfns.c (hourglass_started): New function. X-Git-Tag: ttn-vms-21-2-B4~1843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68a505efc69d633d4e6fd8f45345960f76bf8190;p=emacs.git * 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 --git a/src/ChangeLog b/src/ChangeLog index e116cdf1d06..d806f2690df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.