aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-06-25 23:40:40 -0400
committerChong Yidong2011-06-25 23:40:40 -0400
commit029529ac6fadf07a532f2a90c3d4076db3516ba8 (patch)
treee6e9bc5c9bfc7201be50b3d7224542fa8eb4605c /src/ChangeLog
parentee584d02ddc4d944a9055681eda52dc1d197bba0 (diff)
downloademacs-029529ac6fadf07a532f2a90c3d4076db3516ba8.tar.gz
emacs-029529ac6fadf07a532f2a90c3d4076db3516ba8.zip
Fix handling of pending signals in wait_reading_process_output (Bug#8869).
* process.c (wait_reading_process_output): Bypass select if waiting for a cell while ignoring keyboard input, and input is pending. Suggested by Jan Djärv.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e21412187c7..2c8b22dc321 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-06-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * process.c (wait_reading_process_output): Bypass select if
4 waiting for a cell while ignoring keyboard input, and input is
5 pending. Suggested by Jan Djärv (Bug#8869).
6
12011-06-25 Paul Eggert <eggert@cs.ucla.edu> 72011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Use gnulib's dup2 module instead of rolling our own. 9 Use gnulib's dup2 module instead of rolling our own.
@@ -351,7 +357,7 @@
351 357
3522011-06-22 Jim Meyering <meyering@redhat.com> 3582011-06-22 Jim Meyering <meyering@redhat.com>
353 359
354 don't leak an XBM-image-sized buffer 360 Don't leak an XBM-image-sized buffer
355 * image.c (xbm_load): Free the image buffer after using it. 361 * image.c (xbm_load): Free the image buffer after using it.
356 362
3572011-06-21 Paul Eggert <eggert@cs.ucla.edu> 3632011-06-21 Paul Eggert <eggert@cs.ucla.edu>