aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2005-03-10 19:09:10 +0000
committerJan Djärv2005-03-10 19:09:10 +0000
commit68a505efc69d633d4e6fd8f45345960f76bf8190 (patch)
tree794c24bf8768668846f6ec4e26e9415a93c9f3d2 /src/ChangeLog
parenta25e44b279d340849eeb55d1209e5409b664ad04 (diff)
downloademacs-68a505efc69d633d4e6fd8f45345960f76bf8190.tar.gz
emacs-68a505efc69d633d4e6fd8f45345960f76bf8190.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e116cdf1d06..d806f2690df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * xfns.c (hourglass_started): New function.
4
5 * dispextern.h: Declare hourglass_started.
6
7 * keyboard.c (Fexecute_extended_command): Restart hourglass
8 after call to Fcompleting_read if already started.
9
3 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the 10 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
4 GTK main loop is entered in xterm.c, thus doing the redraw. 11 GTK main loop is entered in xterm.c, thus doing the redraw.
5 12