aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2012-01-14 22:15:01 +0200
committerEli Zaretskii <[email protected]>2012-01-14 22:15:01 +0200
commitc85efaf73fd8447ea9da54da42a615fd59679f2d (patch)
treedbf7adc7350ad033c91cbca6f9dcac2b83d67561 /src/ChangeLog
parent688070a52955c1046a3b2a373956725926703c9d (diff)
Fix bug #9087 with crashes on MS-Windows under throw-on-input.
src/w32fns.c (signal_user_input): Don't do a QUIT, to avoid thrashing the stack of the thread.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 28910c5a55..eb03ef1357 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-14 Eli Zaretskii <[email protected]>
+
+ * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
+ thrashing the stack of the thread. (Bug#9087)
+
2012-01-12 Paul Eggert <[email protected]>
* xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.