diff options
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> |