aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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