diff options
| author | Chong Yidong | 2011-06-25 23:40:40 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-06-25 23:40:40 -0400 |
| commit | 029529ac6fadf07a532f2a90c3d4076db3516ba8 (patch) | |
| tree | e6e9bc5c9bfc7201be50b3d7224542fa8eb4605c /src/ChangeLog | |
| parent | ee584d02ddc4d944a9055681eda52dc1d197bba0 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-25 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-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 | ||
| 352 | 2011-06-22 Jim Meyering <meyering@redhat.com> | 358 | 2011-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 | ||
| 357 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> | 363 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> |