aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-01-14 22:15:01 +0200
committerEli Zaretskii2012-01-14 22:15:01 +0200
commitc85efaf73fd8447ea9da54da42a615fd59679f2d (patch)
treedbf7adc7350ad033c91cbca6f9dcac2b83d67561 /src/ChangeLog
parent688070a52955c1046a3b2a373956725926703c9d (diff)
downloademacs-c85efaf73fd8447ea9da54da42a615fd59679f2d.tar.gz
emacs-c85efaf73fd8447ea9da54da42a615fd59679f2d.zip
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 28910c5a556..eb03ef1357f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-01-14 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
4 thrashing the stack of the thread. (Bug#9087)
5
12012-01-12 Paul Eggert <eggert@cs.ucla.edu> 62012-01-12 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses. 8 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.